]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
Added IMPLEMENT_CLASS, ... about wxStream classes (I hope I didn't make mistakes).
[wxWidgets.git] / include / wx / msw / window.h
index a0792f8a06857917f54b7d96c2fa154f21fd201d..d83616333ad4f093bea6b8d573758e1b186aedae 100644 (file)
@@ -392,6 +392,9 @@ public:
   void OnPaint(wxPaintEvent& event);
   void OnIdle(wxIdleEvent& event);
 
+  // Does this window want to accept keyboard focus?
+  virtual bool AcceptsFocus() const;
+
 public:
   ////////////////////////////////////////////////////////////////////////
   //// IMPLEMENTATION
@@ -528,6 +531,8 @@ public:
   virtual void MSWOnJoyMove(int joystick, int x, int y, WXUINT flags);
   virtual void MSWOnJoyZMove(int joystick, int z, WXUINT flags);
 
+  virtual long MSWGetDlgCode();
+
   // Window procedure
   virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);