gpeclockface

gpeclockface —

Synopsis




#define     GPE_TYPE_CLOCK_FACE
#define     GPE_CLOCK_FACE                  (obj)
#define     GTK_CLOCK_GET_CLASS             (obj)
            GpeClockFace;
            GpeClockFaceClass;
GtkType     gpe_clock_face_get_type         (void);
GtkWidget*  gpe_clock_face_new              (GtkAdjustment*,
                                             GtkAdjustment*,
                                             GtkAdjustment*);
void        gpe_clock_face_set_do_grabs     (GpeClockFace *clock,
                                             gboolean yes);
void        gpe_clock_face_set_radius       (GpeClockFace *clock,
                                             guint radius);
void        gpe_clock_face_set_use_background_image
                                            (GpeClockFace *clock,
                                             gboolean yes);
void        gpe_clock_face_set_label_hours  (GpeClockFace *clock,
                                             gboolean yes);
void        gpe_clock_face_set_hand_width   (GpeClockFace *clock,
                                             double width);
void        gpe_clock_face_set_border       (GpeClockFace *clock,
                                             guint border);
GdkBitmap*  gpe_clock_face_get_shape        (GpeClockFace *clock);

Description

Details

GPE_TYPE_CLOCK_FACE

#define     GPE_TYPE_CLOCK_FACE


GPE_CLOCK_FACE()

#define     GPE_CLOCK_FACE(obj)

obj :

GTK_CLOCK_GET_CLASS()

#define     GTK_CLOCK_GET_CLASS(obj)

obj :

GpeClockFace

typedef struct _GpeClockFace GpeClockFace;

Object container for the GpeClockFace widget.


GpeClockFaceClass

typedef struct _GpeClockFaceClass GpeClockFaceClass;

Object container for the GpeClockFaceClass widget.


gpe_clock_face_get_type ()

GtkType     gpe_clock_face_get_type         (void);

Returns :

gpe_clock_face_new ()

GtkWidget*  gpe_clock_face_new              (GtkAdjustment*,
                                             GtkAdjustment*,
                                             GtkAdjustment*);

Param1 :
Param2 :
Param3 :
Returns :

gpe_clock_face_set_do_grabs ()

void        gpe_clock_face_set_do_grabs     (GpeClockFace *clock,
                                             gboolean yes);

clock :
yes :

gpe_clock_face_set_radius ()

void        gpe_clock_face_set_radius       (GpeClockFace *clock,
                                             guint radius);

clock :
radius :

gpe_clock_face_set_use_background_image ()

void        gpe_clock_face_set_use_background_image
                                            (GpeClockFace *clock,
                                             gboolean yes);

clock :
yes :

gpe_clock_face_set_label_hours ()

void        gpe_clock_face_set_label_hours  (GpeClockFace *clock,
                                             gboolean yes);

clock :
yes :

gpe_clock_face_set_hand_width ()

void        gpe_clock_face_set_hand_width   (GpeClockFace *clock,
                                             double width);

clock :
width :

gpe_clock_face_set_border ()

void        gpe_clock_face_set_border       (GpeClockFace *clock,
                                             guint border);

clock :
border :

gpe_clock_face_get_shape ()

GdkBitmap*  gpe_clock_face_get_shape        (GpeClockFace *clock);

clock :
Returns :