This seems obvious but apparently isn't completely so to everybody.
Closes #12074.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64352
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
The search is recursive in both cases.
@see FindWindow()
The search is recursive in both cases.
@see FindWindow()
+
+ @return Window with the given @a id or @NULL if not found.
*/
static wxWindow* FindWindowById(long id, const wxWindow* parent = 0);
*/
static wxWindow* FindWindowById(long id, const wxWindow* parent = 0);
The search is recursive in both cases.
@see FindWindow()
The search is recursive in both cases.
@see FindWindow()
+
+ @return Window with the given @a label or @NULL if not found.
*/
static wxWindow* FindWindowByLabel(const wxString& label,
const wxWindow* parent = 0);
*/
static wxWindow* FindWindowByLabel(const wxString& label,
const wxWindow* parent = 0);
FindWindowByLabel() is called.
@see FindWindow()
FindWindowByLabel() is called.
@see FindWindow()
+
+ @return Window with the given @a name or @NULL if not found.
*/
static wxWindow* FindWindowByName(const wxString& name,
const wxWindow* parent = 0);
*/
static wxWindow* FindWindowByName(const wxString& name,
const wxWindow* parent = 0);