Exemplo n.º 1
0
    def __init__(self, master, height = 12, width = 60,
		 label = '', label_justification = 'left',
		 action_button_label = None, action_button_action = None):
	ScrollPane.__init__(self, master, height, width,
			    label, label_justification,
			    action_button_label, action_button_action)
	self.textbox['state']='normal'
	self.textbox['background'] = 'white'