adjusted indentation with astyle; added Id keyword

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-08 14:43:31 +00:00
parent aa6ec1d787
commit 7c913512a4
269 changed files with 9052 additions and 9058 deletions

View File

@@ -9,14 +9,14 @@
/**
@class wxFontPickerCtrl
@wxheader{fontpicker.h}
This control allows the user to select a font. The generic implementation is
a button which brings up a wxFontDialog when clicked. Native implementation
may differ but this is usually a (small) widget which give access to the
font-chooser
dialog.
It is only available if @c wxUSE_FONTPICKERCTRL is set to 1 (the default).
@beginStyleTable
@style{wxFNTP_DEFAULT_STYLE}:
The default style: wxFNTP_FONTDESC_AS_LABEL |
@@ -35,11 +35,11 @@
@style{wxFNTP_USEFONT_FOR_LABEL}:
Uses the currently selected font to draw the label of the button.
@endStyleTable
@library{wxcore}
@category{miscpickers}
@appearance{fontpickerctrl.png}
@seealso
wxFontDialog, wxFontPickerEvent
*/
@@ -59,29 +59,29 @@ public:
const wxString& name = "fontpickerctrl");
/**
@param parent
@param parent
Parent window, must not be non-@NULL.
@param id
@param id
The identifier for the control.
@param font
The initial font shown in the control. If wxNullFont
@param font
The initial font shown in the control. If wxNullFont
is given, the default font is used.
@param pos
@param pos
Initial position.
@param size
@param size
Initial size.
@param style
@param style
The window style, see wxFNTP_* flags.
@param validator
@param validator
Validator which can be used for additional date checks.
@param name
@param name
Control name.
@returns @true if the control was successfully created or @false if
@@ -129,13 +129,13 @@ public:
/**
@class wxFontPickerEvent
@wxheader{fontpicker.h}
This event class is used for the events generated by
wxFontPickerCtrl.
@library{wxcore}
@category{FIXME}
@seealso
wxFontPickerCtrl
*/