obgtk 0.6



ftp://ftp.redhat.com/home/sopwith/obgtk-0.6.tar.gz

Miscellaneous changes, the most interesting one is that you can now
connect signals to methods on objects like so:

@implementation MyButton
- init
{
	self = [super init];
	[self connect:"clicked"]
	return self;
}
- clicked
{
	/* Do whatever...*/
	return self;
}
@end

You can also have these signals delivered to other objects instead of
self...

I'm hoping to have it so that the destruction of a GtkObject automatically
free's the corresponding Gtk_Object - if anyone has any ideas on how to do
this, please let me know! :)

Hope this helps,
-- Elliot - http://www.redhat.com/
What's nice about GUI is that you see what you manipulate.
What's bad about GUI is that you can only manipulate what you see.

| http://www.cauce.org/ | http://www.linuxnet.org/ |



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