A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2002-January/024233.html below:

[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites QuickDraw_Graphics_Suite.py,1.1,1.2

[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites QuickDraw_Graphics_Suite.py,1.1,1.2Jack Jansen jackjansen@users.sourceforge.net
Tue, 22 Jan 2002 15:22:06 -0800
Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites
In directory usw-pr-cvs1:/tmp/cvs-serv24525/Python/Mac/Lib/lib-scriptpackages/StdSuites

Modified Files:
	QuickDraw_Graphics_Suite.py 
Log Message:
Regenerated to take advantage of new _builtinSuites package.

Index: QuickDraw_Graphics_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** QuickDraw_Graphics_Suite.py	2000/08/17 22:14:56	1.1
--- QuickDraw_Graphics_Suite.py	2002/01/22 23:22:04	1.2
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Macintosh HD:Systeemmap:Extensies:AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Extensies:AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 189,193 ****
  	"""pixel - A pixel """
  	want = 'cpxl'
- # repeated property color the color
  
  pixels = pixel
--- 189,192 ----
***************
*** 345,398 ****
  #
  _classdeclarations = {
! 	'crec' : rectangle,
! 	'cpix' : pixel_map,
! 	'carc' : arc,
  	'cgsh' : graphic_shape,
  	'cpxl' : pixel,
  	'crrc' : rounded_rectangle,
! 	'cpgn' : polygon,
! 	'cdrw' : drawing_area,
! 	'cgob' : graphic_object,
! 	'glin' : graphic_line,
! 	'cgtx' : graphic_text,
! 	'covl' : oval,
! 	'cpic' : graphic_group,
  }
  
  _propdeclarations = {
  	'pend' : end_point,
- 	'pupd' : update_on_change,
  	'pstp' : start_point,
! 	'pdrt' : definition_rect,
! 	'pnam' : name,
! 	'pbcl' : background_color,
  	'pptm' : transfer_mode,
! 	'pnel' : default_location,
! 	'pdpt' : pixel_depth,
! 	'gobs' : ordering,
! 	'ustl' : uniform_styles,
! 	'ptlt' : point_list,
! 	'pdst' : dash_style,
! 	'psct' : writing_code,
! 	'txst' : style,
! 	'font' : font,
! 	'pchd' : corner_curve_height,
! 	'arro' : arrow_style,
! 	'ppwd' : pen_width,
! 	'ptps' : default_size,
! 	'ppcl' : pen_color,
  	'ptxf' : default_font,
  	'pcwd' : corner_curve_width,
! 	'ptxc' : text_color,
! 	'cltb' : color_table,
! 	'pppa' : pen_pattern,
! 	'pang' : start_angle,
! 	'flpt' : fill_pattern,
! 	'colr' : color,
! 	'pbnd' : bounds,
  	'ptsz' : size,
! 	'parc' : arc_angle,
! 	'flcl' : fill_color,
! 	'pbpt' : background_pattern,
  }
  
--- 344,397 ----
  #
  _classdeclarations = {
! 	'cpic' : graphic_group,
! 	'covl' : oval,
! 	'cgtx' : graphic_text,
  	'cgsh' : graphic_shape,
+ 	'glin' : graphic_line,
+ 	'cgob' : graphic_object,
+ 	'cdrw' : drawing_area,
+ 	'cpgn' : polygon,
  	'cpxl' : pixel,
  	'crrc' : rounded_rectangle,
! 	'carc' : arc,
! 	'cpix' : pixel_map,
! 	'crec' : rectangle,
  }
  
  _propdeclarations = {
+ 	'pbpt' : background_pattern,
+ 	'flcl' : fill_color,
+ 	'parc' : arc_angle,
+ 	'pbnd' : bounds,
+ 	'colr' : color,
+ 	'flpt' : fill_pattern,
+ 	'ustl' : uniform_styles,
+ 	'font' : font,
  	'pend' : end_point,
  	'pstp' : start_point,
! 	'pang' : start_angle,
  	'pptm' : transfer_mode,
! 	'cltb' : color_table,
! 	'ptxc' : text_color,
  	'ptxf' : default_font,
+ 	'ppcl' : pen_color,
+ 	'ptps' : default_size,
+ 	'ppwd' : pen_width,
+ 	'arro' : arrow_style,
  	'pcwd' : corner_curve_width,
! 	'txst' : style,
! 	'psct' : writing_code,
! 	'pdst' : dash_style,
! 	'ptlt' : point_list,
! 	'gobs' : ordering,
! 	'pdpt' : pixel_depth,
! 	'pnel' : default_location,
! 	'pchd' : corner_curve_height,
! 	'pbcl' : background_color,
! 	'pnam' : name,
! 	'pdrt' : definition_rect,
  	'ptsz' : size,
! 	'pupd' : update_on_change,
! 	'pppa' : pen_pattern,
  }
  
***************
*** 401,405 ****
  
  _enumdeclarations = {
- 	'tran' : _Enum_tran,
  	'arro' : _Enum_arro,
  }
--- 400,404 ----
  
  _enumdeclarations = {
  	'arro' : _Enum_arro,
+ 	'tran' : _Enum_tran,
  }




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4