2379 lines
		
	
	
	
		
			38 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			2379 lines
		
	
	
	
		
			38 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   
 | |
| 
 | |
| # ELEMENT AND FUNCTION CALL REFERENCE
 | |
| 
 | |
| Here you will find the details for all Elements, Objects, and Functions that are available to you.  If you want to use a complex element and don't understand the parameters, then this is the right place to come.  For every element you're shown the parameters used to create it as well as all methods available to call.
 | |
| 
 | |
| ## Currently PySimpleGUI (tkinter) only
 | |
| 
 | |
| This documentation is created using the PySimpleGUI.py file which means it's based on the tkinter code. Some of the calls are different, might not exist at all, or there may be more methods/functions for the other PySimpleGUI ports (Qt, Wx, Web).  
 | |
| 
 | |
| Work is underway to get the PySimpleGUIQt docstrings completed and corrected.
 | |
| 
 | |
| ## Caution - Some functions / methods may be internal only yet exposed in this documentation
 | |
| 
 | |
| This section of the documentation is generated directly from the source code.  As a result, sometimes internal only functions or methods that you are not supposed to be calling are accidently shown in this documentation.  Hopefully these accidents don't happen often.
 | |
| 
 | |
| Here are all of the Elements, the Window & SystemTray classes, and all functions
 | |
| 
 | |
| ## Button Element 
 | |
| <!-- <+Button.doc+> -->
 | |
| <!-- <+Button.__init__+> -->
 | |
| 
 | |
| ### Click
 | |
| <!-- <+Button.Click+> -->
 | |
| 
 | |
| ### GetText
 | |
| <!-- <+Button.GetText+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Button.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Button.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Button.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Button.bind+> -->
 | |
| 
 | |
| ### click
 | |
| <!-- <+Button.click+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Button.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Button.get_size+> -->
 | |
| 
 | |
| ### get_text
 | |
| <!-- <+Button.get_text+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Button.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Button.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Button.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Button.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Button.set_tooltip+> -->
 | |
| 
 | |
| ### set_vscroll_position
 | |
| <!-- <+Button.set_vscroll_position+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Button.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Button.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Button.update+> -->
 | |
| 
 | |
| ## ButtonMenu Element 
 | |
| <!-- <+ButtonMenu.doc+> -->
 | |
| <!-- <+ButtonMenu.__init__+> -->
 | |
| 
 | |
| ### Click
 | |
| <!-- <+ButtonMenu.Click+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+ButtonMenu.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+ButtonMenu.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+ButtonMenu.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+ButtonMenu.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+ButtonMenu.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+ButtonMenu.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+ButtonMenu.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+ButtonMenu.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+ButtonMenu.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+ButtonMenu.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+ButtonMenu.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+ButtonMenu.unbind+> -->
 | |
| 
 | |
| ### set_vscroll_position
 | |
| <!-- <+ButtonMenu.set_vscroll_position+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+ButtonMenu.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+ButtonMenu.update+> -->
 | |
| 
 | |
| ## Canvas Element 
 | |
| <!-- <+Canvas.doc+> -->
 | |
| <!-- <+Canvas.__init__+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Canvas.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Canvas.SetTooltip+> -->
 | |
| 
 | |
| ### TKCanvas
 | |
| <!-- <+Canvas.TKCanvas+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Canvas.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Canvas.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Canvas.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Canvas.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Canvas.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Canvas.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Canvas.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Canvas.set_tooltip+> -->
 | |
| 
 | |
| ### tk_canvas
 | |
| <!-- <+Canvas.tk_canvas+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Canvas.unbind+> -->
 | |
| 
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Canvas.unhide_row+> -->
 | |
| 
 | |
| ## Checkbox Element 
 | |
| <!-- <+Checkbox.doc+> -->
 | |
| <!-- <+Checkbox.__init__+> -->
 | |
| 
 | |
| ### Get
 | |
| <!-- <+Checkbox.Get+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Checkbox.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Checkbox.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Checkbox.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Checkbox.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Checkbox.expand+> -->
 | |
| 
 | |
| ### get
 | |
| <!-- <+Checkbox.get+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Checkbox.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Checkbox.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Checkbox.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Checkbox.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Checkbox.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Checkbox.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Checkbox.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Checkbox.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Checkbox.update+> -->
 | |
| 
 | |
| ## Column Element 
 | |
| <!-- <+Column.doc+> -->
 | |
| <!-- <+Column.__init__+> -->
 | |
| 
 | |
| ### AddRow
 | |
| <!-- <+Column.AddRow+> -->
 | |
| 
 | |
| ### Layout
 | |
| <!-- <+Column.Layout+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Column.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Column.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Column.Update+> -->
 | |
| 
 | |
| ### add_row
 | |
| <!-- <+Column.add_row+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Column.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Column.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Column.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Column.hide_row+> -->
 | |
| 
 | |
| ### layout
 | |
| <!-- <+Column.layout+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Column.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Column.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Column.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Column.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Column.unbind+> -->
 | |
| 
 | |
| ### set_vscroll_position
 | |
| <!-- <+Column.set_vscroll_position+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Column.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Column.update+> -->
 | |
| 
 | |
| ## Combo Element 
 | |
| <!-- <+Combo.doc+> -->
 | |
| <!-- <+Combo.__init__+> -->
 | |
| 
 | |
| ### Get
 | |
| <!-- <+Combo.Get+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Combo.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Combo.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Combo.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Combo.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Combo.expand+> -->
 | |
| 
 | |
| ### get
 | |
| <!-- <+Combo.get+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Combo.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Combo.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Combo.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Combo.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Combo.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Combo.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Combo.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Combo.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Combo.update+> -->
 | |
| 
 | |
| 
 | |
| ## Frame Element 
 | |
| <!-- <+Frame.doc+> -->
 | |
| <!-- <+Frame.__init__+> -->
 | |
| 
 | |
| ### AddRow
 | |
| <!-- <+Frame.AddRow+> -->
 | |
| 
 | |
| ### Layout
 | |
| <!-- <+Frame.Layout+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Frame.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Frame.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Frame.Update+> -->
 | |
| 
 | |
| ### add_row
 | |
| <!-- <+Frame.add_row+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Frame.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Frame.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Frame.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Frame.hide_row+> -->
 | |
| 
 | |
| ### layout
 | |
| <!-- <+Frame.layout+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Frame.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Frame.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Frame.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Frame.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Frame.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Frame.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Frame.update+> -->
 | |
| 
 | |
| ## Graph Element 
 | |
| <!-- <+Graph.doc+> -->
 | |
| <!-- <+Graph.__init__+> -->
 | |
| 
 | |
| ### BringFigureToFront
 | |
| <!-- <+Graph.BringFigureToFront+> -->
 | |
| 
 | |
| ### DeleteFigure
 | |
| <!-- <+Graph.DeleteFigure+> -->
 | |
| 
 | |
| ### DrawArc
 | |
