Top | ![]() |
![]() |
![]() |
![]() |
#define | GO_COMBO_TEXT() |
#define | GO_IS_COMBO_TEXT() |
GType | go_combo_text_get_type () |
GtkWidget * | go_combo_text_new () |
GtkWidget * | go_combo_text_new_default () |
GtkWidget * | go_combo_text_get_entry () |
gboolean | go_combo_text_set_text () |
void | go_combo_text_add_item () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkHBox ╰── GOComboBox ╰── GOComboText
#define GO_COMBO_TEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST (obj, GO_TYPE_COMBO_TEXT, GOComboText))
#define GO_IS_COMBO_TEXT(obj) (G_TYPE_CHECK_INSTANCE_TYPE (obj, GO_TYPE_COMBO_TEXT))
gboolean go_combo_text_set_text (GOComboText *ct
,const gchar *text
,GOComboTextSearch start
);
“entry-changed”
signalgboolean user_function (GOComboText *gocombotext, gpointer arg1, gpointer user_data)
gocombotext |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“selection-changed”
signalgboolean user_function (GOComboText *gocombotext, gpointer arg1, gpointer user_data)
gocombotext |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last