]>
git.saurik.com Git - wxWidgets.git/blob - src/palmos/nativdlg.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/palmos/nativdlg.cpp
3 // Purpose: Native dialog loading code (part of wxWindow)
4 // Author: William Osborne - minimal working wxPalmOS port
8 // Copyright: (c) William Osborne
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // ===========================================================================
14 // ===========================================================================
16 // ---------------------------------------------------------------------------
18 // ---------------------------------------------------------------------------
20 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
21 #pragma implementation
24 // For compilers that support precompilation, includes "wx.h".
25 #include "wx/wxprec.h"
37 #include "wx/spinbutt.h"
39 // ---------------------------------------------------------------------------
41 // ---------------------------------------------------------------------------
43 // ===========================================================================
45 // ===========================================================================
47 bool wxWindow::LoadNativeDialog(wxWindow
* parent
, wxWindowID
& id
)
52 bool wxWindow::LoadNativeDialog(wxWindow
* parent
, const wxString
& name
)
57 // ---------------------------------------------------------------------------
58 // look for child by id
59 // ---------------------------------------------------------------------------
61 wxWindow
* wxWindow::GetWindowChild1(wxWindowID id
)
66 wxWindow
* wxWindow::GetWindowChild(wxWindowID id
)
71 // ---------------------------------------------------------------------------
72 // create wxWin window from a native HWND
73 // ---------------------------------------------------------------------------
75 wxWindow
* wxWindow::CreateWindowFromWinHandle(wxWindow
* parent
, WXWINHANDLE handle
)
80 // Make sure the window style (etc.) reflects the WinHandle style (roughly)
81 void wxWindow::AdoptAttributesFromWinHandle(void)