]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dialog.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / interface / wx / dialog.h
index 5f0235dbe5192493e6d37d85881fe86840f5ae12..736b97488d91ed772de1427e173fb738900071eb 100644 (file)
@@ -283,6 +283,12 @@ public:
     */
     wxStdDialogButtonSizer* CreateStdDialogButtonSizer(long flags);
 
+    /**
+       Splits text up at newlines and places the lines into wxStaticText
+       objects in a vertical wxBoxSizer.
+    */
+    wxSizer *CreateTextSizer( const wxString& message );
+
     /**
         Performs layout adaptation, usually if the dialog is too large to fit
         on the display.