]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dialog.h
added virtual list control functions (but not implemented them yet) to the native...
[wxWidgets.git] / include / wx / motif / dialog.h
index da9d0382f1b480521ebebc414abd421fd6033669..df9688ddeedafb2b566fe0771ca3e3d307ccd4e7 100644 (file)
@@ -66,6 +66,8 @@ public:
 
     virtual bool IsIconized() const;
 
 
     virtual bool IsIconized() const;
 
+    virtual bool IsTopLevel() const { return TRUE; }
+    
     void SetTitle(const wxString& title);
     wxString GetTitle() const ;
 
     void SetTitle(const wxString& title);
     wxString GetTitle() const ;
 
@@ -98,6 +100,9 @@ public:
     void OnCharHook(wxKeyEvent& event);
     void OnCloseWindow(wxCloseEvent& event);
 
     void OnCharHook(wxKeyEvent& event);
     void OnCloseWindow(wxCloseEvent& event);
 
+    // Responds to size changes
+    void OnSize(wxSizeEvent& event);
+    
 public:
     //// Motif-specific
     bool          m_modalShowing;
 public:
     //// Motif-specific
     bool          m_modalShowing;