summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-28 18:29:48 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:01:39 +0200
commit9dd436c412372cb2120d3b657de7c4a5c2f6ed89 (patch)
treecbcfb79c1fb2cb6f15b4645f9ac394b6374b09eb /include/vcl
parent6d8076122e39335200017cc16bd92fdd8667460e (diff)
uitest: initial work on tab page ui testing support
Change-Id: I76fdaad1f84d3b18b130decd7bdb4eef82d341e9
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/uitest/uiobject.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx
index c982dfbc3b4e..2754f677f5b6 100644
--- a/include/vcl/uitest/uiobject.hxx
+++ b/include/vcl/uitest/uiobject.hxx
@@ -22,6 +22,7 @@ enum class UIObjectType
EDIT,
CHECKBOX,
LISTBOX,
+ TABPAGE,
UNKNOWN
};