| <!-- <+Graph.DrawArc+> -->
 | |
| 
 | |
| ### DrawCircle
 | |
| <!-- <+Graph.DrawCircle+> -->
 | |
| 
 | |
| ### DrawImage
 | |
| <!-- <+Graph.DrawImage+> -->
 | |
| 
 | |
| ### DrawLine
 | |
| <!-- <+Graph.DrawLine+> -->
 | |
| 
 | |
| ### DrawOval
 | |
| <!-- <+Graph.DrawOval+> -->
 | |
| 
 | |
| ### DrawPoint
 | |
| <!-- <+Graph.DrawPoint+> -->
 | |
| 
 | |
| ### DrawPolygon
 | |
| <!-- <+Graph.DrawPolygon+> -->
 | |
| 
 | |
| ### DrawRectangle
 | |
| <!-- <+Graph.DrawRectangle+> -->
 | |
| 
 | |
| ### DrawText
 | |
| <!-- <+Graph.DrawText+> -->
 | |
| 
 | |
| ### Erase
 | |
| <!-- <+Graph.Erase+> -->
 | |
| 
 | |
| ### GetBoundingBox
 | |
| <!-- <+Graph.GetBoundingBox+> -->
 | |
| 
 | |
| ### GetFiguresAtLocation
 | |
| <!-- <+Graph.GetFiguresAtLocation+> -->
 | |
| 
 | |
| ### Move
 | |
| <!-- <+Graph.Move+> -->
 | |
| 
 | |
| ### MoveFigure
 | |
| <!-- <+Graph.MoveFigure+> -->
 | |
| 
 | |
| ### RelocateFigure
 | |
| <!-- <+Graph.RelocateFigure+> -->
 | |
| 
 | |
| ### SendFigureToBack
 | |
| <!-- <+Graph.SendFigureToBack+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Graph.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Graph.SetTooltip+> -->
 | |
| 
 | |
| ### TKCanvas
 | |
| <!-- <+Graph.TKCanvas+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Graph.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Graph.bind+> -->
 | |
| 
 | |
| ### bring_figure_to_front
 | |
| <!-- <+Graph.bring_figure_to_front+> -->
 | |
| 
 | |
| ### change_coordinates
 | |
| <!-- <+Graph.change_coordinates+> -->
 | |
| 
 | |
| ### delete_figure
 | |
| <!-- <+Graph.delete_figure+> -->
 | |
| 
 | |
| ### draw_arc
 | |
| <!-- <+Graph.draw_arc+> -->
 | |
| 
 | |
| ### draw_circle
 | |
| <!-- <+Graph.draw_circle+> -->
 | |
| 
 | |
| ### draw_image
 | |
| <!-- <+Graph.draw_image+> -->
 | |
| 
 | |
| ### draw_line
 | |
| <!-- <+Graph.draw_line+> -->
 | |
| 
 | |
| ### draw_oval
 | |
| <!-- <+Graph.draw_oval+> -->
 | |
| 
 | |
| ### draw_point
 | |
| <!-- <+Graph.draw_point+> -->
 | |
| 
 | |
| ### draw_polygon
 | |
| <!-- <+Graph.draw_polygon+> -->
 | |
| 
 | |
| ### draw_rectangle
 | |
| <!-- <+Graph.draw_rectangle+> -->
 | |
| 
 | |
| ### draw_text
 | |
| <!-- <+Graph.draw_text+> -->
 | |
| 
 | |
| ### erase
 | |
| <!-- <+Graph.erase+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Graph.expand+> -->
 | |
| 
 | |
| ### get_bounding_box
 | |
| <!-- <+Graph.get_bounding_box+> -->
 | |
| 
 | |
| ### get_figures_at_location
 | |
| <!-- <+Graph.get_figures_at_location+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Graph.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Graph.hide_row+> -->
 | |
| 
 | |
| ### move
 | |
| <!-- <+Graph.move+> -->
 | |
| 
 | |
| ### move_figure
 | |
| <!-- <+Graph.move_figure+> -->
 | |
| 
 | |
| ### relocate_figure
 | |
| <!-- <+Graph.relocate_figure+> -->
 | |
| 
 | |
| ### send_figure_to_back
 | |
| <!-- <+Graph.send_figure_to_back+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Graph.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Graph.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Graph.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Graph.set_tooltip+> -->
 | |
| 
 | |
| ### tk_canvas
 | |
| <!-- <+Graph.tk_canvas+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Graph.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Graph.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Graph.update+> -->
 | |
| 
 | |
| 
 | |
| 
 | |
| ## HorizontalSeparator Element 
 | |
| <!-- <+HorizontalSeparator.doc+> -->
 | |
| <!-- <+HorizontalSeparator.__init__+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+HorizontalSeparator.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+HorizontalSeparator.SetTooltip+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+HorizontalSeparator.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+HorizontalSeparator.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+HorizontalSeparator.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+HorizontalSeparator.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+HorizontalSeparator.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+HorizontalSeparator.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+HorizontalSeparator.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+HorizontalSeparator.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+HorizontalSeparator.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+HorizontalSeparator.unhide_row+> -->
 | |
| 
 | |
| 
 | |
| 
 | |
| ## Image Element 
 | |
| <!-- <+Image.doc+> -->
 | |
| <!-- <+Image.__init__+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Image.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Image.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Image.Update+> -->
 | |
| 
 | |
| ### UpdateAnimation
 | |
| <!-- <+Image.UpdateAnimation+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Image.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Image.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Image.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Image.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Image.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Image.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Image.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Image.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Image.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Image.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Image.update+> -->
 | |
| 
 | |
| ### update_animation
 | |
| <!-- <+Image.update_animation+> -->
 | |
| 
 | |
| ### update_animation_no_buffering
 | |
| <!-- <+Image.update_animation_no_buffering+> -->
 | |
| 
 | |
| ## InputText Element 
 | |
| <!-- <+InputText.doc+> -->
 | |
| <!-- <+InputText.__init__+> -->
 | |
| 
 | |
| ### Get
 | |
| <!-- <+InputText.Get+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+InputText.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+InputText.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+InputText.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+InputText.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+InputText.expand+> -->
 | |
| 
 | |
| ### get
 | |
| <!-- <+InputText.get+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+InputText.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+InputText.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+InputText.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+InputText.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+InputText.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+InputText.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+InputText.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+InputText.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+InputText.update+> -->
 | |
| 
 | |
| ## Listbox Element 
 | |
| <!-- <+Listbox.doc+> -->
 | |
| <!-- <+Listbox.__init__+> -->
 | |
| 
 | |
| ### GetIndexes
 | |
| <!-- <+Listbox.GetIndexes+> -->
 | |
| 
 | |
| ### GetListValues
 | |
| <!-- <+Listbox.GetListValues+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Listbox.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Listbox.SetTooltip+> -->
 | |
| 
 | |
| ### SetValue
 | |
