static void Enable(bool flag);
static void SetDelay(long milliseconds);
+
+ %property(Tip, GetTip, SetTip, doc="See `GetTip` and `SetTip`");
+ %property(Window, GetWindow, doc="See `GetWindow`");
};
#endif
~wxCaret();
%extend {
- %pythonAppend Destroy "args[0].thisown = 0"
+ %pythonPrepend Destroy "args[0].this.own(False)"
DocStr(Destroy,
"Deletes the C++ object this Python object is a proxy for.", "");
void Destroy() {
public:
// ctor starts the stop watch
wxStopWatch();
-
+ ~wxStopWatch();
+
// start the stop watch at the moment t0
void Start(long t0 = 0);
int GetOSMajorVersion() const;
int GetOSMinorVersion() const;
+ bool CheckOSVersion(int major, int minor) const;
+
int GetToolkitMajorVersion() const;
int GetToolkitMinorVersion() const;
+ bool CheckToolkitVersion(int major, int minor) const;
+
bool IsUsingUniversalWidgets() const;
wxOperatingSystemId GetOperatingSystemId() const;