2 #ifndef _NUEVO_ARBOL_DLG_
3 #define _NUEVO_ARBOL_DLG_
8 class NewTreeDialog : public Gtk::Dialog {
19 Gtk::Label label_count;
20 Gtk::Label label_block;
21 Gtk::Label label_dels;
23 Gtk::Entry entry_count;
24 Gtk::Entry entry_dels;
25 Gtk::Entry entry_block;
26 Gtk::RadioButton fixed_key;
27 Gtk::RadioButton variable_key;
28 Gtk::RadioButton tree_ident;
29 Gtk::RadioButton tree_class;