| <!-- <+Listbox.SetValue+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Listbox.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Listbox.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Listbox.expand+> -->
 | |
| 
 | |
| ### get
 | |
| <!-- <+Listbox.get+> -->
 | |
| 
 | |
| ### get_indexes
 | |
| <!-- <+Listbox.get_indexes+> -->
 | |
| 
 | |
| ### get_list_values
 | |
| <!-- <+Listbox.get_list_values+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Listbox.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Listbox.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Listbox.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Listbox.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Listbox.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Listbox.set_tooltip+> -->
 | |
| 
 | |
| ### set_value
 | |
| <!-- <+Listbox.set_value+> -->
 | |
| 
 | |
| ### set_vscroll_position
 | |
| <!-- <+Listbox.set_vscroll_position+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Listbox.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Listbox.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Listbox.update+> -->
 | |
| 
 | |
| ## Menu Element 
 | |
| <!-- <+Menu.doc+> -->
 | |
| <!-- <+Menu.__init__+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Menu.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Menu.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Menu.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Menu.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Menu.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Menu.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Menu.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Menu.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Menu.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Menu.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Menu.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Menu.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Menu.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Menu.update+> -->
 | |
| 
 | |
| ## Multiline Element 
 | |
| <!-- <+Multiline.doc+> -->
 | |
| <!-- <+Multiline.__init__+> -->
 | |
| 
 | |
| ### Get
 | |
| <!-- <+Multiline.Get+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Multiline.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Multiline.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Multiline.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Multiline.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Multiline.expand+> -->
 | |
| 
 | |
| ### get
 | |
| <!-- <+Multiline.get+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Multiline.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Multiline.hide_row+> -->
 | |
| 
 | |
| ### print
 | |
| <!-- <+Multiline.print+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Multiline.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Multiline.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Multiline.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Multiline.set_tooltip+> -->
 | |
| 
 | |
| ### set_vscroll_position
 | |
| <!-- <+Multiline.set_vscroll_position+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Multiline.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Multiline.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Multiline.update+> -->
 | |
| 
 | |
| ## OptionMenu Element 
 | |
| <!-- <+OptionMenu.doc+> -->
 | |
| <!-- <+OptionMenu.__init__+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+OptionMenu.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+OptionMenu.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+OptionMenu.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+OptionMenu.bind+> -->
 | |
| 
 | |
| 
 | |
| ### expand
 | |
| <!-- <+OptionMenu.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+OptionMenu.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+OptionMenu.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+OptionMenu.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+OptionMenu.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+OptionMenu.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+OptionMenu.set_tooltip+> -->
 | |
| 
 | |
| ### set_vscroll_position
 | |
| <!-- <+OptionMenu.set_vscroll_position+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+OptionMenu.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+OptionMenu.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+OptionMenu.update+> -->
 | |
| 
 | |
| ## Output Element 
 | |
| <!-- <+Output.doc+> -->
 | |
| <!-- <+Output.__init__+> -->
 | |
| 
 | |
| ### Get
 | |
| <!-- <+Output.Get+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Output.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Output.SetTooltip+> -->
 | |
| 
 | |
| ### TKOut
 | |
| <!-- <+Output.TKOut+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Output.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Output.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Output.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Output.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Output.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Output.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Output.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Output.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Output.set_tooltip+> -->
 | |
| 
 | |
| ### tk_out
 | |
| <!-- <+Output.tk_out+> -->
 | |
| 
 | |
| 
 | |
| ### set_vscroll_position
 | |
| <!-- <+Output.set_vscroll_position+> -->
 | |
| 
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Output.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Output.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Output.update+> -->
 | |
| 
 | |
| ## Pane Element 
 | |
| <!-- <+Pane.doc+> -->
 | |
| <!-- <+Pane.__init__+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Pane.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Pane.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Pane.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Pane.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Pane.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Pane.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Pane.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Pane.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Pane.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Pane.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Pane.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Pane.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Pane.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Pane.update+> -->
 | |
| 
 | |
| ## ProgressBar Element 
 | |
| <!-- <+ProgressBar.doc+> -->
 | |
| <!-- <+ProgressBar.__init__+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+ProgressBar.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+ProgressBar.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+ProgressBar.Update+> -->
 | |
| 
 | |
| ### UpdateBar
 | |
| <!-- <+ProgressBar.UpdateBar+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+ProgressBar.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+ProgressBar.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+ProgressBar.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+ProgressBar.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+ProgressBar.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+ProgressBar.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+ProgressBar.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+ProgressBar.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+ProgressBar.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+ProgressBar.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+ProgressBar.update+> -->
 | |
| 
 | |
| ### update_bar
 | |
| <!-- <+ProgressBar.update_bar+> -->
 | |
| 
 | |
| ## Radio Element 
 | |
| <!-- <+Radio.doc+> -->
 | |
| <!-- <+Radio.__init__+> -->
 | |
| 
 | |
| ### Get
 | |
| <!-- <+Radio.Get+> -->
 | |
| 
 | |
| ### ResetGroup
 | |
| <!-- <+Radio.ResetGroup+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Radio.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Radio.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Radio.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Radio.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Radio.expand+> -->
 | |
| 
 | |
| ### get
 | |
| <!-- <+Radio.get+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Radio.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Radio.hide_row+> -->
 | |
| 
 | |
| ### reset_group
 | |
| <!-- <+Radio.reset_group+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Radio.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Radio.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Radio.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Radio.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Radio.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Radio.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Radio.update+> -->
 | |
| 
 | |
| ## Slider Element 
 | |
| <!-- <+Slider.doc+> -->
 | |
| <!-- <+Slider.__init__+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Slider.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Slider.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Slider.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Slider.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Slider.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Slider.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Slider.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Slider.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Slider.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Slider.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Slider.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Slider.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Slider.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Slider.update+> -->
 | |
| 
 | |
| ## Spin Element 
 | |
| <!-- <+Spin.doc+> -->
 | |
| <!-- <+Spin.__init__+> -->
 | |
| 
 | |
| ### Get
 | |
| <!-- <+Spin.Get+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Spin.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Spin.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Spin.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Spin.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Spin.expand+> -->
 | |
| 
 | |
| ### get
 | |
| <!-- <+Spin.get+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Spin.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Spin.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Spin.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Spin.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Spin.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Spin.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Spin.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Spin.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Spin.update+> -->
 | |
| 
 | |
| ## StatusBar Element 
 | |
| <!-- <+StatusBar.doc+> -->
 | |
| <!-- <+StatusBar.__init__+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+StatusBar.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+StatusBar.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+StatusBar.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+StatusBar.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+StatusBar.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+StatusBar.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+StatusBar.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+StatusBar.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+StatusBar.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+StatusBar.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+StatusBar.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+StatusBar.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+StatusBar.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+StatusBar.update+> -->
 | |
| 
 | |
| ## SystemTray 
 | |
| <!-- <+SystemTray.doc+> -->
 | |
