Re: input only event boxes



On 20 Aug 2003, Soeren Sandmann wrote:

> > I finally made some time to implement the input-only window support for
> > GtkEventBox. This is really useful when you're trying to write code that
> > follows themes well.
> >
> > Comments?
>
> It looks good to me in general. Some comments:
>
>         - The "input_only" property should probably be a real
>           property.

I am currently trying to comprehend gobject/gtk/gnome and write foreign
language interface for it.

Main problem is that *many* widgets are designed for C in mind only. And
there is no possibility to use just

	object = create.gobject("blaah")
	config(object,"property","value")

which will make foreign language interface clean and simple. Definitely
not optimal way (performace wise, visually), but it is always possible to
optimize later.

best regards,
taavi




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