Generic tree control text editor now has simple boder (no 3D effect)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
233058c7ab
commit
27316302a4
@ -84,7 +84,7 @@ public:
|
||||
const wxString &value = wxEmptyString,
|
||||
const wxPoint &pos = wxDefaultPosition,
|
||||
const wxSize &size = wxDefaultSize,
|
||||
int style = 0,
|
||||
int style = wxSIMPLE_BORDER,
|
||||
const wxValidator& validator = wxDefaultValidator,
|
||||
const wxString &name = wxTextCtrlNameStr );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user