]> git.saurik.com Git - wxWidgets.git/commitdiff
toplevel adaptions
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 19 Dec 2001 22:03:32 +0000 (22:03 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 19 Dec 2001 22:03:32 +0000 (22:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dialog.cpp
src/mac/carbon/frame.cpp
src/mac/carbon/mdi.cpp
src/mac/dialog.cpp
src/mac/frame.cpp
src/mac/mdi.cpp

index 1537065f54cf82ce91b50b7db3a8bfe66910a732..8a066964ca05483659bf1da95be611489b782a0a 100644 (file)
@@ -66,7 +66,7 @@ bool wxDialog::Create(wxWindow *parent, wxWindowID id,
 
        MacCreateRealWindow( title , pos , size , MacRemoveBordersFromStyle(style)  , name ) ;
 
 
        MacCreateRealWindow( title , pos , size , MacRemoveBordersFromStyle(style)  , name ) ;
 
-       m_macWindowData->m_macWindowBackgroundTheme = kThemeBrushDialogBackgroundActive ;
+       m_macWindowBackgroundTheme = kThemeBrushDialogBackgroundActive ;
   return TRUE;
 }
 
   return TRUE;
 }
 
index 81f6b40bee9f46a7a013a729ba0abaf77a79da35..adc15790af5a511acb22c6768a1ae5fbfcae9e03 100644 (file)
@@ -108,7 +108,7 @@ bool wxFrame::Create(wxWindow *parent,
 
   MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
   
 
   MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
   
-       m_macWindowData->m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ;
+       m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ;
 
   wxModelessWindows.Append(this);
 
 
   wxModelessWindows.Append(this);
 
index f0d2f53138072a7f112915c640fc598f3befde1d..b41f8735e80e83486d7b2fc17c496e1824da9552 100644 (file)
@@ -242,7 +242,7 @@ bool wxMDIChildFrame::Create(wxMDIParentFrame *parent,
 
        MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
   
 
        MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
   
-       m_macWindowData->m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ;
+         m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ;
 
     wxModelessWindows.Append(this);
     return FALSE;
 
     wxModelessWindows.Append(this);
     return FALSE;
index 1537065f54cf82ce91b50b7db3a8bfe66910a732..8a066964ca05483659bf1da95be611489b782a0a 100644 (file)
@@ -66,7 +66,7 @@ bool wxDialog::Create(wxWindow *parent, wxWindowID id,
 
        MacCreateRealWindow( title , pos , size , MacRemoveBordersFromStyle(style)  , name ) ;
 
 
        MacCreateRealWindow( title , pos , size , MacRemoveBordersFromStyle(style)  , name ) ;
 
-       m_macWindowData->m_macWindowBackgroundTheme = kThemeBrushDialogBackgroundActive ;
+       m_macWindowBackgroundTheme = kThemeBrushDialogBackgroundActive ;
   return TRUE;
 }
 
   return TRUE;
 }
 
index 81f6b40bee9f46a7a013a729ba0abaf77a79da35..adc15790af5a511acb22c6768a1ae5fbfcae9e03 100644 (file)
@@ -108,7 +108,7 @@ bool wxFrame::Create(wxWindow *parent,
 
   MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
   
 
   MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
   
-       m_macWindowData->m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ;
+       m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ;
 
   wxModelessWindows.Append(this);
 
 
   wxModelessWindows.Append(this);
 
index f0d2f53138072a7f112915c640fc598f3befde1d..b41f8735e80e83486d7b2fc17c496e1824da9552 100644 (file)
@@ -242,7 +242,7 @@ bool wxMDIChildFrame::Create(wxMDIParentFrame *parent,
 
        MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
   
 
        MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
   
-       m_macWindowData->m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ;
+         m_macWindowBackgroundTheme = kThemeBrushDocumentWindowBackground ;
 
     wxModelessWindows.Append(this);
     return FALSE;
 
     wxModelessWindows.Append(this);
     return FALSE;