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
This commit is contained in:
committed by
Paolo Molaro
parent
0328873baf
commit
a7960ed953
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user