|
From: Schelte B. <sb...@wa...> - 2005-09-18 19:14:17
|
The menubutton in the xpnative theme doesn't look like a button
at all. It seems to be hiding in the background and it almost
magically appears when the mouse pointer passes over it.
I guess in many situation a readonly combobox can be used as an
alternative. But especially in existing applications the
different approach needed for a combobox means that quite a bit
of code has to be redesigned.
Of course, as a dirty hack the menu can be kept around out of
sight and used by a binding like:
bind $cb <<ComboboxSelect>> {%W.menu invoke [%W current]}
But that's all avoiding the real issue: I think a menubutton
should look like a button in the xpnative theme, just like it
does in all the other themes. The toolbar look should be
obtained by specifying: -style Toolbutton.
Any thoughts?
Schelte.
|