Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] RE: Pulldown Toolbar Button Style

Like a menu, but I want it to exist in the toolbar as an icon.  Click the
icon and get a drop-down menu.  I guess I could implement an action that
draws a context menu when the button is pressed, but I do not know how to
create a menu out of thin-air like that.

Chad

> From: cebarne2@xxxxxxxxxxxxxxxxxxx
>
> Does anyone know if it is possible to have a toolbar button that ONLY
> pulls
> down.  I can easily create one that is a combination pushbutton AND
> pulldown.  That is, the button has two halves, a pushbutton on the
left,
> with the down-arrow pulldown on the right.  For my application, it
doesn't
> make sense to "push" the button, only to select items in the pulldown.

That would be a menu then, wouldn't it?

Joe



Back to the top