| <!-- <+SystemTray.__init__+> -->
 | |
| 
 | |
| ### Close
 | |
| <!-- <+SystemTray.Close+> -->
 | |
| 
 | |
| ### Hide
 | |
| <!-- <+SystemTray.Hide+> -->
 | |
| 
 | |
| ### Read
 | |
| <!-- <+SystemTray.Read+> -->
 | |
| 
 | |
| ### ShowMessage
 | |
| <!-- <+SystemTray.ShowMessage+> -->
 | |
| 
 | |
| ### UnHide
 | |
| <!-- <+SystemTray.UnHide+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+SystemTray.Update+> -->
 | |
| 
 | |
| ### close
 | |
| <!-- <+SystemTray.close+> -->
 | |
| 
 | |
| ### hide
 | |
| <!-- <+SystemTray.hide+> -->
 | |
| 
 | |
| ### notify
 | |
| <!-- <+SystemTray.notify+> -->
 | |
| 
 | |
| ### read
 | |
| <!-- <+SystemTray.read+> -->
 | |
| 
 | |
| ### show_message
 | |
| <!-- <+SystemTray.show_message+> -->
 | |
| 
 | |
| ### un_hide
 | |
| <!-- <+SystemTray.un_hide+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+SystemTray.update+> -->
 | |
| 
 | |
| ## Tab Element 
 | |
| <!-- <+Tab.doc+> -->
 | |
| <!-- <+Tab.__init__+> -->
 | |
| 
 | |
| ### AddRow
 | |
| <!-- <+Tab.AddRow+> -->
 | |
| 
 | |
| ### Layout
 | |
| <!-- <+Tab.Layout+> -->
 | |
| 
 | |
| ### Select
 | |
| <!-- <+Tab.Select+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Tab.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Tab.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Tab.Update+> -->
 | |
| 
 | |
| ### add_row
 | |
| <!-- <+Tab.add_row+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Tab.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Tab.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Tab.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Tab.hide_row+> -->
 | |
| 
 | |
| ### layout
 | |
| <!-- <+Tab.layout+> -->
 | |
| 
 | |
| ### select
 | |
| <!-- <+Tab.select+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Tab.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Tab.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Tab.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Tab.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Tab.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Tab.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Tab.update+> -->
 | |
| 
 | |
| ## TabGroup Element 
 | |
| <!-- <+TabGroup.doc+> -->
 | |
| <!-- <+TabGroup.__init__+> -->
 | |
| 
 | |
| 
 | |
| ### FindKeyFromTabName
 | |
| <!-- <+TabGroup.FindKeyFromTabName+> -->
 | |
| 
 | |
| ### Get
 | |
| <!-- <+TabGroup.Get+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+TabGroup.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+TabGroup.SetTooltip+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+TabGroup.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+TabGroup.expand+> -->
 | |
| 
 | |
| ### find_key_from_tab_name
 | |
| <!-- <+TabGroup.find_key_from_tab_name+> -->
 | |
| 
 | |
| ### get
 | |
| <!-- <+TabGroup.get+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+TabGroup.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+TabGroup.hide_row+> -->
 | |
| 
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+TabGroup.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+TabGroup.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+TabGroup.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+TabGroup.set_tooltip+> -->
 | |
| 
 | |
| ### set_vscroll_position
 | |
| <!-- <+Table.set_vscroll_position+> -->
 | |
| 
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+TabGroup.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+TabGroup.unhide_row+> -->
 | |
| 
 | |
| ## Table Element 
 | |
| <!-- <+Table.doc+> -->
 | |
| <!-- <+Table.__init__+> -->
 | |
| 
 | |
| ### Get
 | |
| <!-- <+Table.Get+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Table.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Table.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Table.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Table.bind+> -->
 | |
| 
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Table.expand+> -->
 | |
| 
 | |
| ### get
 | |
| <!-- <+Table.get+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Table.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Table.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Table.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Table.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Table.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Table.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Table.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Table.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Table.update+> -->
 | |
| 
 | |
| ## Text Element 
 | |
| <!-- <+Text.doc+> -->
 | |
| <!-- <+Text.__init__+> -->
 | |
| 
 | |
| #### Get
 | |
| <!-- <+Text.Get+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Text.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Text.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Text.Update+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Text.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Text.expand+> -->
 | |
| 
 | |
| #### get
 | |
| <!-- <+Text.get+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Text.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Text.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Text.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Text.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Text.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Text.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Text.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Text.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Text.update+> -->
 | |
| 
 | |
| 
 | |
| ## Tree Element 
 | |
| <!-- <+Tree.doc+> -->
 | |
| <!-- <+Tree.__init__+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+Tree.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+Tree.SetTooltip+> -->
 | |
| 
 | |
| ### Update
 | |
| <!-- <+Tree.Update+> -->
 | |
| 
 | |
| ### add_treeview_data
 | |
| <!-- <+Tree.add_treeview_data+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Tree.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+Tree.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+Tree.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+Tree.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+Tree.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+Tree.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+Tree.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+Tree.set_tooltip+> -->
 | |
| 
 | |
| ### set_vscroll_position
 | |
| <!-- <+Tree.set_vscroll_position+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+Tree.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+Tree.unhide_row+> -->
 | |
| 
 | |
| ### update
 | |
| <!-- <+Tree.update+> -->
 | |
| 
 | |
| ## TreeData (for Tree Element) 
 | |
| <!-- <+TreeData.doc+> -->
 | |
| <!-- <+TreeData.__init__+> -->
 | |
| 
 | |
| ### Insert
 | |
| <!-- <+TreeData.Insert+> -->
 | |
| 
 | |
| ### Node
 | |
| <!-- <+TreeData.Node+> -->
 | |
| 
 | |
| ### insert
 | |
| <!-- <+TreeData.insert+> -->
 | |
| 
 | |
| ## VerticalSeparator Element 
 | |
| <!-- <+VerticalSeparator.doc+> -->
 | |
| <!-- <+VerticalSeparator.__init__+> -->
 | |
| 
 | |
| ### SetFocus
 | |
| <!-- <+VerticalSeparator.SetFocus+> -->
 | |
| 
 | |
| ### SetTooltip
 | |
| <!-- <+VerticalSeparator.SetTooltip+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+VerticalSeparator.bind+> -->
 | |
| 
 | |
| ### expand
 | |
| <!-- <+VerticalSeparator.expand+> -->
 | |
| 
 | |
| ### get_size
 | |
| <!-- <+VerticalSeparator.get_size+> -->
 | |
| 
 | |
| ### hide_row
 | |
| <!-- <+VerticalSeparator.hide_row+> -->
 | |
| 
 | |
| ### set_cursor
 | |
| <!-- <+VerticalSeparator.set_cursor+> -->
 | |
| 
 | |
| ### set_focus
 | |
| <!-- <+VerticalSeparator.set_focus+> -->
 | |
| 
 | |
| ### set_size
 | |
