Re: [java-gnome-hackers] Editable
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2011-02-10 03:42:04
|
On Wed, 2011-01-19 at 12:55 +1100, Andrew Cowie wrote: > I've heard rumours that GtkEditable is going away (that, or it got > strengthened and actually used - anyone know?) I talked to Tristan and Editable hasn't gone away. Fine. > when clearly it should just be: > > entry.connect(new Entry.Changed() { > public void onChanged(Entry source) { > source.doSomething(); > } > }); > I am going to add Entry's connect(Entry.Changed) with that signature on the '4.1' branch. That won't break if you were using connect(Editable.Changed), otherwise you'll be able to drop the cast. AfC Sydney > Not the sort of thing we could mess with unless we had a real ABI break > coming, but we do. This is on my list if its actually possible. > Comments? I'm sure you've got things you want to fix too :) > > AfC > Sydney > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ java-gnome-hackers mailing list jav...@li... https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers -- Andrew Frederick Cowie Operational Dynamics is an operations and engineering consultancy focusing on IT strategy, organizational architecture, systems review, and effective procedures for change management: enabling successful deployment of mission critical information technology in enterprises, worldwide. http://www.operationaldynamics.com/ Sydney New York Toronto London |