Changed from a GNOME applet to a standalone application. Finished the
implementation of various things. git-svn-id: https://samskivert.googlecode.com/svn/trunk@53 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
/**
|
||||
* $Id: querybox.h,v 1.1 2000/12/10 23:38:39 mdb Exp $
|
||||
* $Id: querybox.h,v 1.2 2001/02/24 02:35:20 mdb Exp $
|
||||
*/
|
||||
|
||||
#ifndef _QUERYBOX_H_
|
||||
#define _QUERYBOX_H_
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
extern GtkWidget*
|
||||
lookuplet_querybox_create (void);
|
||||
lk_querybox_create (void);
|
||||
|
||||
extern void
|
||||
lk_querybox_init (void);
|
||||
|
||||
#endif /* _QUERYBOX_H_ */
|
||||
|
||||
Reference in New Issue
Block a user