So that in the future panels with subpages don't need to have their own navigation views. As of now this is useless as implementations of CcPanel will reset the CcPanel.child object.
8 lines
236 B
XML
8 lines
236 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="CcPanel" parent="AdwNavigationPage">
|
|
<property name="child">
|
|
<object class="AdwNavigationView" id="navigation"/>
|
|
</property>
|
|
</template>
|
|
</interface>
|