#include
<giwshow.h> GiwShow; GtkWidget* giw_show_new (GtkAdjustment *adjustment); GtkWidget* giw_show_new_with_adjusment (gdouble min, gdouble max, gdouble value); gdouble giw_show_get_value (GiwShow *show); void giw_show_set_value (GiwShow *show, gdouble value); GtkAdjustment* giw_show_get_adjustment (GiwShow *show); void giw_show_set_adjustment (GiwShow *show, GtkAdjustment *adjustment); void giw_show_set_legends_digits (GiwShow *show, guint digits_number); void giw_show_set_ticks_number (GiwShow *show, guint major, guint minor); void giw_show_set_mouse_policy (GiwShow *show, GiwShowMousePolicy policy); void giw_show_set_title (GiwShow *show, gchar *str); |
GObject +----GtkObject +----GtkWidget +----GiwShow |
typedef struct
GiwShow _GiwShow |
GtkWidget* giw_show_new (GtkAdjustment *adjustment); |
GtkWidget* giw_show_new_with_adjusment (gdouble min, gdouble max, gdouble value); |
gdouble giw_show_get_value (GiwShow *show); |
void giw_show_set_value (GiwShow *show, gdouble value); |
GtkAdjustment* giw_show_get_adjustment (GiwShow *show); |
void giw_show_set_adjustment (GiwShow *show, GtkAdjustment *adjustment); |
void giw_show_set_legends_digits (GiwShow *show, guint digits_number); |
void giw_show_set_ticks_number (GiwShow *show, guint major, guint minor); |
void giw_show_set_mouse_policy (GiwShow *show, GiwShowMousePolicy policy); |
typedef enum{ GIW_SHOW_MOUSE_DISABLED, GIW_SHOW_MOUSE_AUTOMATICALLY, GIW_SHOW_MOUSE_DELAYED }GiwShowMousePolicy; |
void giw_show_set_title (GiwShow *show, gchar *str); |