The libguppiplot library | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
#define GUPPI_ELEMENT_STATE0 (obj) #define GUPPI_IS_ELEMENT_STATE0 (obj) GuppiElementState* guppi_element_state_new (const gchar *type, const gchar *first_arg_name, ...); GuppiElementState* guppi_element_state_newv (const gchar *type, guint nargs, GtkArg *args); guppi_uniq_t guppi_element_state_unique_id (GuppiElementState*); const gchar* guppi_element_state_label (GuppiElementState*); void guppi_element_state_set_label (GuppiElementState*, const gchar*); |
"changed" void user_function (GuppiElementState *guppielementstate, gpointer user_data); "changed-size" void user_function (GuppiElementState *guppielementstate, gpointer user_data); |
#define GUPPI_IS_ELEMENT_STATE0(obj) (((obj) == NULL) || (GUPPI_IS_ELEMENT_STATE(obj))) |
GuppiElementState* guppi_element_state_new (const gchar *type, const gchar *first_arg_name, ...); |
GuppiElementState* guppi_element_state_newv (const gchar *type, guint nargs, GtkArg *args); |
void guppi_element_state_set_label (GuppiElementState*, const gchar*); |
void user_function (GuppiElementState *guppielementstate, gpointer user_data); |