Flavio Alberto Lopes Soares wrote:
> > I search in GTK reference manual for GTK_BUTTON() & GTK_BIN and
> > GtkWidget structure for my study and I can't found any reference,
> > somebody can say where I can find any reference for this ?

Here's the GtkButton reference:

        http://developer.gnome.org/doc/API/gtk/gtkbutton.html

GTK_BUTTON() is just a macro that casts (and validates) pointers to
GtkButton objects.

If you want the complete details, you need to download the sources and
have a look at gtkwidget.h

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to