| 
	 MODULE DESCRIPTION 
			 
			Functions:
		 
		
			MODULE FUNCTIONS 
			  					wolfpack.gumps.cGump(noclose, nomove, nodispose, x, y, callback, args, type, serial) 					 - noclose 
Defaults to 0. 
 
- nomove 
Defaults to 0. 
 
- nodispose 
Defaults to 0. 
 
- x 
The starting x position of the gump. 
 
- y 
The starting y position of the gump. 
 
- callback 
Defaults to dummy_callback. 
 
- args 
Defaults to an empty list. 
 
- type 
Defaults to 0. 
 
- serial 
Defaults to 0.
  
					Return Value: Gump object
  
					Description: Creates the initial gump. 
						 Back to top
	         
           
  |