//---------------------------------------------------------------------------
-%{
- DECLARE_DEF_STRING(GaugeNameStr);
-%}
+MAKE_CONST_WXSTRING(GaugeNameStr);
%newgroup
class wxGauge : public wxControl {
public:
- %addtofunc wxGauge "self._setOORInfo(self)"
- %addtofunc wxGauge() ""
+ %pythonAppend wxGauge "self._setOORInfo(self)"
+ %pythonAppend wxGauge() ""
wxGauge(wxWindow* parent, wxWindowID id, int range,
const wxPoint& pos = wxDefaultPosition,