Merging of my tree.
This contains: * a few capplets were redone UI wise: ui-properties keyboard background-properties * splitting of libcapplet out of this modules (into libcapplet) * new html-based view in the control-center * initial import of functional root-manager This stuff isn't all done yet, but I wanted to get it in. TODO files will hopefully follow.
This commit is contained in:
parent
2749ba455b
commit
d42affc965
73 changed files with 6567 additions and 3322 deletions
|
@ -33,7 +33,9 @@
|
|||
/* Generic widget descriptors to make maintenance easier */
|
||||
|
||||
typedef enum _widget_desc_type_t {
|
||||
WDTYPE_NONE, WDTYPE_CHECK, WDTYPE_OPTION
|
||||
WDTYPE_NONE,
|
||||
WDTYPE_CHECK,
|
||||
WDTYPE_OPTION
|
||||
} widget_desc_type_t;
|
||||
|
||||
struct _widget_desc_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue