[Python-checkins] python/dist/src/Mac/Modules/ctl _Ctlmodule.c,1.18,1.19

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 16 Aug 2002 02:09:53 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/ctl
In directory usw-pr-cvs1:/tmp/cvs-serv18405/ctl

Modified Files:
	_Ctlmodule.c 
Log Message:
Regenerated with PyDoc_STR() around docstrings.


Index: _Ctlmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/ctl/_Ctlmodule.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** _Ctlmodule.c	17 Jul 2002 16:30:34 -0000	1.18
--- _Ctlmodule.c	16 Aug 2002 09:09:19 -0000	1.19
***************
*** 3881,4543 ****
  static PyMethodDef CtlObj_methods[] = {
  	{"HiliteControl", (PyCFunction)CtlObj_HiliteControl, 1,
! 	 "(ControlPartCode hiliteState) -> None"},
  	{"ShowControl", (PyCFunction)CtlObj_ShowControl, 1,
! 	 "() -> None"},
  	{"HideControl", (PyCFunction)CtlObj_HideControl, 1,
! 	 "() -> None"},
  	{"IsControlActive", (PyCFunction)CtlObj_IsControlActive, 1,
! 	 "() -> (Boolean _rv)"},
  	{"IsControlVisible", (PyCFunction)CtlObj_IsControlVisible, 1,
[...1738 lines suppressed...]
  
  #if TARGET_API_MAC_CARBON
  	{"CreateDataBrowserControl", (PyCFunction)Ctl_CreateDataBrowserControl, 1,
! 	 PyDoc_STR("(WindowPtr window, Rect boundsRect, OSType style) -> (ControlHandle outControl)")},
  #endif
  
  #if TARGET_API_MAC_OSX
  	{"CreateEditUnicodeTextControl", (PyCFunction)Ctl_CreateEditUnicodeTextControl, 1,
! 	 PyDoc_STR("(WindowPtr window, Rect boundsRect, CFStringRef text, Boolean isPassword, ControlFontStyleRec style) -> (ControlHandle outControl)")},
  #endif
  	{"FindControlUnderMouse", (PyCFunction)Ctl_FindControlUnderMouse, 1,
! 	 PyDoc_STR("(Point inWhere, WindowPtr inWindow) -> (ControlHandle _rv, SInt16 outPart)")},
  	{"as_Control", (PyCFunction)Ctl_as_Control, 1,
! 	 PyDoc_STR("(Handle h) -> (ControlHandle _rv)")},
  
  #if TARGET_API_MAC_CARBON
  	{"CreateTabsControl", (PyCFunction)Ctl_CreateTabsControl, 1,
! 	 PyDoc_STR("(WindowPtr window, Rect boundsRect, UInt16 size, UInt16 direction, ControlTabEntry tabArray) -> (ControlHandle outControl)")},
  #endif
  	{NULL, NULL, 0}