+ // VZ: if someone could put a comment here explaining what exactly this is
+ // needed for, it would be nice...
+ bool want3D;
+
+ // if no extended style given, determine it ourselves
+ if ( exstyle == (WXDWORD)-1 )
+ {
+ exstyle = GetExStyle(style, &want3D);
+ }
+
+ // all controls have these childs (wxWindows creates all controls visible
+ // by default)
+ style |= WS_CHILD | WS_VISIBLE;
+