Ejemplo n.º 1
0
 def set_max_height(self, *args, **kwargs) -> 'MenuBar':
     raise WidgetTransformationNotImplemented()
Ejemplo n.º 2
0
 def flip(self, *args, **kwargs) -> 'MenuBar':
     raise WidgetTransformationNotImplemented()
Ejemplo n.º 3
0
 def set_max_width(self, *args, **kwargs) -> 'ScrollBar':
     raise WidgetTransformationNotImplemented()
Ejemplo n.º 4
0
 def rotate(self, *args, **kwargs) -> 'ScrollBar':
     raise WidgetTransformationNotImplemented()
Ejemplo n.º 5
0
 def flip(self, *args, **kwargs) -> 'SurfaceWidget':
     raise WidgetTransformationNotImplemented()
Ejemplo n.º 6
0
 def flip(self, *args, **kwargs) -> 'ToggleSwitch':
     raise WidgetTransformationNotImplemented()
Ejemplo n.º 7
0
 def set_max_height(self, *args, **kwargs) -> 'ToggleSwitch':
     raise WidgetTransformationNotImplemented()
Ejemplo n.º 8
0
 def resize(self, *args, **kwargs) -> 'ProgressBar':
     raise WidgetTransformationNotImplemented()
Ejemplo n.º 9
0
 def translate(self, *args, **kwargs) -> 'NoneWidget':
     raise WidgetTransformationNotImplemented()