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 wxColourPickerCtrl
@wxheader{clrpicker.h}
This control allows the user to select a colour. The generic implementation is
a button which brings up a wxColourDialog when clicked. Native implementation
may differ but this is usually a (small) widget which give access to the
colour-chooser
dialog.
It is only available if @c wxUSE_COLOURPICKERCTRL is set to 1 (the default).
@beginStyleTable
@style{wxCLRP_DEFAULT_STYLE}:
The default style: 0.
@@ -30,11 +30,11 @@
Shows the colour in HTML form (AABBCC) as colour button label
(instead of no label at all).
@endStyleTable
@library{wxcore}
@category{miscpickers}
@appearance{colourpickerctrl.png}
@seealso
wxColourDialog, wxColourPickerEvent
*/
@@ -54,28 +54,28 @@ public:
const wxString& name = "colourpickerctrl");
/**
@param parent
@param parent
Parent window, must not be non-@NULL.
@param id
@param id
The identifier for the control.
@param colour
@param colour
The initial colour shown in the control.
@param pos
@param pos
Initial position.
@param size
@param size
Initial size.
@param style
@param style
The window style, see wxCRLP_* 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
@@ -99,7 +99,7 @@ public:
Sets the currently selected colour. See wxColour::Set.
*/
void SetColour(const wxColour & col);
void SetColour(const wxString & colname);
void SetColour(const wxString & colname);
//@}
};
@@ -107,13 +107,13 @@ public:
/**
@class wxColourPickerEvent
@wxheader{clrpicker.h}
This event class is used for the events generated by
wxColourPickerCtrl.
@library{wxcore}
@category{FIXME}
@seealso
wxColourPickerCtrl
*/