7 lines
		
	
	
	
		
			303 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			303 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# ----------------------------------------------------------------------
 | 
						|
#  DEMO: timeentry in [incr Widgets]
 | 
						|
# ----------------------------------------------------------------------
 | 
						|
package require Iwidgets 4.0
 | 
						|
 | 
						|
iwidgets::timeentry .de -labeltext "Time:"
 | 
						|
pack .de -fill x -expand yes -padx 10 -pady 10
 |