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