+ // wxUniv-specific methods: do [not] use native decorations for this (or
+ // all) window(s)
+ //
+ // notice that this has no effect if the system doesn't support any native
+ // decorations anyhow and that by default native decorations are used
+ //
+ // if UseNativeDecorations() is used, it must be called before Create()
+ static void UseNativeDecorationsByDefault(bool native = true);
+ void UseNativeDecorations(bool native = true);
+ bool IsUsingNativeDecorations() const;
+
+