23 #ifndef _LAX_ICONSLIDER_H
24 #define _LAX_ICONSLIDER_H
27 #include <lax/itemslider.h>
28 #include <lax/menuinfo.h>
29 #include <sys/times.h>
31 #define ICONSLIDER_ICON_ONLY (0<<20)
32 #define ICONSLIDER_TEXT_ONLY (1<<20)
33 #define ICONSLIDER_TEXT_ICON (2<<20)
34 #define ICONSLIDER_ICON_TEXT (3<<20)
35 #define ICONSLIDER_WHAT_MASK (3<<20)
37 #define ICONSLIDER_M_ICON_ONLY (0<<22)
38 #define ICONSLIDER_M_TEXT_ONLY (1<<22)
39 #define ICONSLIDER_M_TEXT_ICON (2<<22)
40 #define ICONSLIDER_M_ICON_TEXT (3<<22)
41 #define ICONSLIDER_M_WHAT_MASK (3<<22)
54 int xx,
int yy,
int ww,
int hh,
int brder,
55 anXWindow *prev,
unsigned long nowner,
const char *nsendthis,
59 virtual int AddItem(
const char *newitem,
int nid);
60 virtual int AddItem(
const char *newitem,
const char *filename,
int nid);
61 virtual void Refresh();
Mon Feb 17 2014 11:52:56, Laxkit