| <!-- <+VerticalSeparator.set_size+> -->
 | |
| 
 | |
| ### set_tooltip
 | |
| <!-- <+VerticalSeparator.set_tooltip+> -->
 | |
| 
 | |
| ### unbind
 | |
| <!-- <+VerticalSeparator.unbind+> -->
 | |
| 
 | |
| ### unhide_row
 | |
| <!-- <+VerticalSeparator.unhide_row+> -->
 | |
| 
 | |
| 
 | |
| ## Window 
 | |
| <!-- <+Window.doc+> -->
 | |
| <!-- <+Window.__init__+> -->
 | |
| 
 | |
| ### AddRow
 | |
| <!-- <+Window.AddRow+> -->
 | |
| 
 | |
| ### AddRows
 | |
| <!-- <+Window.AddRows+> -->
 | |
| 
 | |
| ### AlphaChannel
 | |
| <!-- <+Window.AlphaChannel+> -->
 | |
| 
 | |
| ### BringToFront
 | |
| <!-- <+Window.BringToFront+> -->
 | |
| 
 | |
| ### Close
 | |
| <!-- <+Window.Close+> -->
 | |
| 
 | |
| ### CurrentLocation
 | |
| <!-- <+Window.CurrentLocation+> -->
 | |
| 
 | |
| ### Disable
 | |
| <!-- <+Window.Disable+> -->
 | |
| 
 | |
| ### DisableDebugger
 | |
| <!-- <+Window.DisableDebugger+> -->
 | |
| 
 | |
| ### Disappear
 | |
| <!-- <+Window.Disappear+> -->
 | |
| 
 | |
| ### Elem
 | |
| <!-- <+Window.Elem+> -->
 | |
| 
 | |
| ### Element
 | |
| <!-- <+Window.Element+> -->
 | |
| 
 | |
| ### Enable
 | |
| <!-- <+Window.Enable+> -->
 | |
| 
 | |
| ### EnableDebugger
 | |
| <!-- <+Window.EnableDebugger+> -->
 | |
| 
 | |
| ### Fill
 | |
| <!-- <+Window.Fill+> -->
 | |
| 
 | |
| ### Finalize
 | |
| <!-- <+Window.Finalize+> -->
 | |
| 
 | |
| ### Find
 | |
| <!-- <+Window.Find+> -->
 | |
| 
 | |
| ### FindElement
 | |
| <!-- <+Window.FindElement+> -->
 | |
| 
 | |
| ### FindElementWithFocus
 | |
| <!-- <+Window.FindElementWithFocus+> -->
 | |
| 
 | |
| ### GetScreenDimensions
 | |
| <!-- <+Window.GetScreenDimensions+> -->
 | |
| 
 | |
| ### GrabAnyWhereOff
 | |
| <!-- <+Window.GrabAnyWhereOff+> -->
 | |
| 
 | |
| ### GrabAnyWhereOn
 | |
| <!-- <+Window.GrabAnyWhereOn+> -->
 | |
| 
 | |
| ### Hide
 | |
| <!-- <+Window.Hide+> -->
 | |
| 
 | |
| ### Layout
 | |
| <!-- <+Window.Layout+> -->
 | |
| 
 | |
| ### LoadFromDisk
 | |
| <!-- <+Window.LoadFromDisk+> -->
 | |
| 
 | |
| ### Maximize
 | |
| <!-- <+Window.Maximize+> -->
 | |
| 
 | |
| ### Minimize
 | |
| <!-- <+Window.Minimize+> -->
 | |
| 
 | |
| ### Move
 | |
| <!-- <+Window.Move+> -->
 | |
| 
 | |
| ### Normal
 | |
| <!-- <+Window.Normal+> -->
 | |
| 
 | |
| ### Read
 | |
| <!-- <+Window.Read+> -->
 | |
| 
 | |
| ### Reappear
 | |
| <!-- <+Window.Reappear+> -->
 | |
| 
 | |
| ### Refresh
 | |
| <!-- <+Window.Refresh+> -->
 | |
| 
 | |
| ### SaveToDisk
 | |
| <!-- <+Window.SaveToDisk+> -->
 | |
| 
 | |
| ### SendToBack
 | |
| <!-- <+Window.SendToBack+> -->
 | |
| 
 | |
| ### SetAlpha
 | |
| <!-- <+Window.SetAlpha+> -->
 | |
| 
 | |
| ### SetIcon
 | |
| <!-- <+Window.SetIcon+> -->
 | |
| 
 | |
| ### SetTransparentColor
 | |
| <!-- <+Window.SetTransparentColor+> -->
 | |
| 
 | |
| ### Size
 | |
| <!-- <+Window.Size+> -->
 | |
| 
 | |
| ### UnHide
 | |
| <!-- <+Window.UnHide+> -->
 | |
| 
 | |
| ### VisibilityChanged
 | |
| <!-- <+Window.VisibilityChanged+> -->
 | |
| 
 | |
| ### add_row
 | |
| <!-- <+Window.add_row+> -->
 | |
| 
 | |
| ### add_rows
 | |
| <!-- <+Window.add_rows+> -->
 | |
| 
 | |
| ### alpha_channel
 | |
| <!-- <+Window.alpha_channel+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Window.bind+> -->
 | |
| 
 | |
| ### bring_to_front
 | |
| <!-- <+Window.bring_to_front+> -->
 | |
| 
 | |
| ### close
 | |
| <!-- <+Window.close+> -->
 | |
| 
 | |
| ### current_location
 | |
| <!-- <+Window.current_location+> -->
 | |
| 
 | |
| ### disable
 | |
| <!-- <+Window.disable+> -->
 | |
| 
 | |
| ### disable_debugger
 | |
| <!-- <+Window.disable_debugger+> -->
 | |
| 
 | |
| ### disappear
 | |
| <!-- <+Window.disappear+> -->
 | |
| 
 | |
| ### elem
 | |
| <!-- <+Window.elem+> -->
 | |
| 
 | |
| ### element
 | |
| <!-- <+Window.element+> -->
 | |
| 
 | |
| ### element_list
 | |
| <!-- <+Window.element_list+> -->
 | |
| 
 | |
| ### enable
 | |
| <!-- <+Window.enable+> -->
 | |
| 
 | |
| ### enable_debugger
 | |
| <!-- <+Window.enable_debugger+> -->
 | |
| 
 | |
| ### extend_layout
 | |
| <!-- <+Window.extend_layout+> -->
 | |
| 
 | |
| ### fill
 | |
| <!-- <+Window.fill+> -->
 | |
| 
 | |
| ### finalize
 | |
| <!-- <+Window.finalize+> -->
 | |
| 
 | |
| ### find
 | |
| <!-- <+Window.find+> -->
 | |
| 
 | |
| ### find_element
 | |
| <!-- <+Window.find_element+> -->
 | |
| 
 | |
| ### find_element_with_focus
 | |
| <!-- <+Window.find_element_with_focus+> -->
 | |
