-1

I am writing a simple application in gtkmm that displays a status icon in the task bar. I'd like to have a label widget appear when the mouse hovers over the icon but am having no luck finding an example. How would one go about doing such a thing?

1 Answers1

1

I assume you mean you are using Gtk::StatusIcon which has a function of set_tooltip_text(). See: Gtkmm StatusIcon for more details.

Christian Smith
  • 605
  • 3
  • 11