regedit: add multicolumn list widget
commit1ca1c74e7a73074137819996435805a570473fbc
authorChris Davis <cd.rattan@gmail.com>
Tue, 10 Jun 2014 01:29:56 +0000 (9 18:29 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 9 Oct 2014 19:04:07 +0000 (9 21:04 +0200)
treecf255003f494c796c07a14cafc2d6da134cb35bd
parentca81665a904448c3a2f11fdfd1b35b0311d6afca
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>
(cherry picked from commit 7ad75367b2a42225a9f3539172e0b0e320d3a517)
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