| 
 | |
| ### get_screen_dimensions
 | |
| <!-- <+Window.get_screen_dimensions+> -->
 | |
| 
 | |
| ### get_screen_size
 | |
| <!-- <+Window.get_screen_size+> -->
 | |
| 
 | |
| ### grab_any_where_off
 | |
| <!-- <+Window.grab_any_where_off+> -->
 | |
| 
 | |
| ### grab_any_where_on
 | |
| <!-- <+Window.grab_any_where_on+> -->
 | |
| 
 | |
| ### hide
 | |
| <!-- <+Window.hide+> -->
 | |
| 
 | |
| ### layout
 | |
| <!-- <+Window.layout+> -->
 | |
| 
 | |
| ### load_from_disk
 | |
| <!-- <+Window.load_from_disk+> -->
 | |
| 
 | |
| ### maximize
 | |
| <!-- <+Window.maximize+> -->
 | |
| 
 | |
| ### minimize
 | |
| <!-- <+Window.minimize+> -->
 | |
| 
 | |
| ### move
 | |
| <!-- <+Window.move+> -->
 | |
| 
 | |
| ### normal
 | |
| <!-- <+Window.normal+> -->
 | |
| 
 | |
| ### read
 | |
| <!-- <+Window.read+> -->
 | |
| 
 | |
| ### reappear
 | |
| <!-- <+Window.reappear+> -->
 | |
| 
 | |
| ### refresh
 | |
| <!-- <+Window.refresh+> -->
 | |
| 
 | |
| ### save_to_disk
 | |
| <!-- <+Window.save_to_disk+> -->
 | |
| 
 | |
| ### send_to_back
 | |
| <!-- <+Window.send_to_back+> -->
 | |
| 
 | |
| ### set_alpha
 | |
| <!-- <+Window.set_alpha+> -->
 | |
| 
 | |
| ### set_icon
 | |
| <!-- <+Window.set_icon+> -->
 | |
| 
 | |
| ### set_title
 | |
| <!-- <+Window.set_title+> -->
 | |
| 
 | |
| ### set_transparent_color
 | |
| <!-- <+Window.set_transparent_color+> -->
 | |
| 
 | |
| ### size
 | |
| <!-- <+Window.size+> -->
 | |
| 
 | |
| ### un_hide
 | |
| <!-- <+Window.un_hide+> -->
 | |
| 
 | |
| ### visibility_changed
 | |
| <!-- <+Window.visibility_changed+> -->
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| ## Window 
 | |
| <!-- <+Window.doc+> -->
 | |
| <!-- <+Window.__init__+> -->
 | |
| 
 | |
| ### AddRow
 | |
| <!-- <+Window.AddRow+> -->
 | |
| 
 | |
| ### AddRows
 | |
| <!-- <+Window.AddRows+> -->
 | |
| 
 | |
| ### AlphaChannel
 | |
| <!-- <+Window.AlphaChannel+> -->
 | |
| 
 | |
| ### BringToFront
 | |
| <!-- <+Window.BringToFront+> -->
 | |
| 
 | |
| ### Close
 | |
| <!-- <+Window.Close+> -->
 | |
| 
 | |
| ### CurrentLocation
 | |
| <!-- <+Window.CurrentLocation+> -->
 | |
| 
 | |
| ### Disable
 | |
| <!-- <+Window.Disable+> -->
 | |
| 
 | |
| ### DisableDebugger
 | |
| <!-- <+Window.DisableDebugger+> -->
 | |
| 
 | |
| ### Disappear
 | |
| <!-- <+Window.Disappear+> -->
 | |
| 
 | |
| ### Elem
 | |
| <!-- <+Window.Elem+> -->
 | |
| 
 | |
| ### Element
 | |
| <!-- <+Window.Element+> -->
 | |
| 
 | |
| ### Enable
 | |
| <!-- <+Window.Enable+> -->
 | |
| 
 | |
| ### EnableDebugger
 | |
| <!-- <+Window.EnableDebugger+> -->
 | |
| 
 | |
| ### Fill
 | |
| <!-- <+Window.Fill+> -->
 | |
| 
 | |
| ### Finalize
 | |
| <!-- <+Window.Finalize+> -->
 | |
| 
 | |
| ### Find
 | |
| <!-- <+Window.Find+> -->
 | |
| 
 | |
| ### FindElement
 | |
| <!-- <+Window.FindElement+> -->
 | |
| 
 | |
| ### FindElementWithFocus
 | |
| <!-- <+Window.FindElementWithFocus+> -->
 | |
| 
 | |
| ### GetScreenDimensions
 | |
| <!-- <+Window.GetScreenDimensions+> -->
 | |
| 
 | |
| ### GrabAnyWhereOff
 | |
| <!-- <+Window.GrabAnyWhereOff+> -->
 | |
| 
 | |
| ### GrabAnyWhereOn
 | |
| <!-- <+Window.GrabAnyWhereOn+> -->
 | |
| 
 | |
| ### Hide
 | |
| <!-- <+Window.Hide+> -->
 | |
| 
 | |
| ### Layout
 | |
| <!-- <+Window.Layout+> -->
 | |
| 
 | |
| ### LoadFromDisk
 | |
| <!-- <+Window.LoadFromDisk+> -->
 | |
| 
 | |
| ### Maximize
 | |
| <!-- <+Window.Maximize+> -->
 | |
| 
 | |
| ### Minimize
 | |
| <!-- <+Window.Minimize+> -->
 | |
| 
 | |
| ### Move
 | |
| <!-- <+Window.Move+> -->
 | |
| 
 | |
| ### Normal
 | |
| <!-- <+Window.Normal+> -->
 | |
| 
 | |
| ### Read
 | |
| <!-- <+Window.Read+> -->
 | |
| 
 | |
| ### Reappear
 | |
| <!-- <+Window.Reappear+> -->
 | |
| 
 | |
| ### Refresh
 | |
| <!-- <+Window.Refresh+> -->
 | |
| 
 | |
| ### SaveToDisk
 | |
| <!-- <+Window.SaveToDisk+> -->
 | |
| 
 | |
| ### SendToBack
 | |
| <!-- <+Window.SendToBack+> -->
 | |
| 
 | |
| ### SetAlpha
 | |
| <!-- <+Window.SetAlpha+> -->
 | |
| 
 | |
| ### SetIcon
 | |
| <!-- <+Window.SetIcon+> -->
 | |
| 
 | |
| ### SetTransparentColor
 | |
| <!-- <+Window.SetTransparentColor+> -->
 | |
| 
 | |
| ### Size
 | |
| <!-- <+Window.Size+> -->
 | |
| 
 | |
| ### UnHide
 | |
| <!-- <+Window.UnHide+> -->
 | |
| 
 | |
| ### VisibilityChanged
 | |
| <!-- <+Window.VisibilityChanged+> -->
 | |
| 
 | |
| ### add_row
 | |
