|  |  |  | Goffice Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
#define GO_TYPE_COMBO_PIXMAPS #define GO_COMBO_PIXMAPS (o) #define GO_IS_COMBO_PIXMAPS (o) GOComboPixmaps; GOMenuPixmaps; GType go_combo_pixmaps_get_type (void); GOComboPixmaps * go_combo_pixmaps_new (int ncols); void go_combo_pixmaps_add_element (GOComboPixmaps *combo,GdkPixbuf *pixbuf,int id,char const *tooltip); gboolean go_combo_pixmaps_select_index (GOComboPixmaps *combo,int index); gboolean go_combo_pixmaps_select_id (GOComboPixmaps *combo,int id); int go_combo_pixmaps_get_selected (GOComboPixmaps const *combo,int *index); GtkWidget * go_combo_pixmaps_get_preview (GOComboPixmaps const *combo); GOMenuPixmaps * go_menu_pixmaps_new (int ncols); void go_menu_pixmaps_add_element (GOMenuPixmaps *menu,GdkPixbuf *pixbuf,int id);
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.
| 
 | GOComboPixmaps | 
| 
 | GdkPixbuf | 
| 
 | an identifier for the callbacks | 
| 
 | optional | 
gboolean go_combo_pixmaps_select_index (GOComboPixmaps *combo,int index);
| 
 | |
| 
 | |
| Returns : | 
gboolean go_combo_pixmaps_select_id (GOComboPixmaps *combo,int id);
| 
 | |
| 
 | |
| Returns : | 
int go_combo_pixmaps_get_selected (GOComboPixmaps const *combo,int *index);
| 
 | |
| 
 | |
| Returns : | 
GtkWidget *         go_combo_pixmaps_get_preview        (GOComboPixmaps const *combo);
| 
 | |
| 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. |