Implemented Interfaces
GiwShow implements
AtkImplementorIface.
Details
GiwShow
typedef struct _GiwShow GiwShow;
giw_show_new_with_adjusment ()
GtkWidget* giw_show_new_with_adjusment (gdouble value,
gdouble lower,
gdouble upper);
value : |
|
lower : |
|
upper : |
|
Returns : |
|
giw_show_set_value ()
void giw_show_set_value (GiwShow *show,
gdouble value);
giw_show_set_legends_digits ()
void giw_show_set_legends_digits (GiwShow *show,
guint digits_number);
giw_show_set_ticks_number ()
void giw_show_set_ticks_number (GiwShow *show,
guint major,
guint minor);
giw_show_set_title ()
void giw_show_set_title (GiwShow *show,
gchar *str);