static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
+ %property(Max, GetMax, SetMax, doc="See `GetMax` and `SetMax`");
+ %property(Min, GetMin, SetMin, doc="See `GetMin` and `SetMin`");
+ %property(Value, GetValue, SetValue, doc="See `GetValue` and `SetValue`");
};
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
+ %property(Max, GetMax, doc="See `GetMax`");
+ %property(Min, GetMin, doc="See `GetMin`");
+ %property(Value, GetValue, SetValue, doc="See `GetValue` and `SetValue`");
};
// get the current value of the control
int GetPosition() const;
void SetPosition(int pos);
+
+ %property(Position, GetPosition, SetPosition, doc="See `GetPosition` and `SetPosition`");
};