Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

wide menus

70 views
Skip to first unread message

DrS

unread,
Oct 3, 2012, 10:28:44 AM10/3/12
to
Does the built-in menu support wide columns? I have a menu that is
getting to be too full vertically. Cascading leads to unnatural
grouping and more clicks. Instead I would like to display it
horizontally in two columns. Is this possible?


Thanks,

DrS

Robert Heller

unread,
Oct 3, 2012, 1:25:28 PM10/3/12
to
Not with the core menu widget. It should be possible to create a
meta/mega widget that does this. A menu is just a special case of a
toplevel without window manager controls (eg with wm overrideredirect
.. 1). You could create such a two column menu widget using SNIT.

>
>
> Thanks,
>
> DrS
>
>

--
Robert Heller -- 978-544-6933 / hel...@deepsoft.com
Deepwoods Software -- http://www.deepsoft.com/
() ascii ribbon campaign -- against html e-mail
/\ www.asciiribbon.org -- against proprietary attachments



George Petasis

unread,
Oct 3, 2012, 1:42:46 PM10/3/12
to
If you are using windows only, you can try TkRibbon.

George

Robert Heller

unread,
Oct 3, 2012, 1:46:54 PM10/3/12
to
At Wed, 03 Oct 2012 10:28:44 -0400 DrS <drsc...@gmail.com> wrote:

>
Nevermind my previous followup. Look at the -columnbreak option to the
menu's add method:

-columnbreak value
When this option is zero, the entry appears below the”‚
previous entry. When this option is one, the entry
appears at the top of a new column in the menu.


(It really does pay to read the man pages *carefully*!)

DrS

unread,
Oct 4, 2012, 8:09:43 AM10/4/12
to
On 10/3/2012 1:42 PM, George Petasis wrote:

>
> If you are using windows only, you can try TkRibbon.
>
> George


Thanks. I will check it out.

DrS

DrS

unread,
Oct 4, 2012, 8:10:58 AM10/4/12
to
On 10/3/2012 1:46 PM, Robert Heller wrote:
>
> Nevermind my previous followup. Look at the -columnbreak option to the
> menu's add method:
>
> -columnbreak value
> When this option is zero, the entry appears below the”‚
> previous entry. When this option is one, the entry
> appears at the top of a new column in the menu.
>
>
> (It really does pay to read the man pages *carefully*!)
>

Perfect! Thanks,

DrS
0 new messages