home *** CD-ROM | disk | FTP | other *** search
- class ListBox : public TListBox
- {
- public:
- ListBox(TRect& bounds,ushort num,TScrollBar *bar) : TListBox(bounds,num,bar)
- {
- };
-
- void *at(ccIndex index);
- void atFree(ccIndex index);
- ccIndex getCount();
- virtual void insert(void *item);
- void insertDraw(void *item);
- void removeAll();
-
- private:
- virtual void handleEvent(TEvent&);
- };
-
-