Re: range inversion/mapping [patch]



James Henstridge wrote:
> 
> On Thu, 22 Feb 2001, Jay Cox wrote:

> > +  void (* inputmap)  (GtkRange *range,
> > +                   gfloat   *value);
> > +  void (* outputmap) (GtkRange *range,
> > +                   gfloat   *value);
> > +
> 
> What about making these signals into:
>   gfloat (*inputmap) (GtkRange *range, gfloat value);
> 
> This would be a lot more natural for most language bindings
> (GTK_TYPE_POINTER is not very useful for language bindings).
> 

A very good point.

Jay Cox
jaycox gimp org




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]