| <!-- <+Window.add_row+> -->
 | |
| 
 | |
| ### add_rows
 | |
| <!-- <+Window.add_rows+> -->
 | |
| 
 | |
| ### alpha_channel
 | |
| <!-- <+Window.alpha_channel+> -->
 | |
| 
 | |
| ### bind
 | |
| <!-- <+Window.bind+> -->
 | |
| 
 | |
| ### bring_to_front
 | |
| <!-- <+Window.bring_to_front+> -->
 | |
| 
 | |
| ### close
 | |
| <!-- <+Window.close+> -->
 | |
| 
 | |
| ### current_location
 | |
| <!-- <+Window.current_location+> -->
 | |
| 
 | |
| ### disable
 | |
| <!-- <+Window.disable+> -->
 | |
| 
 | |
| ### disable_debugger
 | |
| <!-- <+Window.disable_debugger+> -->
 | |
| 
 | |
| ### disappear
 | |
| <!-- <+Window.disappear+> -->
 | |
| 
 | |
| ### elem
 | |
| <!-- <+Window.elem+> -->
 | |
| 
 | |
| ### element
 | |
| <!-- <+Window.element+> -->
 | |
| 
 | |
| ### element_list
 | |
| <!-- <+Window.element_list+> -->
 | |
| 
 | |
| ### enable
 | |
| <!-- <+Window.enable+> -->
 | |
| 
 | |
| ### enable_debugger
 | |
| <!-- <+Window.enable_debugger+> -->
 | |
| 
 | |
| ### extend_layout
 | |
| <!-- <+Window.extend_layout+> -->
 | |
| 
 | |
| ### fill
 | |
| <!-- <+Window.fill+> -->
 | |
| 
 | |
| ### finalize
 | |
| <!-- <+Window.finalize+> -->
 | |
| 
 | |
| ### find
 | |
| <!-- <+Window.find+> -->
 | |
| 
 | |
| ### find_element
 | |
| <!-- <+Window.find_element+> -->
 | |
| 
 | |
| ### find_element_with_focus
 | |
| <!-- <+Window.find_element_with_focus+> -->
 | |
| 
 | |
| ### get_screen_dimensions
 | |
| <!-- <+Window.get_screen_dimensions+> -->
 | |
| 
 | |
| ### get_screen_size
 | |
| <!-- <+Window.get_screen_size+> -->
 | |
| 
 | |
| ### grab_any_where_off
 | |
| <!-- <+Window.grab_any_where_off+> -->
 | |
| 
 | |
| ### grab_any_where_on
 | |
| <!-- <+Window.grab_any_where_on+> -->
 | |
| 
 | |
| 
 | |
| ### hide
 | |
| <!-- <+Window.hide+> -->
 | |
| 
 | |
| ### layout
 | |
| <!-- <+Window.layout+> -->
 | |
| 
 | |
| ### load_from_disk
 | |
| <!-- <+Window.load_from_disk+> -->
 | |
| 
 | |
| ### maximize
 | |
| <!-- <+Window.maximize+> -->
 | |
| 
 | |
| ### minimize
 | |
| <!-- <+Window.minimize+> -->
 | |
| 
 | |
| ### move
 | |
| <!-- <+Window.move+> -->
 | |
| 
 | |
| ### normal
 | |
| <!-- <+Window.normal+> -->
 | |
| 
 | |
| ### read
 | |
| <!-- <+Window.read+> -->
 | |
| 
 | |
| ### reappear
 | |
| <!-- <+Window.reappear+> -->
 | |
| 
 | |
| ### refresh
 | |
| <!-- <+Window.refresh+> -->
 | |
| 
 | |
| ### save_to_disk
 | |
| <!-- <+Window.save_to_disk+> -->
 | |
| 
 | |
| ### send_to_back
 | |
| <!-- <+Window.send_to_back+> -->
 | |
| 
 | |
| ### set_alpha
 | |
| <!-- <+Window.set_alpha+> -->
 | |
| 
 | |
| ### set_icon
 | |
| <!-- <+Window.set_icon+> -->
 | |
| 
 | |
| ### set_transparent_color
 | |
| <!-- <+Window.set_transparent_color+> -->
 | |
| 
 | |
| ### size
 | |
| <!-- <+Window.size+> -->
 | |
| 
 | |
| ### un_hide
 | |
| <!-- <+Window.un_hide+> -->
 | |
| 
 | |
| ### visibility_changed
 | |
| <!-- <+Window.visibility_changed+> -->
 | |
| 
 | |
| 
 | |
| ## Function Reference
 | |
| 
 | |
| These are the functions available for you to call
 | |
| 
 | |
| ## Button Related
 | |
| 
 | |
| <!-- <+func.CalendarButton+> -->
 | |
| <!-- <+func.Cancel+> -->
 | |
| <!-- <+func.ColorChooserButton+> -->
 | |
| <!-- <+func.Debug+> -->
 | |
| <!-- <+func.DummyButton+> -->
 | |
| <!-- <+func.Exit+> -->
 | |
| <!-- <+func.FileBrowse+> -->
 | |
| <!-- <+func.FileSaveAs+> -->
 | |
| <!-- <+func.FilesBrowse+> -->
 | |
| <!-- <+func.FolderBrowse+> -->
 | |
| <!-- <+func.Help+> -->
 | |
| <!-- <+func.No+> -->
 | |
| <!-- <+func.OK+> -->
 | |
| <!-- <+func.ObjToString+> -->
 | |
| <!-- <+func.ObjToStringSingleObj+> -->
 | |
| <!-- <+func.Ok+> -->
 | |
| <!-- <+func.Open+> -->
 | |
| <!-- <+func.Quit+> -->
 | |
| <!-- <+func.RealtimeButton+> -->
 | |
| <!-- <+func.Save+> -->
 | |
| <!-- <+func.SaveAs+> -->
 | |
| <!-- <+func.Submit+> -->
 | |
| <!-- <+func.Yes+> -->
 | |
| 
 | |
| ## Button No Longer To Be Used
 | |
| 
 | |
| Note - These are no longer recommended! 
 | |
| They are shown here in case you run into them in some old code.
 | |
| 
 | |
| <!-- <+func.RButton+> -->
 | |
| <!-- <+func.ReadButton+> -->
 | |
| <!-- <+func.CButton+> -->
 | |
| <!-- <+func.CloseButton+> -->
 | |
| 
 | |
| 
 | |
| ## Debug Window Output
 | |
| 
 | |
| <!-- <+func.easy_print+> -->
 | |
| <!-- <+func.easy_print_close+> -->
 | |
| <!-- <+func.eprint+> -->
 | |
| <!-- <+func.sgprint+> -->
 | |
| <!-- <+func.sgprint_close+> -->
 | |
| <!-- <+func.EasyPrint+> -->
 | |
| <!-- <+func.EasyPrintClose+> -->
 | |
| <!-- <+func.Print+> -->
 | |
