[pywin32-checkins] pywin32/Pythonwin win32uimodule.cpp,1.27,1.28
OLD project page for the Python extensions for Windows
                
                Brought to you by:
                
                    mhammond
                    
                
            
            
        
        
        
    | 
      
      
      From: Trent M. <tm...@us...> - 2004-09-08 23:31:22
      
     | 
| Update of /cvsroot/pywin32/pywin32/Pythonwin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11256 Modified Files: win32uimodule.cpp Log Message: Fix up some document markup in win32uimodule.cpp that resulted in some 404s and/or incorrectly named links in the TOC in PyWin32.chm. Index: win32uimodule.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/win32uimodule.cpp,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** win32uimodule.cpp 11 Apr 2004 04:44:24 -0000 1.27 --- win32uimodule.cpp 8 Sep 2004 23:31:12 -0000 1.28 *************** *** 1820,1824 **** {"CreatePropertyPageIndirect", PyCPropertyPage::createIndirect, 1}, // @pymeth CreatePropertyPageIndirect|Creates a <o PyCPropertyPage> object from a template. {"CreatePropertySheet", PyCPropertySheet::create, 1}, // @pymeth CreatePropertySheet|Creates a <o PyCPropertySheet> object ! {"CreateRectRgn", PyCRgn::create_rect_rgn, 1}, // @pymeth CreateRectRgn|Initializes a Mo PyCRgn> to a rectangle {"CreateRgn", PyCRgn::create, 1}, // @pymeth CreateRgn|Creates a new <o PyCRgn> object. {"CreateRichEditCtrl", PyCRichEditCtrl_create, 1}, // @pymeth CreateRichEditCtrl|Creates a rich edit control. --- 1820,1824 ---- {"CreatePropertyPageIndirect", PyCPropertyPage::createIndirect, 1}, // @pymeth CreatePropertyPageIndirect|Creates a <o PyCPropertyPage> object from a template. {"CreatePropertySheet", PyCPropertySheet::create, 1}, // @pymeth CreatePropertySheet|Creates a <o PyCPropertySheet> object ! {"CreateRectRgn", PyCRgn::create_rect_rgn, 1}, // @pymeth CreateRectRgn|Initializes a <o PyCRgn> to a rectangle {"CreateRgn", PyCRgn::create, 1}, // @pymeth CreateRgn|Creates a new <o PyCRgn> object. {"CreateRichEditCtrl", PyCRichEditCtrl_create, 1}, // @pymeth CreateRichEditCtrl|Creates a rich edit control. *************** *** 1831,1836 **** {"CreateFont", PyCFont::create, 1}, // @pymeth CreateFont|Creates a <o PyCFont> object. {"CreateToolBar", PyCToolBar::create, 1}, // @pymeth CreateToolBar|Creates a toolbar object. ! {"CreateToolBarCtrl", PyCToolBarCtrl_create, 1}, // @pymeth CreateToolBar|Creates a toolbar object. ! {"CreateToolTipCtrl", PyCToolTipCtrl_create, 1}, // @pymeth CreateToolTip|Creates a tooltip control object. {"CreateThread", PyCWinThread::create, 1}, // @pymeth CreateThread|Creates a <o PyCWinThread> object. {"CreateView", PyCScrollView::create, 1}, // @pymeth CreateView|Creates a <o PyCView> object. --- 1831,1836 ---- {"CreateFont", PyCFont::create, 1}, // @pymeth CreateFont|Creates a <o PyCFont> object. {"CreateToolBar", PyCToolBar::create, 1}, // @pymeth CreateToolBar|Creates a toolbar object. ! {"CreateToolBarCtrl", PyCToolBarCtrl_create, 1}, // @pymeth CreateToolBarCtrl|Creates a toolbar object. ! {"CreateToolTipCtrl", PyCToolTipCtrl_create, 1}, // @pymeth CreateToolTipCtrl|Creates a tooltip control object. {"CreateThread", PyCWinThread::create, 1}, // @pymeth CreateThread|Creates a <o PyCWinThread> object. {"CreateView", PyCScrollView::create, 1}, // @pymeth CreateView|Creates a <o PyCView> object. |