Re: Tooltips progress

2006-06-02 Thread Kristian Rietveld
On Thu, Jun 01, 2006 at 09:33:48AM -0400, Matthias Clasen wrote: Using x == -1 to indicate a keyboard-triggered tooltip looks a bit odd to me; how about adding a boolean parameter for this ? Good idea, fixed this. Regarding dedicated treeview api, I think we can do without it (at least

Re: Tooltips progress

2006-06-01 Thread Matthias Clasen
Attached is some sample code using the new API. Opinions, comments, suggestions are appreciated. I don't remember too much of the original proposal, so I'll just go by what I see in the examples... What is the relation between the tooltip-markup and has-tooltip properties ? Is has-tooltip

Re: Tooltips progress

2006-06-01 Thread Michael Natterer
On Wed, 2006-05-31 at 22:08 +0200, Kristian Rietveld wrote: Currently, we are using the following query-tooltips signal: gboolean (*query_tooltip) (GtkWidget *widget, gint x, gint

Re: Tooltips progress

2006-06-01 Thread Tim Janik
On Thu, 1 Jun 2006, Matthias Clasen wrote: Attached is some sample code using the new API. Opinions, comments, suggestions are appreciated. I don't remember too much of the original proposal, so I'll just go by what I see in the examples... What is the relation between the tooltip-markup

Re: Tooltips progress

2006-06-01 Thread Tim Janik
On Thu, 1 Jun 2006, Michael Natterer wrote: On Wed, 2006-05-31 at 22:08 +0200, Kristian Rietveld wrote: Currently, we are using the following query-tooltips signal: gboolean (*query_tooltip) (GtkWidget *widget, gint x,