Isn't the XfceColorButton typdef and type macro wrong

Jeff Franks jcfranks at tpg.com.au
Sat Sep 3 11:48:58 CEST 2005


Brain,

Aren't the XfceColorButton typdef and 'get_type' macro wrong. Shouldn't

#define XFCE_TYPE_COLOR_BUTTON  (gtk_button_get_type())
typedef GtkButton XfceColorButton;
typedef GtkButtonClass XfceColorButtonClass;

actually be:

#define XFCE_TYPE_COLOR_BUTTON  (gtk_color_button_get_type())
typedef GtkColorButton XfceColorButton;
typedef GtkColorButtonClass XfceColorButtonClass;

Jeff



More information about the Xfce4-dev mailing list