Re: Callback based tooltips (Re: New tooltips API, continued)

2006-06-01 Thread Tommi Komulainen
On 6/1/06, Tim Janik <[EMAIL PROTECTED]> wrote: On Wed, 31 May 2006, Kristian Rietveld wrote: > On Tue, Apr 25, 2006 at 03:08:12PM +0200, Soeren Sandmann wrote: >> I once wrote down how tooltips should behave: > > I mostly like the behaviour you described below. > >> - Tooltips are too i

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,

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 an

Re: Tooltips progress

2006-06-01 Thread Tim Janik
On Wed, 31 May 2006, Kristian Rietveld wrote: Last week I've been working on the tooltips implementation, using the callback-based approach/interface discussed earlier on this mailing list. The basics are working already including keyboard support and custom windows. Before I can finalize a pat

Re: Callback based tooltips (Re: New tooltips API, continued)

2006-06-01 Thread Tim Janik
On Wed, 31 May 2006, Kristian Rietveld wrote: On Tue, Apr 25, 2006 at 03:08:12PM +0200, Soeren Sandmann wrote: I once wrote down how tooltips should behave: I mostly like the behaviour you described below. - Tooltips are too intrusive. The text should be smaller, and not sure if t

Re: Color space transformations in GTK

2006-06-01 Thread Øyvind Kolås
On 5/31/06, Carlos Eduardo Rodrigues Diógenes <[EMAIL PROTECTED]> wrote: Hi, There is any plan to add color spaces conversions in GTK+ (GDK or Gdk-Pixbuf)? If the answear is no, why not? Pixel format conversions is not a small piece of code and the needed pixel formats varies from scenario to

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: Histogram widget

2006-06-01 Thread Jean Bréfort
Le jeudi 01 juin 2006 à 13:03 +0200, Alberto Mardegan a écrit : > Hi all! > I'm going to write a widget for displaying histograms. Would it be > elegant/smart/useful if it were to fetch the data from a GtkTreeModel, > or would it be an unneeded complexity and just some GArrays are better? > > I'

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 aut

Histogram widget

2006-06-01 Thread Alberto Mardegan
Hi all! I'm going to write a widget for displaying histograms. Would it be elegant/smart/useful if it were to fetch the data from a GtkTreeModel, or would it be an unneeded complexity and just some GArrays are better? I'm thinking of a GtkTreeModel, in which every row is a histogram bar; hence w