[gtkada] Toolbar : Append_Item / Append_Widget ??
Thomas De Contes
d.l.tDeContes at free.fr
Sat Apr 23 23:37:52 CEST 2005
hi :-)
i have took over the code of a coworker, who is away now
in the code there is :
B_Fin := Append_Item (Toolbar5, -"Revenir", -"revenir a la premiere
ligne", "",
Gtk_Widget (Create_Pixmap ( "Rewind24.gif" , Win_Principale)));
Button_Callback.Connect(B_Fin, "clicked",
Button_Callback.To_Marshaller (On_Bfin_Clicked'Access), False);
Append_Widget (Toolbar5, B_Fin);
i don't know if it is from glade or from my coworker.
do you know if i could means sth special, to do Append_Item and then
Append_Widget ? or must it be a mistake ?
More information about the gtkada
mailing list