Learning_GTK4_tree/gtk/ui/gtkfilechooserdialog.ui

35 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
<template class="GtkFileChooserDialog" parent="GtkDialog">
<property name="default-width">600</property>
<signal name="response" handler="response_cb" swapped="no"/>
<style>
<class name="filechooser"/>
</style>
<child internal-child="content_area">
<object class="GtkBox">
<property name="orientation">1</property>
<child internal-child="action_area">
<object class="GtkBox" id="dialog-action_area1">
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<property name="hexpand">1</property>
<property name="halign">2</property>
</object>
</child>
<child>
<object class="GtkFileChooserWidget" id="widget">
<property name="hexpand">1</property>
<property name="vexpand">1</property>
</object>
</child>
</object>
</child>
</template>
<object class="GtkSizeGroup" id="buttons">
<property name="mode">2</property>
</object>
</interface>