changeset 110:68534083e1a1

fix removeActionListener not being exported but used in pychan
author spq@33b003aa-7bff-0310-803a-e67f0ece8222
date Sat, 26 Jul 2008 17:33:44 +0000
parents 7fa2ac496050
children abfe54ebae15
files engine/core/gui/widgets/widgets.i
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/engine/core/gui/widgets/widgets.i	Sat Jul 26 12:29:55 2008 +0000
+++ b/engine/core/gui/widgets/widgets.i	Sat Jul 26 17:33:44 2008 +0000
@@ -116,6 +116,7 @@
 		virtual void focusNext() { };
 		virtual void focusPrevious() { };
 		virtual void addActionListener(ActionListener* actionListener);
+		virtual void removeActionListener(ActionListener* actionListener);
 /* 	protected: */
 		virtual void draw(Graphics* graphics) = 0;
 	};