Пример #1
0
 def set_max_height(self, *args, **kwargs) -> 'MenuBar':
     raise WidgetTransformationNotImplemented()
Пример #2
0
 def flip(self, *args, **kwargs) -> 'MenuBar':
     raise WidgetTransformationNotImplemented()
Пример #3
0
 def set_max_width(self, *args, **kwargs) -> 'ScrollBar':
     raise WidgetTransformationNotImplemented()
Пример #4
0
 def rotate(self, *args, **kwargs) -> 'ScrollBar':
     raise WidgetTransformationNotImplemented()
Пример #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()
Пример #8
0
 def resize(self, *args, **kwargs) -> 'ProgressBar':
     raise WidgetTransformationNotImplemented()
Пример #9
0
 def translate(self, *args, **kwargs) -> 'NoneWidget':
     raise WidgetTransformationNotImplemented()