openldap/contrib/gtk-tool/Gtk_LdapTree.h
Predrag "Pele" Balorda 9c975d34b4 New classes for gtk-tool
1998-12-02 15:15:49 +00:00

11 lines
190 B
C++

#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