Re: [java-gnome-hackers] GtkContainer signal support?
Brought to you by:
afcowie
From: Tom B. <Tom...@Su...> - 2002-12-23 17:31:26
|
On Sun, 2002-12-22 at 09:07, Jeffrey Morgan wrote: > On Mon, 2002-12-23 at 01:32, Tom Ball wrote: > > Glade lists four GtkContainer signals: add, check_resize, remove, and > > set_focus_child. These events appear to be notification signals when > > these events occur. Is there a reason these events aren't supported? > > Probably the reason is that somebody hasn't taken the time to complete > the code for these events. No problem. I wasn't being sarcastic in my question; it's just that when I've written toolkit mapping libraries I started from the equivalent of widget and container and worked downward, so I thought there might be a good reason for skipping GtkContainer. If I have time over the holidays (read: if my family is driving me crazy and I need to escape into my computer), would anyone mind my attempting to implement container events? I also don't mind waiting, as I don't need them for any of the demos I'm converting. Tom |