The purpose of this interactive test is to be able to prototype new features for CcPanel without having to adapt existing panels. Three test panels were added as part of this initial patch: * Dynamic panels: panel exercising the ability to show and hide itself at runtime. * Header: panel that embeds a header widget. * Static Initializer: panel that sets a static init function to run at startup.
9 lines
343 B
XML
9 lines
343 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/control-center/tests/panels">
|
|
<file preprocess="xml-stripblanks">gtp-dynamic-panel.ui</file>
|
|
<file preprocess="xml-stripblanks">gtp-header-widget.ui</file>
|
|
<file preprocess="xml-stripblanks">gtp-static-init.ui</file>
|
|
</gresource>
|
|
</gresources>
|
|
|