+ %pythoncode { def __nonzero__(self): return self.IsOk() }
+
+ %property(Cap, GetCap, SetCap, doc="See `GetCap` and `SetCap`");
+ %property(Colour, GetColour, SetColour, doc="See `GetColour` and `SetColour`");
+ %property(Dashes, GetDashes, SetDashes, doc="See `GetDashes` and `SetDashes`");
+ %property(Join, GetJoin, SetJoin, doc="See `GetJoin` and `SetJoin`");
+ %property(Style, GetStyle, SetStyle, doc="See `GetStyle` and `SetStyle`");
+ %property(Width, GetWidth, SetWidth, doc="See `GetWidth` and `SetWidth`");