![]() |
![]() |
![]() |
GPE Manual: libgpewidget Reference | ![]() |
---|---|---|---|---|
Top | Description |
#define GPE_TYPE_CLOCK_FACE #define GPE_CLOCK_FACE (obj) #define GTK_CLOCK_GET_CLASS (obj) GtkType gpe_clock_face_get_type (void
); GtkWidget * gpe_clock_face_new (GtkAdjustment *Param1
,GtkAdjustment *Param2
,GtkAdjustment *Param3
); 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
); GpeClockFaceClass; GpeClockFace;
#define GPE_CLOCK_FACE(obj) G_TYPE_CHECK_INSTANCE_CAST ((obj), gpe_clock_face_get_type(), GpeClockFace)
#define GTK_CLOCK_GET_CLASS(obj) G_TYPE_INSTANCE_GET_CLASS ((obj), gpe_clock_face_get_type(), GpeClockFaceClass)
GtkWidget * gpe_clock_face_new (GtkAdjustment *Param1
,GtkAdjustment *Param2
,GtkAdjustment *Param3
);
void gpe_clock_face_set_do_grabs (GpeClockFace *clock
,gboolean yes
);
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
);
typedef struct _GpeClockFaceClass GpeClockFaceClass;
Object container for the GpeClockFaceClass widget.