// Created: 28.06.99
// Version: $Id$
// Copyright: (c) 1998 Vadim Zeitlin
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
wxFLAGS_MEMBER(wxBORDER_RAISED)
wxFLAGS_MEMBER(wxBORDER_STATIC)
wxFLAGS_MEMBER(wxBORDER_NONE)
-
+
// old style border flags
wxFLAGS_MEMBER(wxSIMPLE_BORDER)
wxFLAGS_MEMBER(wxSUNKEN_BORDER)
#endif
/*
- TODO PROPERTIES :
- style (wxLI_HORIZONTAL)
+ TODO PROPERTIES :
+ style (wxLI_HORIZONTAL)
*/
// ----------------------------------------------------------------------------
wxSize size = AdjustSize(sizeOrig);
if ( !CreateControl(parent, id, pos, size, style, wxDefaultValidator, name) )
- return FALSE;
+ return false;
return MSWCreateControl(_T("STATIC"), wxEmptyString, pos, size);
}