]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
make it possible to associate context help text with individual radiobox items
[wxWidgets.git] / include / wx / msw / window.h
index b69eecbabca8d283032702ed20d1063e3c8d17e3..3179973c7ce950216b34996edc7cfb2dde9dc492 100644 (file)
@@ -332,11 +332,16 @@ public:
 #ifdef __WIN32__
     int HandleMenuChar(int chAccel, WXLPARAM lParam);
 #endif
+    // Create and process a clipboard event specified by type.
+    bool HandleClipboardEvent( WXUINT nMsg );
 
     bool HandleQueryDragIcon(WXHICON *hIcon);
 
     bool HandleSetCursor(WXHWND hWnd, short nHitTest, int mouseMsg);
 
+    bool HandlePower(WXWPARAM wParam, WXLPARAM lParam, bool *vetoed);
+
+
     // Window procedure
     virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);