Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/docking
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25039
Modified Files:
DockingBar.py
Log Message:
Add a control ID so test function works again
Index: DockingBar.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/docking/DockingBar.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** DockingBar.py 6 Sep 2007 06:47:36 -0000 1.4
--- DockingBar.py 26 Feb 2008 03:27:42 -0000 1.5
***************
*** 527,531 ****
bar = DockingBar()
creator = EditCreator
! bar.CreateWindow(win32ui.GetMainFrame(), creator, "Coolbar Demo")
# win32ui.GetMainFrame().ShowControlBar(bar, 1, 0)
bar.SetBarStyle( bar.GetBarStyle()|afxres.CBRS_TOOLTIPS|afxres.CBRS_FLYBY|afxres.CBRS_SIZE_DYNAMIC)
--- 527,531 ----
bar = DockingBar()
creator = EditCreator
! bar.CreateWindow(win32ui.GetMainFrame(), creator, "Coolbar Demo",0xfffff)
# win32ui.GetMainFrame().ShowControlBar(bar, 1, 0)
bar.SetBarStyle( bar.GetBarStyle()|afxres.CBRS_TOOLTIPS|afxres.CBRS_FLYBY|afxres.CBRS_SIZE_DYNAMIC)
|