Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » How do I override the Button class Tip handling function
Re: How do I override the Button class Tip handling function [message #61683 is a reply to message #61682] Sat, 17 May 2025 10:18 Go to previous messageGo to previous message
Oblivion is currently offline  Oblivion
Messages: 1209
Registered: August 2007
Senior Contributor
Hi awksed,

The function you are looking for is Ctrl::Tip().,
You don't need to override it and you can't anyway, it is not virtual.
Just set the text according to your need/data, e.g:

    button.Tip("This is a tooltip");


Note that, you can use Qtf with tips. (just prepend "\1" to string).

Best regards,
Oblivion


 
Read Message
Read Message
Read Message
Previous Topic: Adding GetCount/NumBytes to Buffer?
Next Topic: Big issue with Visual Studio 2019 (some versions)
Goto Forum:
  


Current Time: Fri Jun 06 22:21:49 CEST 2025

Total time taken to generate the page: 0.04363 seconds