]>
git.saurik.com Git - wxWidgets.git/blob - src/palmos/popupwin.cpp
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: src/palmos/popupwin.cpp
3 // Purpose: implements wxPopupWindow for Palm OS
4 // Author: William Osborne - minimal working wxPalmOS port
8 // Copyright: (c) William Osborne
9 // Licence: wxWindows licence
10 ///////////////////////////////////////////////////////////////////////////////
12 // ============================================================================
14 // ============================================================================
16 // ----------------------------------------------------------------------------
18 // ----------------------------------------------------------------------------
20 // For compilers that support precompilation, includes "wx.h".
21 #include "wx/wxprec.h"
32 #include "wx/popupwin.h"
34 #include "wx/palmos/private.h" // for GetDesktopWindow()
36 IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow
, wxWindow
)
38 // ============================================================================
40 // ============================================================================
42 bool wxPopupWindow::Create(wxWindow
*parent
, int flags
)
47 void wxPopupWindow::DoGetPosition(int *x
, int *y
) const
51 WXDWORD
wxPopupWindow::MSWGetStyle(long flags
, WXDWORD
*exstyle
) const
56 WXHWND
wxPopupWindow::MSWGetParent() const
61 bool wxPopupWindow::Show(bool show
)
66 #endif // #if wxUSE_POPUPWIN