Added new constructors gtk_combo_box_new_with_area and gtk_combo_box_new_with_area_and_entry.
This commit is contained in:
@ -67,6 +67,8 @@ struct _GtkComboBoxClass
|
||||
/* construction */
|
||||
GType gtk_combo_box_get_type (void) G_GNUC_CONST;
|
||||
GtkWidget *gtk_combo_box_new (void);
|
||||
GtkWidget *gtk_combo_box_new_with_area (GtkCellArea *area);
|
||||
GtkWidget *gtk_combo_box_new_with_area_and_entry (GtkCellArea *area);
|
||||
GtkWidget *gtk_combo_box_new_with_entry (void);
|
||||
GtkWidget *gtk_combo_box_new_with_model (GtkTreeModel *model);
|
||||
GtkWidget *gtk_combo_box_new_with_model_and_entry (GtkTreeModel *model);
|
||||
|
||||
Reference in New Issue
Block a user