Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -89,6 +89,8 @@ public:
|
||||
bool HandleControlRepeat(EventType* event);
|
||||
bool HandleSize(EventType* event);
|
||||
|
||||
virtual WXWINHANDLE GetWinHandle() const;
|
||||
|
||||
protected:
|
||||
// common part of all ctors
|
||||
void Init();
|
||||
@@ -102,9 +104,6 @@ protected:
|
||||
// translate wxWidgets flags to Windows ones
|
||||
virtual WXDWORD PalmGetStyle(long flags, WXDWORD *exstyle) const;
|
||||
|
||||
// choose the right parent to use with CreateWindow()
|
||||
virtual WXHWND PalmGetParent() const;
|
||||
|
||||
// is the window currently iconized?
|
||||
bool m_iconized;
|
||||
|
||||
|
Reference in New Issue
Block a user