X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7996ff803885d4fc7196c0bfc855861c4364154a..d3f00f59938d4801a95afa1cd638b8f15c481ee3:/docs/latex/wx/bbutton.tex diff --git a/docs/latex/wx/bbutton.tex b/docs/latex/wx/bbutton.tex index b6c7cf6797..16af0553fe 100644 --- a/docs/latex/wx/bbutton.tex +++ b/docs/latex/wx/bbutton.tex @@ -18,6 +18,10 @@ almost any other window. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Remarks} @@ -31,6 +35,7 @@ the selected state, unpressed focused state, and greyed-out state may be supplie This class supports bitmaps for several different states: \twocolwidtha{5cm} +\begin{twocollist}\itemsep=0pt \twocolitem{\windowstyle{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.} @@ -231,6 +236,21 @@ A reference to the selected state bitmap. \helpref{wxBitmapButton::SetBitmapSelected}{wxbitmapbuttonsetbitmapselected} +\membersection{wxBitmapButton::GetBitmapSelected}\label{wxbitmapbuttongetbitmapselected} + +\constfunc{wxBitmap\&}{GetBitmapSelected}{\void} + +Returns the bitmap for the selected state. + +\wxheading{Return value} + +A reference to the selected state bitmap. + +\wxheading{See also} + +\helpref{wxBitmapButton::SetBitmapSelected}{wxbitmapbuttonsetbitmapselected} + + \membersection{wxBitmapButton::SetBitmapDisabled}\label{wxbitmapbuttonsetbitmapdisabled} \func{void}{SetBitmapDisabled}{\param{const wxBitmap\& }{bitmap}} @@ -316,3 +336,21 @@ Sets the bitmap for the selected (depressed) button appearance. \helpref{wxBitmapButton::SetBitmapFocus}{wxbitmapbuttonsetbitmapfocus},\rtfsp \helpref{wxBitmapButton::SetBitmapDisabled}{wxbitmapbuttonsetbitmapdisabled} + +\membersection{wxBitmapButton::SetBitmapSelected}\label{wxbitmapbuttonsetbitmapselected} + +\func{void}{SetBitmapSelected}{\param{const wxBitmap\& }{bitmap}} + +Sets the bitmap for the selected (depressed) button appearance. + +\wxheading{Parameters} + +\docparam{bitmap}{The bitmap to set.} + +\wxheading{See also} + +\helpref{wxBitmapButton::GetBitmapSelected}{wxbitmapbuttongetbitmapselected},\rtfsp +\helpref{wxBitmapButton::SetBitmapLabel}{wxbitmapbuttonsetbitmaplabel},\rtfsp +\helpref{wxBitmapButton::SetBitmapFocus}{wxbitmapbuttonsetbitmapfocus},\rtfsp +\helpref{wxBitmapButton::SetBitmapDisabled}{wxbitmapbuttonsetbitmapdisabled} +