![]() |
![]() |
![]() |
swamigui Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
SwamiguiSpinScale; GtkWidget * swamigui_spin_scale_new (void); void swamigui_spin_scale_set_order (SwamiguiSpinScale *spin_scale, gboolean scale_first);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----SwamiguiSpinScale
SwamiguiSpinScale implements AtkImplementorIface, GtkBuildable and GtkOrientable.
"adjustment" GtkAdjustment* : Read / Write "digits" guint : Read / Write "scale-first" gboolean : Read / Write "value" gdouble : Read / Write
GtkWidget * swamigui_spin_scale_new (void);
Create a new spin button/scale combo widget.
Returns : |
New widget. |
void swamigui_spin_scale_set_order (SwamiguiSpinScale *spin_scale, gboolean scale_first);
Sets the order that the horizontal scale and spin button widgets appear.
|
Spin scale widget |
|
TRUE if the GtkHScale should be before the GtkSpinButton,
FALSE otherwise.
|