Misc doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,7 +35,6 @@ application windows.
|
||||
\twocolitem{\windowstyle{wxSTAY\_ON\_TOP}}{Stay on top of all other windows,
|
||||
see also wxFRAME\_FLOAT\_ON\_PARENT. Windows only.}
|
||||
\twocolitem{\windowstyle{wxSYSTEM\_MENU}}{Displays a system menu.}
|
||||
\twocolitem{\windowstyle{wxSIMPLE\_BORDER}}{Displays no border or decorations. GTK and Windows only.}
|
||||
\twocolitem{\windowstyle{wxRESIZE\_BORDER}}{Displays a resizeable border around the window.}
|
||||
\twocolitem{\windowstyle{wxFRAME\_TOOL\_WINDOW}}{Causes a frame with a small
|
||||
titlebar to be created; the frame does not appear in the taskbar under Windows.}
|
||||
@@ -54,7 +53,7 @@ style and must be set by calling \helpref{SetExtraStyle}{wxwindowsetextrastyle}
|
||||
You cannot use this style together with wxMAXIMIZE\_BOX or wxMINIMIZE\_BOX, so
|
||||
you should use
|
||||
{\tt wxDEFAULT\_FRAME\_STYLE \& (wxMINIMIZE\_BOX | wxMAXIMIZE\_BOX)} for the
|
||||
frames having this style (the dialogs don't have minimize nor maximize box by
|
||||
frames having this style (the dialogs don't have a minimize or a maximize box by
|
||||
default)}
|
||||
\twocolitem{\windowstyle{wxFRAME\_SHAPED}}{Windows with this style are
|
||||
allowed to have their shape changed with the \helpref{SetShape}{wxframesetshape} method.}
|
||||
|
Reference in New Issue
Block a user