X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..6496345c33824373fdb8cf7de04a43197fa0341c:/interface/wx/bmpbuttn.h diff --git a/interface/wx/bmpbuttn.h b/interface/wx/bmpbuttn.h index 0188b00925..e2ad8cb936 100644 --- a/interface/wx/bmpbuttn.h +++ b/interface/wx/bmpbuttn.h @@ -18,9 +18,9 @@ additional bitmaps for the selected state, unpressed focused state, and greyed-out state may be supplied. - @section wxbitmapbutton_states Button states - This class supports bitmaps for several different states: + @section bitmapbutton_states Button states + This class supports bitmaps for several different states: @li @b normal: this is the bitmap shown in the default state, it must be always valid while all the other bitmaps are optional and don't have to be set. @li @b disabled: bitmap shown when the button is disabled. @@ -61,7 +61,7 @@ @library{wxcore} @category{ctrl} - + @appearance{bitmapbutton.png} @see wxButton */