regedit: add multicolumn list widget
authorChris Davis <cd.rattan@gmail.com>
Tue, 10 Jun 2014 01:29:56 +0000 (18:29 -0700)
committerMichael Adam <obnox@samba.org>
Wed, 1 Oct 2014 12:32:08 +0000 (14:32 +0200)
commit7ad75367b2a42225a9f3539172e0b0e320d3a517
treeabd4e6c8ef36de1f1fe44553396e21c3c9c0654c
parent0ab07cb8069ae59e45fb0f6016096d30de9b4142
regedit: add multicolumn list widget

Widget works for lists with one or more column(s).
Column headers are optional.

As a test, the patch also modifies regedit to use the
new widget for viewing registry keys. Valuelist still
needs to be upgraded to use this.

Signed-off-by: Chris Davis <cd.rattan@gmail.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/utils/regedit.c
source3/utils/regedit.h
source3/utils/regedit_list.c [new file with mode: 0644]
source3/utils/regedit_list.h [new file with mode: 0644]
source3/utils/regedit_treeview.c
source3/utils/regedit_treeview.h
source3/wscript_build