Initial, incomplete, version of lookuplet.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@35 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2000-12-10 23:38:39 +00:00
parent d15f6917bd
commit 537e308c62
20 changed files with 929 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/**
* $Id: querybox.h,v 1.1 2000/12/10 23:38:39 mdb Exp $
*/
#ifndef _QUERYBOX_H_
#define _QUERYBOX_H_
extern GtkWidget*
lookuplet_querybox_create (void);
#endif /* _QUERYBOX_H_ */