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
+3 -2
View File
@@ -1,5 +1,5 @@
//
// $Id: lookuplet.hh,v 1.1 2003/11/28 21:34:59 mdb Exp $
// $Id: lookuplet.hh,v 1.2 2003/11/30 23:50:18 mdb Exp $
#ifndef _LOOKUPLET_HH
#include "lookuplet_glade.hh"
@@ -9,9 +9,10 @@ class lookuplet : public lookuplet_glade
{
friend class lookuplet_glade;
bool on_query_key_press_event(GdkEventKey *ev);
void on_query_selection_received(GtkSelectionData *data, guint time);
void on_prefs_clicked();
void exit_lookuplet();
public:
void on_clip_text_received(const gchar* text);
};
#endif