[gtkada] Tooltips for Status_Bars do not pop up
Emmanuel Briot
briot at adacore.com
Thu Jul 19 10:13:38 CEST 2007
On Wednesday 18 July 2007 16:55:44 Schroeer, Joachim Dr., MSOP32 wrote:
> I am experimenting with tooltips and have problems to get them working for
> Status_Bars. The tip windows do not pop up. My code looks like this.
A Gtk_Status_Bar does not have its own window (it is only a container for
other widgets) so you cannot set tooltips on it. If you really want to have
tooltips, you need to put it inside a Gtk_Event_Box widget.
The same applies to Gtk_Box widgets.
regards
Emmanuel
More information about the gtkada
mailing list