25 #ifndef TABLE_COLLECTION_H 26 #define TABLE_COLLECTION_H 28 #include "pixmaps/lxde.xpm" 29 #include "pixmaps/xfce.xpm" 30 #include "pixmaps/lxqt.xpm" 31 #include "pixmaps/mate.xpm" 32 #include "pixmaps/kde.xpm" 33 #include "pixmaps/gnome.xpm" 34 #include "table_base.h" 69 void OnDrawCell(TableContext context,
int R=0,
int C=0,
int X=0,
int Y=0,
int W=0,
int H=0);
70 void OnEvent(TableContext context,
int pCol,
int pRow);
void refresh_table()
Populate the tab with package installed.
Definition: table_collection.cxx:39
Definition: table_base.h:77
TableCollection(int x, int y, int w, int h, const char *l=0)
Constructor.
Definition: table_collection.cxx:29
widget to manage cards package list
Definition: table_collection.h:42
virtual ~TableCollection()
Destructor.
Definition: table_collection.h:59