Search found 2 matches
- Fri Jun 27, 2008 16:43
- Forum: Modifications / Integrations / Customisations
- Topic: Custom tooltip
- Replies: 10
- Views: 11249
Thank you for your explanation :) Is it possible to support the looknfeel technology using a WindowFactory? I think it'd be good to define the look of the tooltip inside the skin files. In the WindowManager class i've found this piece of code in the createWindow function about the use of the falagar...
- Thu Jun 26, 2008 17:17
- Forum: Modifications / Integrations / Customisations
- Topic: Custom tooltip
- Replies: 10
- Views: 11249
Custom tooltip
Hi, i'm starting using CEGUI and i'm reproducing some features i've implemented in a different GUI system. I'm trying to create a tooltip made of two text lines, a title and a description. The title has a type bigger font, the other a small one. I'd like to ask how i can subclass the existing toolti...