Commit 77e8a405e3752cf09c114f755ded27f8870e52f3

Authored by Perry Werneck
1 parent b9142735
Exists in master and in 1 other branch develop

Adding glade teste file.

Showing 1 changed file with 14 additions and 0 deletions   Show diff stats
test.glade 0 → 100644
... ... @@ -0,0 +1,14 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!-- Generated with glade 3.20.4 -->
  3 +<interface>
  4 + <requires lib="gtk+" version="3.20"/>
  5 + <object class="GtkApplicationWindow">
  6 + <property name="can_focus">False</property>
  7 + <child>
  8 + <placeholder/>
  9 + </child>
  10 + <child>
  11 + <placeholder/>
  12 + </child>
  13 + </object>
  14 +</interface>
... ...