summaryrefslogtreecommitdiff
path: root/test/forms.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-09-17 20:00:33 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-09-17 20:00:33 +0000
commit9ba790be3bfc78060a54ddc6038b887a8033a800 (patch)
treed59103a1ef29957c33f27606d097717b84bbe5c2 /test/forms.cxx
parentd631c334a2418df38f9f8520f7a2ad3f952f1f1b (diff)
Added the counterpart for FL_COMMAND (F_CONTROL). Added GTK Boxtype to the Forms test. Made utf function more fail-safe. Testing SCM on Xcode (wish me luck)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6876 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/forms.cxx')
-rw-r--r--test/forms.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/forms.cxx b/test/forms.cxx
index 8d8af1130..3b7fc0f9e 100644
--- a/test/forms.cxx
+++ b/test/forms.cxx
@@ -65,6 +65,8 @@ static VN_struct btypes[]=
{FL_OVAL3D_DOWNBOX,"oval3d downbox"},
{FL_PLASTIC_UP_BOX,"plastic upbox"},
{FL_PLASTIC_DOWN_BOX,"plastic downbox"},
+ {FL_GTK_UP_BOX,"GTK up box"},
+ {FL_GTK_ROUND_UP_BOX,"GTK round up box"},
/* sentinel */
{-1}
};