diff options
author | corvid <corvid@lavabit.com> | 2011-01-29 05:29:09 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-01-29 05:29:09 +0000 |
commit | 0862e28f784eef8b785d5fd7b24cf1d3d3c39ad6 (patch) | |
tree | 420bc1e5dc3d2a809d6650fb0a8aa20d07ada3b3 /dw/ui.hh | |
parent | 4058c05576c5d04bcd29fb7989461d444d962e2f (diff) |
push/popGroup is back. Implemented for FltkOptionMenu
Diffstat (limited to 'dw/ui.hh')
-rw-r--r-- | dw/ui.hh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -421,6 +421,8 @@ 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 bool isSelected (int index) = 0; |