| <!-- <+func.PrintClose+> -->
 | |
| 
 | |
| 
 | |
| ## Color Printing to Multiline Element of a Window
 | |
| 
 | |
| <!-- <+func.cprint+> -->
 | |
| <!-- <+func.cprint_set_output_destination+> -->
 | |
| 
 | |
| ## OneLineProgressMeter
 | |
| 
 | |
| <!-- <+func.OneLineProgressMeter+> -->
 | |
| <!-- <+func.OneLineProgressMeterCancel+> -->
 | |
| <!-- <+func.one_line_progress_meter+> -->
 | |
| <!-- <+func.one_line_progress_meter_cancel+> -->
 | |
| 
 | |
| 
 | |
| ## Popup Functions
 | |
| 
 | |
| <!-- <+func.Popup+> -->
 | |
| <!-- <+func.PopupAnimated+> -->
 | |
| <!-- <+func.PopupAnnoying+> -->
 | |
| <!-- <+func.PopupAutoClose+> -->
 | |
| <!-- <+func.PopupCancel+> -->
 | |
| <!-- <+func.PopupError+> -->
 | |
| <!-- <+func.PopupGetFile+> -->
 | |
| <!-- <+func.PopupGetFolder+> -->
 | |
| <!-- <+func.PopupGetText+> -->
 | |
| <!-- <+func.PopupNoBorder+> -->
 | |
| <!-- <+func.PopupNoButtons+> -->
 | |
| <!-- <+func.PopupNoFrame+> -->
 | |
| <!-- <+func.PopupNoTitlebar+> -->
 | |
| <!-- <+func.PopupNoWait+> -->
 | |
| <!-- <+func.PopupNonBlocking+> -->
 | |
| <!-- <+func.PopupOK+> -->
 | |
| <!-- <+func.PopupOKCancel+> -->
 | |
| <!-- <+func.PopupQuick+> -->
 | |
| <!-- <+func.PopupQuickMessage+> -->
 | |
| <!-- <+func.PopupScrolled+> -->
 | |
| <!-- <+func.PopupTimed+> -->
 | |
| <!-- <+func.PopupYesNo+> -->
 | |
| 
 | |
| 
 | |
| ## Popups PEP8 Versions
 | |
| 
 | |
| <!-- <+func.popup+> -->
 | |
| <!-- <+func.popup_animated+> -->
 | |
| <!-- <+func.popup_annoying+> -->
 | |
| <!-- <+func.popup_auto_close+> -->
 | |
| <!-- <+func.popup_cancel+> -->
 | |
| <!-- <+func.popup_error+> -->
 | |
| <!-- <+func.popup_get_date+> -->
 | |
| <!-- <+func.popup_get_file+> -->
 | |
| <!-- <+func.popup_get_folder+> -->
 | |
| <!-- <+func.popup_get_text+> -->
 | |
| <!-- <+func.popup_no_border+> -->
 | |
| <!-- <+func.popup_no_buttons+> -->
 | |
| <!-- <+func.popup_no_frame+> -->
 | |
| <!-- <+func.popup_no_titlebar+> -->
 | |
| <!-- <+func.popup_no_wait+> -->
 | |
| <!-- <+func.popup_non_blocking+> -->
 | |
| <!-- <+func.popup_notify+> -->
 | |
| <!-- <+func.popup_ok+> -->
 | |
| <!-- <+func.popup_ok_cancel+> -->
 | |
| <!-- <+func.popup_quick+> -->
 | |
| <!-- <+func.popup_quick_message+> -->
 | |
| <!-- <+func.popup_scrolled+> -->
 | |
| <!-- <+func.popup_timed+> -->
 | |
| <!-- <+func.popup_yes_no+> -->
 | |
| 
 | |
| Same as popup_scrolled
 | |
| 
 | |
| <!-- <+func.sprint+> -->
 | |
| <!-- <+func.ScrolledTextBox+> -->
 | |
| 
 | |
| 
 | |
| ## PEP8 Function Bindings
 | |
| 
 | |
| <!-- <+func.obj_to_string+> -->
 | |
| <!-- <+func.obj_to_string_single_obj+> -->
 | |
| 
 | |
| ## Settings 
 | |
| 
 | |
| <!-- <+func.set_global_icon+> -->
 | |
| <!-- <+func.set_options+> -->
 | |
| 
 | |
| 
 | |
| ### Non PEP8 version (same as PEP8 version)
 | |
| 
 | |
| <!-- <+func.SetGlobalIcon+> -->
 | |
| <!-- <+func.SetOptions+> -->
 | |
| 
 | |
| 
 | |
| ## The Test Harness
 | |
| 
 | |
| Used to test the installation, get information about the versions, upgrade from GitHub
 | |
| 
 | |
| <!-- <+func.main+> -->
 | |
| <!-- <+func.test+> -->
 | |
| 
 | |
| 
 | |
| ## Debugger
 | |
| 
 | |
| <!-- <+func.show_debugger_popout_window+> -->
 | |
| <!-- <+func.show_debugger_window+> -->
 | |
| 
 | |
| 
 | |
| 
 | |
| ## Themes
 | |
| 
 | |
| <!-- <+func.theme+> -->
 | |
| <!-- <+func.theme_add_new+> -->
 | |
| <!-- <+func.theme_background_color+> -->
 | |
| <!-- <+func.theme_border_width+> -->
 | |
| <!-- <+func.theme_button_color+> -->
 | |
| <!-- <+func.theme_element_background_color+> -->
 | |
| <!-- <+func.theme_element_text_color+> -->
 | |
| <!-- <+func.theme_input_background_color+> -->
 | |
| <!-- <+func.theme_input_text_color+> -->
 | |
| <!-- <+func.theme_list+> -->
 | |
| <!-- <+func.theme_previewer+> -->
 | |
| <!-- <+func.theme_progress_bar_border_width+> -->
 | |
| <!-- <+func.theme_progress_bar_color+> -->
 | |
| <!-- <+func.theme_slider_border_width+> -->
 | |
| <!-- <+func.theme_slider_color+> -->
 | |
| <!-- <+func.theme_text_color+> -->
 | |
| <!-- <+func.theme_text_element_background_color+> -->
 | |
| 
 | |
| 
 | |
| ## Misc
 | |
| 
 | |
| <!-- <+func.FillFormWithValues+> -->
 | |
| <!-- <+func.fill_form_with_values+> -->
 | |
| 
 | |
| 
 | |
| ## Old Themes (Look and Feel) - Replaced by theme()
 | |
| 
 | |
| <!-- <+func.ChangeLookAndFeel+> -->
 | |
| <!-- <+func.ListOfLookAndFeelValues+> -->
 | |
| <!-- <+func.preview_all_look_and_feel_themes+> -->
 | |
| <!-- <+func.list_of_look_and_feel_values+> -->
 | |
| <!-- <+func.change_look_and_feel+> -->
 | |
| 
 |