Exemplo n.º 1
0
 def reset_frame(self):
     """
     Resets the child widgets of the element and
     also sets the from behind checkbox to False.
     """
     self.behind_state.set(0)
     on_all_children('reset_frame', self)
Exemplo n.º 2
0
 def on_change(self, _event):
     """
     Resets all tabs on changing tabs.
     """
     on_all_children('reset_page', self)
Exemplo n.º 3
0
 def reset_frame(self):
     """
     Resets all the child widgets of the frame.
     """
     on_all_children('reset_fld', self)
Exemplo n.º 4
0
 def reset_panel(self):
     """
     Resets all the child widgets of the panel.
     """
     on_all_children('reset_frame', self)
Exemplo n.º 5
0
 def reset_page(self):
     """
     Resets all child widgets of the frame.
     """
     on_all_children('reset_panel', self)