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