| Top |
| #define | GO_COMBO_PIXMAPS() |
| #define | GO_IS_COMBO_PIXMAPS() |
| GType | go_combo_pixmaps_get_type () |
| GOComboPixmaps * | go_combo_pixmaps_new () |
| void | go_combo_pixmaps_add_element () |
| gboolean | go_combo_pixmaps_select_index () |
| gboolean | go_combo_pixmaps_select_id () |
| int | go_combo_pixmaps_get_selected () |
| GtkWidget * | go_combo_pixmaps_get_preview () |
| GOMenuPixmaps * | go_menu_pixmaps_new () |
| void | go_menu_pixmaps_add_element () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkHBox ╰── GOComboBox ╰── GOComboPixmaps
GOComboPixmaps implements AtkImplementorIface, GtkBuildable and GtkOrientable.
#define GO_COMBO_PIXMAPS(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GO_TYPE_COMBO_PIXMAPS, GOComboPixmaps))
#define GO_IS_COMBO_PIXMAPS(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GO_TYPE_COMBO_PIXMAPS))
void go_combo_pixmaps_add_element (GOComboPixmaps *combo,GdkPixbuf *pixbuf,int id,char const *tooltip);
Absorbs a ref to the pixbuf.
gboolean go_combo_pixmaps_select_index (GOComboPixmaps *combo,int index);
int go_combo_pixmaps_get_selected (GOComboPixmaps const *combo,int *index);
GtkWidget *
go_combo_pixmaps_get_preview (GOComboPixmaps const *combo);
void go_menu_pixmaps_add_element (GOMenuPixmaps *menu,GdkPixbuf *pixbuf,int id);
“changed” signalvoid user_function (GOComboPixmaps *gocombopixmaps, gint arg1, gpointer user_data)
gocombopixmaps |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last