Top | ![]() |
![]() |
![]() |
![]() |
VisuUiComboValuesVisuUiComboValues — A specialised combo box to list node properties of a VisuData object. |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkComboBox ╰── VisuUiComboValues
VisuUiComboValues implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.
This object is a specialised combo box that lists the node properties of a given VisuData object.
GtkWidget * visu_ui_combo_values_new ();
Create a new GtkListStore to store planes.
Since: 3.8
gboolean visu_ui_combo_values_setNodeModel (VisuUiComboValues *combo
,VisuData *data
);
Bind the set
object to list
.
VisuNodeValues *
visu_ui_combo_values_getActive (VisuUiComboValues *combo
);
Retrieves the currently selected VisuNodeValues object.
Since: 3.8
gboolean visu_ui_combo_values_setActive (VisuUiComboValues *combo
,const VisuNodeValues *values
);
Changes current selection of combo
to be on values
. If values
is
not part of combo
, nothing is changed and FALSE
is returned.
Since: 3.8
struct VisuUiComboValuesClass { GtkComboBoxClass parent; };
Common name to refer to a _VisuUiComboValuesClass.
“active-values”
property“active-values” VisuNodeValues *
current selection.
Flags: Read / Write