From e58f6b3236f51c06e53c407a46d41f5e898c3b3c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 30 Nov 2010 21:18:47 +0000 Subject: added the simple plugins from the pd-gui-rewrite/0.43/startup branch svn path=/trunk/scripts/guiplugins/simple_examples/; revision=14540 --- remove_menubar_from_patch_windows-plugin.tcl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 remove_menubar_from_patch_windows-plugin.tcl (limited to 'remove_menubar_from_patch_windows-plugin.tcl') diff --git a/remove_menubar_from_patch_windows-plugin.tcl b/remove_menubar_from_patch_windows-plugin.tcl new file mode 100644 index 0000000..124d216 --- /dev/null +++ b/remove_menubar_from_patch_windows-plugin.tcl @@ -0,0 +1,7 @@ +# this scriptlet removes the menubars from all canvas windows. You could also +# create your own custom menu and add it to the canvas windows. + +# on Mac OS X, no windows have menubars, so no need to remove for 'aqua' +if {$::windowingsystem ne "aqua"} { + set ::canvas_menubar "" +} -- cgit v1.2.1