forked from AuroraMiddleware/gtk
46b9b07a11
Makes sure that the clipping we do when pushing a group is at the correct place and in particular doesn't influence shadows.
20 lines
685 B
XML
20 lines
685 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.19.0 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.16"/>
|
|
<object class="GtkAction" id="action1"/>
|
|
<object class="GtkAction" id="action2"/>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="can_focus">False</property>
|
|
<property name="type">popup</property>
|
|
<child>
|
|
<object class="GtkButton" id="b">
|
|
<property name="label" translatable="yes">Hello World!</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|