Hi All,
All GTK+ codes that I see all variables are GtkWidget and after transformed for the widget. Example:
GtkWidget *button;
button = gtk_ button_new();
Why not directly:
GtkButton *button;
Thanks
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list