Re: Balloons



From:
http://www.gtk.org/tutorial/sec-thetooltipsobject.html


GtkTooltips *tooltips;
GtkWidget *button;
.
.
.
tooltips = gtk_tooltips_new ();
button = gtk_button_new_with_label ("button 1");
.
.
.
gtk_tooltips_set_tip (tooltips, button, "This is button 1", NULL);



Hope this helps.

No, I need exactly balloon widget, something like this:

[Widget]
     \
       \
        ---------------
        |  Some text)  |
        ---------------


Which I can show/hide where I want and when I want



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]