Implemented Interfaces
GiwThermo implements
AtkImplementorIface.
Details
enum GiwThermoMousePolicy
typedef enum{
GIW_THERMO_MOUSE_DISABLED,
GIW_THERMO_MOUSE_AUTOMATICALLY,
GIW_THERMO_MOUSE_DELAYED
}GiwThermoMousePolicy;
GiwThermo
typedef struct _GiwThermo GiwThermo;
giw_thermo_new_with_adjustment ()
GtkWidget* giw_thermo_new_with_adjustment (gdouble value,
gdouble lower,
gdouble upper);
value : |
|
lower : |
|
upper : |
|
| Returns : |
|
giw_thermo_set_value ()
void giw_thermo_set_value (GiwThermo *thermo,
gdouble value);
giw_thermo_set_legends_digits ()
void giw_thermo_set_legends_digits (GiwThermo *thermo,
gint digits);
giw_thermo_show_legends ()
void giw_thermo_show_legends (GiwThermo *thermo,
guchar option);
giw_thermo_set_major_ticks_number ()
void giw_thermo_set_major_ticks_number (GiwThermo *thermo,
gint number);
giw_thermo_set_minor_ticks_number ()
void giw_thermo_set_minor_ticks_number (GiwThermo *thermo,
gint number);