]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/minifram.h
Added some standard further identifiers to help with WinCE toolbars
[wxWidgets.git] / include / wx / mac / minifram.h
index 8f1644d5583ac7dc529ca482d60fa0b94bb0b1eb..6f606cd82fd4643266040d026effcc586e78c0af 100644 (file)
@@ -3,18 +3,18 @@
 // Purpose:     wxMiniFrame class. A small frame for e.g. floating toolbars.
 //              If there is no equivalent on your platform, just make it a
 //              normal frame.
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
+// Copyright:   (c) Stefan Csomor
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_MINIFRAM_H_
 #define _WX_MINIFRAM_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "minifram.h"
 #endif
 
@@ -35,7 +35,7 @@ public:
            const wxString& name = wxFrameNameStr)
   {
       // Use wxFrame constructor in absence of more specific code.
-      Create(parent, id, title, pos, size, style, name);
+      Create(parent, id, title, pos, size, style | wxFRAME_TOOL_WINDOW | wxFRAME_FLOAT_ON_PARENT , name);
   }
 
   ~wxMiniFrame() {}