Re: Balloons
- From: Ivan Dubrov <WFrag yandex ru>
- To: gtk-app-devel-list gnome org
- Subject: Re: Balloons
- Date: Thu, 08 Apr 2004 08:33:29 +0700
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]