![]() |
![]() |
![]() |
GOffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Signals |
GOComboPixmaps; GOMenuPixmaps; void go_combo_pixmaps_add_element (GOComboPixmaps *combo
,GdkPixbuf *pixbuf
,int id
,char const *tooltip
); GtkWidget * go_combo_pixmaps_get_preview (GOComboPixmaps const *combo
); int go_combo_pixmaps_get_selected (GOComboPixmaps const *combo
,int *index
); GOComboPixmaps * go_combo_pixmaps_new (int ncols
); gboolean go_combo_pixmaps_select_id (GOComboPixmaps *combo
,int id
); gboolean go_combo_pixmaps_select_index (GOComboPixmaps *combo
,int index
); void go_menu_pixmaps_add_element (GOMenuPixmaps *menu
,GdkPixbuf *pixbuf
,int id
); GOMenuPixmaps * go_menu_pixmaps_new (int ncols
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBox +----GOComboBox +----GOComboPixmaps
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkMenuShell +----GtkMenu +----GOMenuPixmaps
GOComboPixmaps implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GOMenuPixmaps implements AtkImplementorIface and GtkBuildable.
void go_combo_pixmaps_add_element (GOComboPixmaps *combo
,GdkPixbuf *pixbuf
,int id
,char const *tooltip
);
Absorbs a ref to the pixbuf.
|
GOComboPixmaps |
|
GdkPixbuf |
|
an identifier for the callbacks |
|
optional |
GtkWidget * go_combo_pixmaps_get_preview (GOComboPixmaps const *combo
);
|
GOComboPixmaps |
Returns : |
the preview button. [transfer none] |
int go_combo_pixmaps_get_selected (GOComboPixmaps const *combo
,int *index
);
|
|
|
|
Returns : |
gboolean go_combo_pixmaps_select_id (GOComboPixmaps *combo
,int id
);
|
|
|
|
Returns : |
gboolean go_combo_pixmaps_select_index (GOComboPixmaps *combo
,int index
);
|
|
|
|
Returns : |
void go_menu_pixmaps_add_element (GOMenuPixmaps *menu
,GdkPixbuf *pixbuf
,int id
);
|
|
|
|
|
"changed"
signalvoid user_function (GOComboPixmaps *gocombopixmaps, gint arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"changed"
signalvoid user_function (GOMenuPixmaps *gomenupixmaps, gint arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |