X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4707b84cd074ff2ae9ada99579f864eb300f8774..3399af21d10d3f8ce4f39dfb29df5546ab265ef6:/interface/wx/clrpicker.h?ds=sidebyside diff --git a/interface/wx/clrpicker.h b/interface/wx/clrpicker.h index af52b96cc4..913c0fe831 100644 --- a/interface/wx/clrpicker.h +++ b/interface/wx/clrpicker.h @@ -3,7 +3,7 @@ // Purpose: interface of wxColourPickerCtrl // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -29,7 +29,7 @@ (instead of no label at all). @endStyleTable - @beginEventTable{wxColourPickerEvent} + @beginEventEmissionTable{wxColourPickerEvent} @event{EVT_COLOURPICKER_CHANGED(id, func)} The user changed the colour selected in the control either using the button or using text control (see @c wxCLRP_USE_TEXTCTRL; note that @@ -39,7 +39,7 @@ @library{wxcore} @category{pickers} - + @appearance{colourpickerctrl.png} @see wxColourDialog, wxColourPickerEvent */