Re: [gtk-list] GTK development question
- From: Andreas Kostyrka <andreas rainbow studorg tuwien ac at>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] GTK development question
- Date: Thu, 4 Jun 1998 16:39:46 +0200 (CEST)
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]