diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-19 12:28:28 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:37 +0200 |
commit | 2cb3587ad1b91cf744e55459f18a93eb2428eb65 (patch) | |
tree | dea71bf728ac5fa9d7962eb67a2fd7c41fdd43db /include/vcl | |
parent | b590736b3a8bbcecf6e295b5fac159dacaefca54 (diff) |
uitest: add initial implementation for ListBox
Change-Id: I9fcc884afab63a9601c560f733a13551b5036cbe
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/uitest/uiobject.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx index 3e8e89641342..c982dfbc3b4e 100644 --- a/include/vcl/uitest/uiobject.hxx +++ b/include/vcl/uitest/uiobject.hxx @@ -21,6 +21,7 @@ enum class UIObjectType BUTTON, EDIT, CHECKBOX, + LISTBOX, UNKNOWN }; |