updated docs after moving SetDefaultItem() from wxPanel to wxTLW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -40,6 +40,14 @@ Returns \true if the platform supports making the window translucent.
|
||||
\helpref{wxTopLevelWindow::SetTransparent}{wxtoplevelwindowsettransparent}
|
||||
|
||||
|
||||
\membersection{wxTopLevelWindow::GetDefaultItem}\label{wxtoplevelwindowgetdefaultitem}
|
||||
|
||||
\constfunc{wxWindow *}{GetDefaultItem}{\void}
|
||||
|
||||
Returns a pointer to the button which is the default for this window, or \NULL.
|
||||
The default button is the one activated by pressing the Enter key.
|
||||
|
||||
|
||||
\membersection{wxTopLevelWindow::GetIcon}\label{wxtoplevelwindowgeticon}
|
||||
|
||||
\constfunc{const wxIcon\&}{GetIcon}{\void}
|
||||
@@ -177,6 +185,17 @@ This function is currently implemented for Win32 where it flashes the
|
||||
window icon in the taskbar, and for wxGTK with task bars supporting it.
|
||||
|
||||
|
||||
\membersection{wxTopLevelWindow::SetDefaultItem}\label{wxtoplevelwindowsetdefaultitem}
|
||||
|
||||
\func{void}{SetDefaultItem}{\param{wxWindow }{*win}}
|
||||
|
||||
Changes the default item for the panel, usually \arg{win} is a button.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{GetDefaultItem}{wxtoplevelwindowgetdefaultitem}
|
||||
|
||||
|
||||
\membersection{wxTopLevelWindow::SetIcon}\label{wxtoplevelwindowseticon}
|
||||
|
||||
\func{void}{SetIcon}{\param{const wxIcon\& }{icon}}
|
||||
|
Reference in New Issue
Block a user