]> git.saurik.com Git - wxWidgets.git/commitdiff
removed double docs for GetBitmapSelected and SetBitmapSelected
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 21 Aug 2007 14:58:26 +0000 (14:58 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 21 Aug 2007 14:58:26 +0000 (14:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/bbutton.tex

index 16af0553fe6df535b71bd2448f1f59081ddf7ff0..d67292592fd8c117dc27ac07ddd178bd89b4cd77 100644 (file)
@@ -220,22 +220,6 @@ A reference to the button's label bitmap.
 \helpref{wxBitmapButton::SetBitmapLabel}{wxbitmapbuttonsetbitmaplabel}
 
 
-\membersection{wxBitmapButton::GetBitmapSelected}\label{wxbitmapbuttongetbitmapselected}
-
-\constfunc{wxBitmap\&}{GetBitmapSelected}{\void}
-\func{wxBitmap\&}{GetBitmapSelected}{\void}
-
-Returns the bitmap for the pushed button state, may be invalid.
-
-\wxheading{Return value}
-
-A reference to the selected state bitmap.
-
-\wxheading{See also}
-
-\helpref{wxBitmapButton::SetBitmapSelected}{wxbitmapbuttonsetbitmapselected}
-
-
 \membersection{wxBitmapButton::GetBitmapSelected}\label{wxbitmapbuttongetbitmapselected}
 
 \constfunc{wxBitmap\&}{GetBitmapSelected}{\void}
@@ -336,21 +320,3 @@ 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}
-