Re: How to set a tool tip on a gtk_tree_store ?

2009-05-11 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kristian Rietveld wrote: > On Mon, May 11, 2009 at 6:55 PM, Gregory Hosler wrote: >> The problem I'm facing is getting the GtkTooltip of a cell of the >> GtkTreeStore. > > You should keep in mind that tooltips operate on GtkWidgets This I was aware

Re: How to set a tool tip on a gtk_tree_store ?

2009-05-11 Thread Kristian Rietveld
On Mon, May 11, 2009 at 6:55 PM, Gregory Hosler wrote: > The problem I'm facing is getting the GtkTooltip of a cell of the > GtkTreeStore. You should keep in mind that tooltips operate on GtkWidgets; a GtkTreeStore is not a widget. Instead you use the widget GtkTreeView which displays the GtkTr

How to set a tool tip on a gtk_tree_store ?

2009-05-11 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I have a gtk_tree_store (a GtkTreeView, which I gtk_tree_store_append) rows to. I wish to have a tooltip in the form of a pixbuf. I further wish the tooltip ONLY on certain entries in one of the columns, and not on other rows, or other colum