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
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,
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
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
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
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
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
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'
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
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
10 matches
Mail list logo