Tooltip for CW_BGROUP? [message #85582] |
Tue, 20 August 2013 11:07  |
wlandsman
Messages: 743 Registered: June 2000
|
Senior Member |
|
|
I have a button group created with CW_BROUP, and I'd like to add a tooltip for each button. CW_BGROUP does not accept a TOOLTIP keyword, so the only way I know how to do this is to not use CW_BGROUP and instead build the button group using WIDGET_BUTTON. Or is there an easier way?
Thanks, --Wayne
|
|
|
|
Re: Tooltip for CW_BGROUP? [message #85586 is a reply to message #85583] |
Tue, 20 August 2013 11:40  |
wlandsman
Messages: 743 Registered: June 2000
|
Senior Member |
|
|
Thanks! that should work. --Wayne
On Tuesday, August 20, 2013 2:24:12 PM UTC-4, David Fanning wrote:
>
> I've never used CW_BGROUP, but if you can get the button IDs out of it,
>
> you can use the TOOLTIP keyword with Widget_Control.
>
>
>
> Cheers,
>
>
>
> David
>
>
>
>
>
>
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
>
> Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|