X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7e94bd7ebc205ffba5e2729b0d465778d4e48c6..db414879d45f5da2be534a0f523b0506f2ab1183:/interface/wx/colordlg.h diff --git a/interface/wx/colordlg.h b/interface/wx/colordlg.h index 33abe1b0ca..543698e037 100644 --- a/interface/wx/colordlg.h +++ b/interface/wx/colordlg.h @@ -3,7 +3,7 @@ // Purpose: interface of wxColourDialog // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -25,7 +25,7 @@ public: of colour data, which will be copied to the colour dialog's colour data. - Custom colours from colour data object will be be used in the dialog's + Custom colours from colour data object will be used in the dialog's colour palette. Invalid entries in custom colours list will be ignored on some platforms(GTK) or replaced with white colour on platforms where custom colours palette has fixed size (MSW). @@ -47,7 +47,7 @@ public: /** Returns the colour data associated with the colour dialog. */ - wxColourData GetColourData(); + wxColourData& GetColourData(); /** Shows the dialog, returning wxID_OK if the user pressed OK, and @@ -62,7 +62,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /**