openldap/contrib/gtk-tool/Gtk_LdapTree.h

11 lines
190 B
C
Raw Normal View History

1998-12-02 23:15:49 +08:00
#ifndef GTK_LDAP_TREE_H
#define GTK_LDAP_TREE_H
#include <gtk--/tree.h>
#include "utils.h"
#include <Gtk_LdapTreeItem.h>
class Gtk_LdapTree : public Gtk_Tree {
void show_impl();
};
#endif