git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8606
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// we want to get a dialog that is stretchable because it
// has a text ctrl at the top and two buttons at the bottom
// we want to get a dialog that is stretchable because it
// has a text ctrl at the top and two buttons at the bottom
-MyDialog::MyDialog(wxFrame *parent, wxWindowID id, const wxString &title ) :
- wxDialog( parent, id, title, wxDefaultPosition, wxDefaultSize, wxDIALOG_STYLE | wxRESIZE_BORDER )
+MyDialog::MyDialog(wxFrame *parent, wxWindowID id, const wxString &title )
+ : wxDialog(parent, id, title, wxDefaultPosition, wxDefaultSize,
+ wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
{
wxBoxSizer *topsizer = new wxBoxSizer( wxVERTICAL );
{
wxBoxSizer *topsizer = new wxBoxSizer( wxVERTICAL );
Derived types of wxDC have documentation for specific features
only, so refer to this section for most device context information.
Derived types of wxDC have documentation for specific features
only, so refer to this section for most device context information.
+% VZ: we should really document them instead of this lame excuse, but I don't
+% have time for it now, when it is done please remove this
+Please note that in addition to the versions of the methods documented here,
+there are also versions which accept single {\tt wxPoint} parameter instead of
+two {\tt wxCoord} ones or {\tt wxPoint} and {\tt wxSize} instead of four of
+them.
+
\wxheading{Derived from}
\helpref{wxObject}{wxobject}
\wxheading{Derived from}
\helpref{wxObject}{wxobject}