GtkGauge
GtkGauge
|
 |
Implemented Interfaces
GtkGauge implements
AtkImplementorIface and GtkBuildable.
Details
GtkGauge
typedef struct _GtkGauge GtkGauge;
GtkGaugeClass
typedef struct {
GtkWidgetClass parent_class;
} GtkGaugeClass;
gtk_gauge_set_value ()
void gtk_gauge_set_value (GtkGauge *gg,
float v);
gtk_gauge_set_color ()
void gtk_gauge_set_color (GtkGauge *gg,
const char *cnam);
gtk_gauge_set_title ()
void gtk_gauge_set_title (GtkGauge *gg,
const char *cnam);
gtk_gauge_get_title ()
char* gtk_gauge_get_title (GtkGauge *gg);
gtk_gauge_set_squared ()
void gtk_gauge_set_squared (GtkGauge *gg,
gboolean squared);
Property Details
The "xmax"
property
"xmax" gdouble : Read / Write
Maximum value of X.
Default value: 1
The "xmin"
property
"xmin" gdouble : Read / Write
Minimum value of X.
Default value: 0