• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:label

1 \section{\class{wxButton}}\label{wxbutton}
23 \twocolitem{\windowstyle{wxBU\_LEFT}}{Left-justifies the label. Windows and GTK+ only.}
24 \twocolitem{\windowstyle{wxBU\_TOP}}{Aligns the label to the top of the button. Windows and GTK+ only.}
25 \twocolitem{\windowstyle{wxBU\_RIGHT}}{Right-justifies the bitmap label. Windows and GTK+ only.}
26 \twocolitem{\windowstyle{wxBU\_BOTTOM}}{Aligns the label to the bottom of the button. Windows and GTK+ only.}
47 \membersection{wxButton::wxButton}\label{wxbuttonctor}
53 \func{}{wxButton}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id}, \param{const wxString\& }{label = wxEmptyString},\rtfsp
60 \arg{label}. If no label is supplied and \arg{id} is one of standard IDs from
61 \helpref{this list}{stockitems}, standard label will be used. In addition to
70 \docparam{label}{Text to be displayed on the button.}
87 \membersection{wxButton::\destruct{wxButton}}\label{wxbuttondtor}
93 \membersection{wxButton::Create}\label{wxbuttoncreate}
95 \func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id}, \param{const wxString\& }{label = wxEmptyString},\rtfsp
102 \membersection{wxButton::GetLabel}\label{wxbuttongetlabel}
106 Returns the string label for the button.
110 The button's label.
116 \membersection{wxButton::GetDefaultSize}\label{wxbuttongetdefaultsize}
124 \membersection{wxButton::SetDefault}\label{wxbuttonsetdefault}
147 \membersection{wxButton::SetLabel}\label{wxbuttonsetlabel}
149 \func{void}{SetLabel}{\param{const wxString\& }{label}}
151 Sets the string label for the button.
155 \docparam{label}{The label to set.}