GuppiMetricEntry

Name

GuppiMetricEntry -- 

Synopsis



#define     GUPPI_METRIC_ENTRY0             (obj)
#define     GUPPI_IS_METRIC_ENTRY0          (obj)
void        guppi_metric_entry_construct    (GuppiMetricEntry*);
GtkWidget*  guppi_metric_entry_new          (void);
double      guppi_metric_entry_pt_value     (GuppiMetricEntry*);
void        guppi_metric_entry_set_pt_value (GuppiMetricEntry*,
                                             double);
guppi_metric_t guppi_metric_entry_displayed_units
                                            (GuppiMetricEntry*);
void        guppi_metric_entry_set_displayed_units
                                            (GuppiMetricEntry*,
                                             guppi_metric_t);

Object Hierarchy


  GtkObject
   +----GtkWidget
         +----GtkContainer
               +----GtkBox
                     +----GtkHBox
                           +----GuppiMetricEntry

Signal Prototypes


"changed-value"
            void        user_function      (GuppiMetricEntry *guppimetricentry,
                                            gpointer user_data);
"changed-units"
            void        user_function      (GuppiMetricEntry *guppimetricentry,
                                            gpointer user_data);

Description

A longer description goes here.

Details

GUPPI_METRIC_ENTRY0()

#define GUPPI_METRIC_ENTRY0(obj) ((obj) ? (GUPPI_METRIC_ENTRY(obj)) : NULL)

GUPPI_IS_METRIC_ENTRY0()

#define GUPPI_IS_METRIC_ENTRY0(obj) (((obj) == NULL) || (GUPPI_IS_METRIC_ENTRY(obj)))

guppi_metric_entry_construct ()

void        guppi_metric_entry_construct    (GuppiMetricEntry*);

guppi_metric_entry_new ()

GtkWidget*  guppi_metric_entry_new          (void);

guppi_metric_entry_pt_value ()

double      guppi_metric_entry_pt_value     (GuppiMetricEntry*);

guppi_metric_entry_set_pt_value ()

void        guppi_metric_entry_set_pt_value (GuppiMetricEntry*,
                                             double);

guppi_metric_entry_displayed_units ()

guppi_metric_t guppi_metric_entry_displayed_units
                                            (GuppiMetricEntry*);

guppi_metric_entry_set_displayed_units ()

void        guppi_metric_entry_set_displayed_units
                                            (GuppiMetricEntry*,
                                             guppi_metric_t);

Signals

The "changed-value" signal

void        user_function                  (GuppiMetricEntry *guppimetricentry,
                                            gpointer user_data);

The "changed-units" signal

void        user_function                  (GuppiMetricEntry *guppimetricentry,
                                            gpointer user_data);