Re: [gtk-list] GTK development question



On Thu, 4 Jun 1998, John Looney wrote:

>  widget_change(widget, 
>                keyword, value,
>                keyword, value,
>                NULL);
> 
>  widget_create(widget, type, parent,
>                keyword, value,
>                keyword, value,
>                NULL);
> 
>  Are there any plans to allow GTK to make use of this oh-so-useful feature
> ? It's very very nice, where painless & efficent coding and backward
coding is only eased in C.
> compatibility is considered a bonus. I'm still getting used to the idea of
> a separate function call for each feature of a widget (and don't like it
> that much).
And it is basically not possible to wrap it portably for usage by another
language. You basically need the possibility to assemble arguments on the
stack, ...

Andreas



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