Kaydet (Commit) 26ca6375 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS transogl02 (1.7.426); FILE MERGED

2007/12/10 19:00:18 radekdoulik 1.7.426.1: add BOOL bShow parameter to SystemChildWindow constructor to allow creating
of unmapped window with possibility to show it (map it) later to avoid
flicker
üst bb5c5e43
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: gtkinst.hxx,v $ * $RCSfile: gtkinst.hxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: hr $ $Date: 2006-08-11 17:47:36 $ * last change: $Author: vg $ $Date: 2008-01-29 08:39:21 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -94,7 +94,7 @@ public: ...@@ -94,7 +94,7 @@ public:
virtual SalFrame* CreateFrame( SalFrame* pParent, ULONG nStyle ); virtual SalFrame* CreateFrame( SalFrame* pParent, ULONG nStyle );
virtual SalFrame* CreateChildFrame( SystemParentData* pParent, ULONG nStyle ); virtual SalFrame* CreateChildFrame( SystemParentData* pParent, ULONG nStyle );
virtual SalObject* CreateObject( SalFrame* pParent, SystemWindowData* pWindowData ); virtual SalObject* CreateObject( SalFrame* pParent, SystemWindowData* pWindowData, BOOL bShow = TRUE );
virtual SalSystem* CreateSalSystem(); virtual SalSystem* CreateSalSystem();
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment