How to create palette buttons with tooltips?
- To: mathgroup at smc.vnet.net
- Subject: [mg124165] How to create palette buttons with tooltips?
- From: Szabolcs <szhorvat at gmail.com>
- Date: Wed, 11 Jan 2012 06:00:43 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Reply-to: comp.soft-sys.math.mathematica at googlegroups.com
What is the most convenient way to create palette buttons with tooltips that use the OS-wide tooltip delay? Currently I am using CreatePalette@ Tooltip[Button["Button", Appearance -> "Palette"], "Tooltip", TooltipDelay -> Automatic] But this seems like a lot of work (both TooltipDelay -> Automatic and Appearance -> "Palette" needed) just to get the behvaiour which could be expected as a default from a palette. When I have several buttons, what's the simplest and most concise way to do this?
- Follow-Ups:
- Re: How to create palette buttons with tooltips?
- From: Leonid Shifrin <lshifr@gmail.com>
- Re: How to create palette buttons with tooltips?