GetVirtualSizeTuple);
+ DocDeclStr(
+ virtual wxSize , GetWindowBorderSize() const,
+ "Return the size of the left/right and top/bottom borders.", "");
+
+
// TODO: using directors?
// // Override these methods for windows that have a virtual size
// // independent of their client size. eg. the virtual area of a
windows are only available on X platforms.", "");
+ DocDeclStr(
+ bool , ToggleWindowStyle(int flag),
+ "Turn the flag on if it had been turned off before and vice versa,
+returns True if the flag is turned on by this function call.", "");
+
+
DocDeclStr(
virtual void , SetExtraStyle(long exStyle),