X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c4c178c10d070e20d537f3d685a31115b3b2d4c9..8669431addfb4e91de06493bd708496bc45cbe9e:/interface/wx/frame.h diff --git a/interface/wx/frame.h b/interface/wx/frame.h index 82f283a3e8..2e88233fd5 100644 --- a/interface/wx/frame.h +++ b/interface/wx/frame.h @@ -49,7 +49,7 @@ @style{wxMINIMIZE_BOX} Displays a minimize box on the frame. @style{wxMAXIMIZE} - Displays the frame maximized. Windows only. + Displays the frame maximized. Windows and GTK+ only. @style{wxMAXIMIZE_BOX} Displays a maximize box on the frame. @style{wxCLOSE_BOX} @@ -415,6 +415,10 @@ public: @remarks The widths of the variable fields are calculated from the total width of all fields, minus the sum of widths of the non-variable fields, divided by the number of variable fields. + + @beginWxPerlOnly + In wxPerl this method takes the field widths as parameters. + @endWxPerlOnly */ virtual void SetStatusWidths(int n, const int* widths_field);