GiwShow

GiwShow

Synopsis


#include <giwshow.h>


                    GiwShow;
GtkWidget*          giw_show_new                        (GtkAdjustment *adjustment);
GtkWidget*          giw_show_new_with_adjusment         (gdouble value,
                                                         gdouble lower,
                                                         gdouble upper);
gdouble             giw_show_get_value                  (GiwShow *show);
void                giw_show_set_value                  (GiwShow *show,
                                                         gdouble value);
void                giw_show_set_adjustment             (GiwShow *show,
                                                         GtkAdjustment *adjustment);
GtkAdjustment*      giw_show_get_adjustment             (GiwShow *show);
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_title                  (GiwShow *show,
                                                         gchar *str);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GiwShow

Implemented Interfaces

GiwShow implements AtkImplementorIface.

Description

Details

GiwShow

typedef struct _GiwShow GiwShow;


giw_show_new ()

GtkWidget*          giw_show_new                        (GtkAdjustment *adjustment);

adjustment :
Returns :

giw_show_new_with_adjusment ()

GtkWidget*          giw_show_new_with_adjusment         (gdouble value,
                                                         gdouble lower,
                                                         gdouble upper);

value :
lower :
upper :
Returns :

giw_show_get_value ()

gdouble             giw_show_get_value                  (GiwShow *show);

show :
Returns :

giw_show_set_value ()

void                giw_show_set_value                  (GiwShow *show,
                                                         gdouble value);

show :
value :

giw_show_set_adjustment ()

void                giw_show_set_adjustment             (GiwShow *show,
                                                         GtkAdjustment *adjustment);

show :
adjustment :

giw_show_get_adjustment ()

GtkAdjustment*      giw_show_get_adjustment             (GiwShow *show);

show :
Returns :

giw_show_set_legends_digits ()

void                giw_show_set_legends_digits         (GiwShow *show,
                                                         guint digits_number);

show :
digits_number :

giw_show_set_ticks_number ()

void                giw_show_set_ticks_number           (GiwShow *show,
                                                         guint major,
                                                         guint minor);

show :
major :
minor :

giw_show_set_title ()

void                giw_show_set_title                  (GiwShow *show,
                                                         gchar *str);

show :
str :