summaryrefslogtreecommitdiff
path: root/source3/utils/regedit_treeview.h
diff options
context:
space:
mode:
authorChris Davis <cd.rattan@gmail.com>2014-05-20 16:17:42 -0700
committerMichael Adam <obnox@samba.org>2014-10-01 14:32:08 +0200
commitc79837c215de59fa07b665bb79149058f36828d7 (patch)
treeee99d68d82b77d32ae2a11780c95d3c98115ce7b /source3/utils/regedit_treeview.h
parentb48f081dc681a0a769165da43668b356c71fdb35 (diff)
downloadsamba-c79837c215de59fa07b665bb79149058f36828d7.tar.gz
regedit: add borders around key and value lists, and change headings
Signed-off-by: Chris Davis <cd.rattan@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/regedit_treeview.h')
-rw-r--r--source3/utils/regedit_treeview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/regedit_treeview.h b/source3/utils/regedit_treeview.h
index 39314418c6b..66e692eb0f2 100644
--- a/source3/utils/regedit_treeview.h
+++ b/source3/utils/regedit_treeview.h
@@ -43,6 +43,7 @@ struct tree_view {
struct tree_node *root;
WINDOW *window;
+ WINDOW *sub;
PANEL *panel;
MENU *menu;
ITEM **current_items;
@@ -61,6 +62,7 @@ size_t tree_node_print_path(WINDOW *label, struct tree_node *node);
struct tree_view *tree_view_new(TALLOC_CTX *ctx, struct tree_node *root,
int nlines, int ncols,
int begin_y, int begin_x);
+void tree_view_set_selected(struct tree_view *view, bool select);
void tree_view_resize(struct tree_view *view, int nlines, int ncols,
int begin_y, int begin_x);
void tree_view_show(struct tree_view *view);