Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── VisuUiLine ╰── VisuUiBox
GtkWidget * visu_ui_box_new ();
Creates a new VisuUiBox to allow to setup box rendering characteristics.
Since: 3.8
void visu_ui_box_bind (VisuUiBox *box
,VisuGlExtBox *model
);
Bind the properties of model
to be displayed by box
.
Since: 3.8
void visu_ui_box_bindLegend (VisuUiBox *box
,VisuGlExtBoxLegend *legend
);
Bind the properties of model
to be displayed by legend
.
Since: 3.8
“show-size-changed”
signalvoid user_function (VisuUiBox *box, gboolean used, gpointer user_data)
This signal is emitted when the box legend check box is changed.
box |
the VisuUiBox that emits the signal ; |
|
used |
TRUE if the box follow the box basis-set. |
|
user_data |
user data set when the signal handler was connected. |
Flags: No Hooks
Since: 3.8
“x-pos-changed”
signalvoid user_function (VisuUiBox *box, gdouble pos, gpointer user_data)
This signal is emitted when the box legend rendering position is changed.
box |
the VisuUiBox that emits the signal ; |
|
pos |
the new position. |
|
user_data |
user data set when the signal handler was connected. |
Flags: No Hooks
Since: 3.8
“y-pos-changed”
signalvoid user_function (VisuUiBox *box, gdouble pos, gpointer user_data)
This signal is emitted when the box legend rendering position is changed.
box |
the VisuUiBox that emits the signal ; |
|
pos |
the new position. |
|
user_data |
user data set when the signal handler was connected. |
Flags: No Hooks
Since: 3.8