Hello everyone, Im not very good with pascal but I noticed that the GTK2 wrappers that comes with FPC is not complete,<br>in the past I have had to declare function calls myself and that was no problem<br><br>Example:<br>procedure gtk_image_set_from_icon_name(image:PGtkImage; icon_name: Pgchar; size: TGtkIconSize); cdecl; external gtklib;
<br><br>(It may have been added now, it was a while ago I had to use that. but thats irrelevant)<br><br><br>Right now, I noticed that there is no such thing as GtkStatusIcon at all in the GTK2 wrapper, i may be wrong but I did look around for it
<br>heres a link to the API doc:<br><a href="http://developer.gnome.org/doc/API/2.0/gtk/GtkStatusIcon.html">http://developer.gnome.org/doc/API/2.0/gtk/GtkStatusIcon.html</a><br><br>Neither the function nor the data type that it returns seems to be defined anywhere..
<br>Just thought I would post it here so whoever that wants to could add it to the wrapper someday :)<br>