<?xml version="1.0"?> <interface> <requires lib="gtk+" version="2.16"/> <!-- interface-naming-policy toplevel-contextual --> <object class="GtkWindow" id="window_popup"> <property name="title" translatable="yes">Brightness</property> <property name="type_hint">notification</property> <child> <object class="GtkFrame" id="frame_popup"> <property name="visible">True</property> <property name="label_xalign">0</property> <property name="shadow_type">out</property> <child> <object class="GtkVBox" id="vbox_popup"> <property name="visible">True</property> <property name="border_width">12</property> <property name="spacing">6</property> <child> <object class="GtkImage" id="image_popup"> <property name="visible">True</property> <property name="icon-size">6</property> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkProgressBar" id="progressbar_popup"> <property name="visible">True</property> <property name="pulse_step">0.10000000149</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> </child> </object> </interface>