diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:45:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:45:20 +0000 |
commit | ae1c76ff830d146d41e88d6fba724c0a54bce868 (patch) | |
tree | 3c354bec95af07be35fc71a4b738268496f1a1c4 /shell/cc-panel.ui | |
parent | Initial commit. (diff) | |
download | gnome-control-center-ae1c76ff830d146d41e88d6fba724c0a54bce868.tar.xz gnome-control-center-ae1c76ff830d146d41e88d6fba724c0a54bce868.zip |
Adding upstream version 1:43.6.upstream/1%43.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'shell/cc-panel.ui')
-rw-r--r-- | shell/cc-panel.ui | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/shell/cc-panel.ui b/shell/cc-panel.ui new file mode 100644 index 0000000..e7798bb --- /dev/null +++ b/shell/cc-panel.ui @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <template class="CcPanel" parent="AdwBin"> + <child> + <object class="GtkBox" id="main_box"> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="orientation">vertical</property> + + <child> + <object class="AdwBin" id="titlebar_bin"> + <property name="hexpand">True</property> + <child> + <object class="AdwHeaderBar" id="titlebar"> + <property name="show-end-title-buttons">True</property> + <property name="show-start-title-buttons" bind-source="CcPanel" bind-property="folded" bind-flags="default|sync-create" /> + <child type="start"> + <object class="GtkButton"> + <property name="visible" bind-source="CcPanel" bind-property="folded" bind-flags="default|sync-create" /> + <property name="icon-name">go-previous-symbolic</property> + <property name="action-name">window.navigate</property> + <property name="action-target">0</property> <!-- 0: ADW_NAVIGATION_DIRECTION_BACK --> + </object> + </child> + <property name="title-widget"> + <object class="AdwWindowTitle"> + <property name="title" bind-source="CcPanel" bind-property="title" bind-flags="default|sync-create" /> + </object> + </property> + </object> + </child> + </object> + </child> + + <child> + <object class="AdwBin" id="content_bin"> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + </object> + </child> + + </object> + </child> + </template> +</interface> |