diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-27 14:32:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:11 +0100 |
commit | ec0035ec01903ed9971febb945823ea0f79a0f35 (patch) | |
tree | 83cb18abc035bc42efa3a6a9843b4e6baa88e667 /vcl/qa | |
parent | 70a9db6698eacd45c817159d524876f34156b45c (diff) |
checkboxes, edit controls
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/builder/demo.ui | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vcl/qa/cppunit/builder/demo.ui b/vcl/qa/cppunit/builder/demo.ui index 92904e7417df..e77dde16b6cb 100644 --- a/vcl/qa/cppunit/builder/demo.ui +++ b/vcl/qa/cppunit/builder/demo.ui @@ -45,6 +45,22 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="checkbutton1"> + <property name="label" translatable="yes">checkbutton</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_action_appearance">False</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> @@ -135,6 +151,19 @@ <property name="position">2</property> </packing> </child> + <child> + <object class="GtkEntry" id="entry1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="invisible_char">●</property> + <property name="text" translatable="yes">an edit control</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">3</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |