From c4edcd7c86edfedb99c40429fce23e457490325d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 16 Apr 2006 22:10:45 +0000 Subject: [PATCH] documented Set/GetBitmapSelected() (patch 1339028) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/bbutton.tex | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/docs/latex/wx/bbutton.tex b/docs/latex/wx/bbutton.tex index bf2b3204b2..390898a6f6 100644 --- a/docs/latex/wx/bbutton.tex +++ b/docs/latex/wx/bbutton.tex @@ -232,6 +232,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}} @@ -317,3 +332,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} + -- 2.45.2