![]() |
![]() |
![]() |
Anjuta Developers Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
struct AnjutaTreeComboBox; struct AnjutaTreeComboBoxClass; GtkWidget * anjuta_tree_combo_box_new (void
); void anjuta_tree_combo_box_set_model (AnjutaTreeComboBox *combo
,GtkTreeModel *model
); GtkTreeModel * anjuta_tree_combo_box_get_model (AnjutaTreeComboBox *combo
); void anjuta_tree_combo_box_set_active (AnjutaTreeComboBox *combo
,gint index
); void anjuta_tree_combo_box_set_active_iter (AnjutaTreeComboBox *combo
,GtkTreeIter *iter
); gboolean anjuta_tree_combo_box_get_active_iter (AnjutaTreeComboBox *combo
,GtkTreeIter *iter
); void anjuta_tree_combo_box_set_valid_function (AnjutaTreeComboBox *combo
,GtkTreeModelFilterVisibleFunc func
,gpointer data
,GDestroyNotify destroy
); void anjuta_tree_combo_box_set_invalid_text (AnjutaTreeComboBox *combo
,const gchar *str
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkButton +----GtkToggleButton +----AnjutaTreeComboBox
AnjutaTreeComboBox implements AtkImplementorIface, GtkBuildable, GtkActionable, GtkActivatable and GtkCellLayout.
void anjuta_tree_combo_box_set_model (AnjutaTreeComboBox *combo
,GtkTreeModel *model
);
GtkTreeModel * anjuta_tree_combo_box_get_model (AnjutaTreeComboBox *combo
);
void anjuta_tree_combo_box_set_active (AnjutaTreeComboBox *combo
,gint index
);
void anjuta_tree_combo_box_set_active_iter (AnjutaTreeComboBox *combo
,GtkTreeIter *iter
);
gboolean anjuta_tree_combo_box_get_active_iter (AnjutaTreeComboBox *combo
,GtkTreeIter *iter
);
void anjuta_tree_combo_box_set_valid_function (AnjutaTreeComboBox *combo
,GtkTreeModelFilterVisibleFunc func
,gpointer data
,GDestroyNotify destroy
);
void anjuta_tree_combo_box_set_invalid_text (AnjutaTreeComboBox *combo
,const gchar *str
);
"changed"
signalvoid user_function (AnjutaTreeComboBox *anjutatreecombobox,
gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"popdown"
signalvoid user_function (AnjutaTreeComboBox *anjutatreecombobox,
gpointer user_data) : Action
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"popup"
signalvoid user_function (AnjutaTreeComboBox *anjutatreecombobox,
gpointer user_data) : Action
|
the object which received the signal. |
|
user data set when the signal handler was connected. |