diff options
author | corvid <corvid@lavabit.com> | 2012-11-24 20:09:42 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-11-24 20:09:42 +0000 |
commit | fae8ba37e74976b59ab41932d3b2c2165c688d91 (patch) | |
tree | 337c2de438120671b0a50380bed71057c60e64cc /dw/ui.hh | |
parent | d9bccd6d15eb017964fbdfc3aba428dfbc4764b2 (diff) |
reset for <select>
Diffstat (limited to 'dw/ui.hh')
-rw-r--r-- | dw/ui.hh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -421,6 +421,7 @@ class SelectionResource: public Resource { public: virtual void addItem (const char *str, bool enabled, bool selected) = 0; + virtual void setItem (int index, bool selected) = 0; virtual void pushGroup (const char *name, bool enabled) = 0; virtual void popGroup () = 0; |