We now properly obtain the selection and report key presses. Much more

wiring up to be done.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1332 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2003-11-30 23:50:18 +00:00
parent d85e7a88c0
commit 756c28af57
4 changed files with 19 additions and 9 deletions
@@ -24,7 +24,6 @@ protected:
~lookuplet_glade();
private:
virtual bool on_query_key_press_event(GdkEventKey *ev) = 0;
virtual void on_query_selection_received(GtkSelectionData *selection_data,guint time) = 0;
virtual void on_prefs_clicked() = 0;
};
#endif