]>
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 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
21 #pragma implementation "popup.h"
24 // For compilers that support precompilation, includes "wx.h".
25 #include "wx/wxprec.h"
37 #include "wx/popupwin.h"
39 #include "wx/palmos/private.h" // for GetDesktopWindow()
41 IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow
, wxWindow
)
43 // ============================================================================
45 // ============================================================================
47 bool wxPopupWindow::Create(wxWindow
*parent
, int flags
)
52 void wxPopupWindow::DoGetPosition(int *x
, int *y
) const
56 WXDWORD
wxPopupWindow::MSWGetStyle(long flags
, WXDWORD
*exstyle
) const
61 WXHWND
wxPopupWindow::MSWGetParent() const
66 bool wxPopupWindow::Show(bool show
)
71 #endif // #if wxUSE_POPUPWIN