diff options
author | CET 1998 Paolo Molaro <lupus@debian.org> | 1998-03-21 09:45:03 +0000 |
---|---|---|
committer | Paolo Molaro <lupus@src.gnome.org> | 1998-03-21 09:45:03 +0000 |
commit | a7960ed953ee1832de599efe93130d41d02d890c (patch) | |
tree | 5f4fce60327506e3bd17f8317b50cae0d06b6690 /gtk/gtkcombo.h | |
parent | 0328873baf3adc0495466084200a88b1b8f54113 (diff) | |
download | gtk+-a7960ed953ee1832de599efe93130d41d02d890c.tar.gz |
gtk/gtkcombo.[ch] "activate" signal can be disabled now
Sat Mar 21 10:39:02 CET 1998 Paolo Molaro <lupus@debian.org>
* gtk/gtkcombo.[ch] "activate" signal can be disabled now
Diffstat (limited to 'gtk/gtkcombo.h')
-rw-r--r-- | gtk/gtkcombo.h | 4 |
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 */ |