improved rendering of styles and events sections: put the description of those items on new lines; put the prototype of event handlers on a separate line, too. This change requires that @event and @style macros are _not_ followed by a colon.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-04-06 14:43:04 +00:00
parent 6bdf5153fe
commit 8c6791e43c
63 changed files with 560 additions and 552 deletions

View File

@@ -19,29 +19,29 @@
using the "Mini frame" command of the "Generic dialogs" submenu.
@beginStyleTable
@style{wxICONIZE}:
@style{wxICONIZE}
Display the frame iconized (minimized) (Windows only).
@style{wxCAPTION}:
@style{wxCAPTION}
Puts a caption on the frame.
@style{wxMINIMIZE}:
@style{wxMINIMIZE}
Identical to wxICONIZE.
@style{wxMINIMIZE_BOX}:
@style{wxMINIMIZE_BOX}
Displays a minimize box on the frame (Windows and Motif only).
@style{wxMAXIMIZE}:
@style{wxMAXIMIZE}
Displays the frame maximized (Windows only).
@style{wxMAXIMIZE_BOX}:
@style{wxMAXIMIZE_BOX}
Displays a maximize box on the frame (Windows and Motif only).
@style{wxCLOSE_BOX}:
@style{wxCLOSE_BOX}
Displays a close box on the frame.
@style{wxSTAY_ON_TOP}:
@style{wxSTAY_ON_TOP}
Stay on top of other windows (Windows only).
@style{wxSYSTEM_MENU}:
@style{wxSYSTEM_MENU}
Displays a system menu (Windows and Motif only).
@style{wxTINY_CAPTION_HORIZ}:
@style{wxTINY_CAPTION_HORIZ}
This style is obsolete and not used any longer.
@style{wxTINY_CAPTION_VERT}:
@style{wxTINY_CAPTION_VERT}
This style is obsolete and not used any longer.
@style{wxRESIZE_BORDER}:
@style{wxRESIZE_BORDER}
Displays a resizeable border around the window.
@endStyleTable