Skip to content
peppa-pig.ui 2.64 KiB
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <object id="window" class="GtkApplicationWindow">
    <property name="visible">False</property>
    <property name="title">ZeroPanel</property>
    <property name="default-height">50</property>
    <property name="default-width">120</property>
    <property name="window-position">GTK_WIN_POS_CENTER</property>
    <property name="decorated">False</property>
    <property name="deletable">False</property>
    <property name="type-hint">GDK_WINDOW_TYPE_HINT_TOOLTIP</property>
    <property name="skip-taskbar-hint">True</property>
    <property name="skip-pager-hint">True</property>
    <property name="accept-focus">False</property>
    <property name="focus-on-map">False</property>
    <child>
      <object class="GtkBox">
	<property name="name">top-level-box</property>
	<property name="visible">True</property>
	<property name="orientation">horizontal</property>
	<property name="spacing">5</property>
	<child>
	  <object class="GtkBox">
	    <property name="name">preedit-candidate-box</property>
	    <property name="visible">True</property>
	    <property name="orientation">vertical</property>
	    <child>
	      <object id="preedit_label" class="GtkLabel">
		<property name="name">preedit-label</property>
		<property name="visible">True</property>
		<property name="halign">start</property>
	      </object>
	    </child>
	    <child>
	      <object id="candidate-row" class="GtkBox">
		<property name="visible">True</property>
		<property name="orientation">horizontal</property>
		<property name="spacing">5</property>
		<child>
		  <object id="candidate_label" class="GtkLabel">
		    <property name="name">candidate-label</property>
		    <property name="visible">True</property>
		    <property name="halign">start</property>
		    <property name="valign">fill</property>
		    <property name="vexpand">True</property>
		  </object>
		</child>
		<child>
		  <object id="prev_page_label" class="GtkLabel">
		    <property name="visible">False</property>
		    <property name="label"></property>
		    <style>
		      <class name="pagination-label"/>
		    </style>
		  </object>
		</child>
		<child>
		  <object id="next_page_label" class="GtkLabel">
		    <property name="visible">False</property>
		    <property name="label"></property>
		    <style>
		      <class name="pagination-label"/>
		    </style>
		  </object>
		</child>
	      </object>
	    </child>
	  </object>
	</child>
	<child>
	  <object class="GtkImage">
	    <property name="visible">True</property>
	    <property name="file">/usr/share/zero-panel/peppa-pig-50.png</property>
	  </object>
	</child>
      </object>
    </child>
  </object>
</interface>