![]() |
![]() |
![]() |
libgebr Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
GebrGuiSequenceEdit; GebrGuiSequenceEditClass; GtkTreeIter gebr_gui_sequence_edit_add (GebrGuiSequenceEdit *self, const gchar *text, gboolean show_empty); void gebr_gui_sequence_edit_clear (GebrGuiSequenceEdit *self);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GebrGuiSequenceEdit +----GebrGuiValueSequenceEdit
GebrGuiSequenceEdit implements AtkImplementorIface, GtkBuildable and GtkOrientable.
"list-store" gpointer : Read / Write / Construct Only "may-rename" gboolean : Read / Write "value-widget" gpointer : Read / Write / Construct Only
"add-request" : Run Last / Action "changed" : Run Last / Action "removed" : Run Last "renamed" : Run Last
GtkTreeIter gebr_gui_sequence_edit_add (GebrGuiSequenceEdit *self, const gchar *text, gboolean show_empty);
Appends text
into this sequence edit widget. If show_empty
is TRUE
and text
is empty, the value inserted will be
'<empty value>'.
|
a GebrGuiSequenceEdit widget |
|
the c-string to be added into this sequence edit widget |
|
if TRUE and text is an empty string, insert '<empty value>' instead
|
Returns : |
the GtkTreeIter pointing to the new element added |
"list-store"
property"list-store" gpointer : Read / Write / Construct Only
List store, model for view.
"may-rename"
property"may-rename" gboolean : Read / Write
True if the list is renameable.
Default value: TRUE
"add-request"
signalvoid user_function (GebrGuiSequenceEdit *arg0, gpointer user_data) : Run Last / Action
|
user data set when the signal handler was connected. |
"changed"
signalvoid user_function (GebrGuiSequenceEdit *arg0, gpointer user_data) : Run Last / Action
|
user data set when the signal handler was connected. |
"removed"
signalvoid user_function (GebrGuiSequenceEdit *arg0, gchar *arg1, gchar *arg2, gpointer user_data) : Run Last
|
user data set when the signal handler was connected. |