summaryrefslogtreecommitdiff
path: root/gtk/gtkcombo.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcombo.h')
-rw-r--r--gtk/gtkcombo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkcombo.h b/gtk/gtkcombo.h
index 81522f46ae..5460515a8c 100644
--- a/gtk/gtkcombo.h
+++ b/gtk/gtkcombo.h
@@ -51,6 +51,8 @@ struct _GtkCombo {
guint case_sensitive:1;
guint use_arrows:1;
guint use_arrows_always:1;
+
+ guint activate_id;
};
struct _GtkComboClass {
@@ -82,6 +84,8 @@ void gtk_combo_set_item_string (GtkCombo* combo,
void gtk_combo_set_popdown_strings (GtkCombo* combo,
GList *strings);
+void gtk_combo_disable_activate (GtkCombo* combo);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */