Create window

This commit is contained in:
2025-12-02 17:11:38 +05:00
parent 16448ef9b8
commit bbb77e1291
4 changed files with 34 additions and 0 deletions

14
builder.ui Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkWindow" id="window">
<property name="title">File Manager</property>
<property name="default-width">800</property>
<property name="default-height">300</property>
<property name="child">
<object class="GtkLabel" id="label">
<property name="label">Hi</property>
</object>
</property>
</object>
</interface>