- def GetAdjustMinSizeFlag(*args, **kwargs):
- """
- GetAdjustMinSizeFlag(self) -> bool
-
- Returns whether the minsize should be adjusted for this control when
- `SetLabel` or `SetFont` are called.
- """
- return _core_.Control_GetAdjustMinSizeFlag(*args, **kwargs)
-
- def SetAdjustMinSizeFlag(*args, **kwargs):
- """
- SetAdjustMinSizeFlag(self, bool adjust)
-
- By default controls will readjust their size and minsize when
- `SetLabel` or `SetFont` are called. This flag will allow you to
- control this behavior.
- """
- return _core_.Control_SetAdjustMinSizeFlag(*args, **kwargs)
-