23 #ifndef _LAX_CHECKBOX_H
24 #define _LAX_CHECKBOX_H
26 #include <lax/button.h>
27 #include <lax/rectangles.h>
32 #define CHECK_SQUARE_CHECK (1<<18)
33 #define CHECK_SQUARE_BUT (1<<19)
34 #define CHECK_SQUARE_X (1<<20)
35 #define CHECK_CIRCLE (1<<21)
37 #define CHECK_LEFT (1<<22)
38 #define CHECK_RIGHT (1<<23)
39 #define CHECK_CENTER (1<<24)
40 #define CHECK_CENTERL (1<<25)
41 #define CHECK_CENTERR (1<<26)
48 unsigned long pitcolor;
50 CheckBox(
anXWindow *parnt,
const char *nname,
const char *ntitle,
unsigned long nstyle,
51 int xx,
int yy,
int ww,
int hh,
int brder,
52 anXWindow *prev,
unsigned long nowner,
const char *nsendmes,
53 const char *nnme=NULL,
int npadx=0,
int npady=0);
55 virtual const char *
Label(
const char *nlabel);
58 virtual void drawgraphic();
Mon Feb 17 2014 11:52:56, Laxkit