1. wxEuphoria:How to Set a Tooltip

How do I assign or attach a tooltip to a control?

It looks like I have to create the tooltip as a control itself, but I don't see a function to attach it to a control.

new topic     » topic index » view message » categorize

2. Re: wxEuphoria:How to Set a Tooltip

euphoric said...

How do I assign or attach a tooltip to a control?

IIRC you just need to call set_tip on the control and the system will display it automatically.

euphoric said...

It looks like I have to create the tooltip as a control itself

You might be confusing "set tip" which handled by the system automatically versus "show tip" which is triggered manual by code using wxTipProvider, which is not implemented.

-Greg

new topic     » goto parent     » topic index » view message » categorize

3. Re: wxEuphoria:How to Set a Tooltip

ghaberek said...
euphoric said...

How do I assign or attach a tooltip to a control?

IIRC you just need to call set_tip on the control and the system will display it automatically.

Dang it! I kept searching for "tool" and not "tip." getlost

Thank you!

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu