GiwThermo

GiwThermo

Synopsis


#include <giwthermo.h>


enum                GiwThermoMousePolicy;
                    GiwThermo;
GtkWidget*          giw_thermo_new                      (GtkAdjustment *adjustment);
GtkWidget*          giw_thermo_new_with_adjustment      (gdouble value,
                                                         gdouble lower,
                                                         gdouble upper);
void                giw_thermo_set_value                (GiwThermo *thermo,
                                                         gdouble value);
gdouble             giw_thermo_get_value                (GiwThermo *thermo);
GtkAdjustment*      giw_thermo_get_adjustment           (GiwThermo *thermo);
void                giw_thermo_set_adjustment           (GiwThermo *thermo,
                                                         GtkAdjustment *adjustment);
void                giw_thermo_set_legends_digits       (GiwThermo *thermo,
                                                         gint digits);
void                giw_thermo_show_legends             (GiwThermo *thermo,
                                                         guchar option);
void                giw_thermo_set_mouse_policy         (GiwThermo *thermo,
                                                         GiwThermoMousePolicy policy);
void                giw_thermo_set_major_ticks_number   (GiwThermo *thermo,
                                                         gint number);
void                giw_thermo_set_minor_ticks_number   (GiwThermo *thermo,
                                                         gint number);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GiwThermo

Implemented Interfaces

GiwThermo implements AtkImplementorIface.

Description

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 ()

GtkWidget*          giw_thermo_new                      (GtkAdjustment *adjustment);

adjustment :
Returns :

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);

thermo :
value :

giw_thermo_get_value ()

gdouble             giw_thermo_get_value                (GiwThermo *thermo);

thermo :
Returns :

giw_thermo_get_adjustment ()

GtkAdjustment*      giw_thermo_get_adjustment           (GiwThermo *thermo);

thermo :
Returns :

giw_thermo_set_adjustment ()

void                giw_thermo_set_adjustment           (GiwThermo *thermo,
                                                         GtkAdjustment *adjustment);

thermo :
adjustment :

giw_thermo_set_legends_digits ()

void                giw_thermo_set_legends_digits       (GiwThermo *thermo,
                                                         gint digits);

thermo :
digits :

giw_thermo_show_legends ()

void                giw_thermo_show_legends             (GiwThermo *thermo,
                                                         guchar option);

thermo :
option :

giw_thermo_set_mouse_policy ()

void                giw_thermo_set_mouse_policy         (GiwThermo *thermo,
                                                         GiwThermoMousePolicy policy);

thermo :
policy :

giw_thermo_set_major_ticks_number ()

void                giw_thermo_set_major_ticks_number   (GiwThermo *thermo,
                                                         gint number);

thermo :
number :

giw_thermo_set_minor_ticks_number ()

void                giw_thermo_set_minor_ticks_number   (GiwThermo *thermo,
                                                         gint number);

thermo :
number :