]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/minifram.h
Attempts to make this wchar_t business compile with Borland C++ 4.52.
[wxWidgets.git] / include / wx / gtk / minifram.h
index 3747e49ffc31e14e48beeb37a5400d369f7032cc..1828439281b67d0c050750ebc9bdf129e2743f95 100644 (file)
@@ -53,16 +53,11 @@ public:
             long style = wxDEFAULT_FRAME_STYLE | wxTINY_CAPTION_HORIZ,
             const wxString& name = wxFrameNameStr);
 
             long style = wxDEFAULT_FRAME_STYLE | wxTINY_CAPTION_HORIZ,
             const wxString& name = wxFrameNameStr);
 
-    // implementation
+ // implementation
     bool   m_isDragging;
     int    m_oldX,m_oldY;
     int    m_diffX,m_diffY;
     bool   m_isDragging;
     int    m_oldX,m_oldY;
     int    m_diffX,m_diffY;
-
-    void DrawFrame( int x, int y );
-    void OnPaint( wxPaintEvent &event );
-    void OnMouse( wxMouseEvent &event );
-
-    DECLARE_EVENT_TABLE()
 };
 
 #endif
 };
 
 #endif