diff options
author | corvid <corvid@lavabit.com> | 2011-01-15 20:55:23 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-01-15 20:55:23 +0000 |
commit | e377462bed29c4b945fc07fa46f50bf37972d71c (patch) | |
tree | b1ca84bc39a2adc9291066f6261d67475a14d2e3 /dw/ui.hh | |
parent | 867088f57e6b312780ff3c21861503cb66e94c6f (diff) |
fltkui changes
Diffstat (limited to 'dw/ui.hh')
-rw-r--r-- | dw/ui.hh | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -422,11 +422,7 @@ class SelectionResource: public Resource public: virtual void addItem (const char *str, bool enabled, bool selected) = 0; - virtual void pushGroup (const char *name, bool enabled) = 0; - virtual void popGroup () = 0; - virtual int getNumberOfItems () = 0; - virtual const char *getItem (int index) = 0; virtual bool isSelected (int index) = 0; }; |