|
|
@@ -0,0 +1,81 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<!-- Generated with glade 3.40.0 -->
|
|
|
+<interface>
|
|
|
+ <requires lib="gtk+" version="3.24"/>
|
|
|
+ <!-- interface-css-provider-path builder.css -->
|
|
|
+ <object class="GtkWindow" id="window">
|
|
|
+ <property name="width-request">350</property>
|
|
|
+ <property name="height-request">100</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can-focus">False</property>
|
|
|
+ <property name="border-width">1</property>
|
|
|
+ <property name="title">Grid</property>
|
|
|
+ <child>
|
|
|
+ <!-- n-columns=3 n-rows=3 -->
|
|
|
+ <object class="GtkGrid" id="grid">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can-focus">False</property>
|
|
|
+ <property name="opacity">0.97999999999999998</property>
|
|
|
+ <property name="border-width">1</property>
|
|
|
+ <property name="row-homogeneous">True</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkButton" id="button1">
|
|
|
+ <property name="label">Button 1</property>
|
|
|
+ <property name="name">ok_button</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can-focus">False</property>
|
|
|
+ <property name="receives-default">False</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left-attach">0</property>
|
|
|
+ <property name="top-attach">0</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkButton" id="button2">
|
|
|
+ <property name="label">Button 2</property>
|
|
|
+ <property name="name">cancel_button</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can-focus">False</property>
|
|
|
+ <property name="receives-default">False</property>
|
|
|
+ <style>
|
|
|
+ <class name="cancel-button-class"/>
|
|
|
+ </style>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left-attach">1</property>
|
|
|
+ <property name="top-attach">0</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkButton" id="quit">
|
|
|
+ <property name="label">Quit</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can-focus">False</property>
|
|
|
+ <property name="receives-default">False</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left-attach">0</property>
|
|
|
+ <property name="top-attach">1</property>
|
|
|
+ <property name="width">2</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <placeholder/>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <placeholder/>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <placeholder/>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <placeholder/>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <placeholder/>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+</interface>
|