Re: How to set size and pos of wxrichtext control ?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Thanks Matt, great help!

At file:///C:/Euphoria/wxEuphoria/wxWidgets-2.8.9/wxWidgets-2.8.10-HTML-zip/docs/mshtml/wx/wx_wxrichtextctrl.html#wxrichtextctrlcreate

I found 'wxRichTextCtrl::Create' bool Create(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& value = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxRE_MULTILINE, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxTextCtrlNameStr)

and At file:///C:/Euphoria/wxEuphoria/Docs.3.1/WXSCROLLEDWINDOW.html

I found 'Creation Parameters' atom parent integer id [= -1] integer x [= -1] integer y [= -1] integer cx [= -1] integer cy [= -1] atom style [= wxHSCROL+wxVSCROLL] wxHSCROLL wxVSCROLL

Evidently, '-1' means 'default value'. How/where can I find out what are these default values?. Thanks! ...V

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu