moved combobox styles from defs.to to combobox.h; added wxTE/wxCB_FILENAME styles (MSW only for now); show them in the widgets sample and use for file/dir pickers text controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -41,12 +41,15 @@ public:
|
||||
|
||||
// if present, intercepts wxPB_USE_TEXTCTRL style and creates the text control
|
||||
// The 3rd argument is the initial wxString to display in the text control
|
||||
bool CreateBase(wxWindow *parent, wxWindowID id,
|
||||
const wxString& text = wxEmptyString,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize, long style = 0,
|
||||
const wxValidator& validator = wxDefaultValidator,
|
||||
const wxString& name = wxButtonNameStr);
|
||||
bool CreateBase(wxWindow *parent,
|
||||
wxWindowID id,
|
||||
const wxString& text = wxEmptyString,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = 0,
|
||||
const wxValidator& validator = wxDefaultValidator,
|
||||
const wxString& name = wxButtonNameStr,
|
||||
long textstyle = 0);
|
||||
|
||||
|
||||
public: // public API
|
||||
|
Reference in New Issue
Block a user