> > Hi all,
Actually i am trying to create my own tooltip with image in GTK+, ( the tooltip should be like a rectangle with rectange contaning an image and text ,provided with arrow) let me know how i can do it i tried with void gtk_tooltip_set_text <http://developer.gnome.org/gtk3/stable/GtkTooltip.html#gtk-tooltip-set-text> (*GtkTooltip <http://developer.gnome.org/gtk3/stable/GtkTooltip.html> *tooltip*, *const gchar <http://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar> *text*);void gtk_tooltip_set_icon <http://developer.gnome.org/gtk3/stable/GtkTooltip.html#gtk-tooltip-set-icon> (*GtkTooltip <http://developer.gnome.org/gtk3/stable/GtkTooltip.html> *tooltip*, *GdkPixbuf <http://developer.gnome.org/gdk-pixbuf/unstable//gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf> *pixbuf*);void gtk_tooltip_set_icon_from_stock <http://developer.gnome.org/gtk3/stable/GtkTooltip.html#gtk-tooltip-set-icon-from-stock> (*GtkTooltip <http://developer.gnome.org/gtk3/stable/GtkTooltip.html> *tooltip*, *const gchar <http://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar> *stock_id*, *GtkIconSize <http://developer.gnome.org/gtk3/stable/gtk3-Themeable-Stock-Images.html#GtkIconSize> size*);void gtk_tooltip_set_icon_from_icon_name <http://developer.gnome.org/gtk3/stable/GtkTooltip.html#gtk-tooltip-set-icon-from-icon-name> (*GtkTooltip <http://developer.gnome.org/gtk3/stable/GtkTooltip.html> *tooltip*, *const gchar <http://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar> *icon_name*, *GtkIconSize <http://developer.gnome.org/gtk3/stable/gtk3-Themeable-Stock-Images.html#GtkIconSize> size*);void gtk_tooltip_set_icon_from_gicon <http://developer.gnome.org/gtk3/stable/GtkTooltip.html#gtk-tooltip-set-icon-from-gicon> (*GtkTooltip <http://developer.gnome.org/gtk3/stable/GtkTooltip.html> *tooltip*, *GIcon <http://developer.gnome.org/gio/unstable/GIcon.html> *gicon*, *GtkIconSize <http://developer.gnome.org/gtk3/stable/gtk3-Themeable-Stock-Images.html#GtkIconSize> size*); but could not succed in getting as i wanted let me know the ways/posssibilites, Thanks in advance for your valuable input -- regards , Arun Kumar R, *Aim "High" -> Think "Deeply"-> Act "Quickly"*
_______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
