]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/minifram.h
removed mention of client data, there is none in this class (bug 1144820)
[wxWidgets.git] / include / wx / gtk / minifram.h
index bedee8e0270e3c2d1910419f200bc97143d3e261..5f62b0af38e17982369feaa557ebcca3c51e6dbb 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __GTKMINIFRAMEH__
 #define __GTKMINIFRAMEH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -56,6 +56,7 @@ public:
             long style = wxDEFAULT_FRAME_STYLE | wxTINY_CAPTION_HORIZ,
             const wxString& name = wxFrameNameStr);
 
+    virtual void SetTitle( const wxString &title );
  // implementation
  
     bool   m_isDragging;