#ifndef __GTKMINIFRAMEH__
#define __GTKMINIFRAMEH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface
#endif
long style = wxDEFAULT_FRAME_STYLE | wxTINY_CAPTION_HORIZ,
const wxString& name = wxFrameNameStr);
+ virtual void SetTitle( const wxString &title );
// implementation
bool m_isDragging;