Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- Generated with glade 3.18.3 --> | |
| <interface> | |
| <requires lib="gtk+" version="3.0"/> | |
| <requires lib="AnacondaWidgets" version="1.0"/> | |
| <object class="GtkImage" id="buttonImage"> | |
| <property name="visible">True</property> | |
| <property name="can_focus">False</property> | |
| <property name="stock">gtk-execute</property> | |
| </object> | |
| <object class="AnacondaSpokeWindow" id="helloWorldSpokeWindow"> | |
| <property name="can_focus">False</property> | |
| <property name="hexpand">True</property> | |
| <property name="vexpand">True</property> | |
| <property name="window_name" translatable="yes">HELLO WORLD</property> | |
| <signal name="button-clicked" handler="on_back_clicked" swapped="no"/> | |
| <child internal-child="main_box"> | |
| <object class="GtkBox" id="AnacondaSpokeWindow-main_box1"> | |
| <property name="can_focus">False</property> | |
| <property name="orientation">vertical</property> | |
| <property name="spacing">6</property> | |
| <child internal-child="nav_box"> | |
| <object class="GtkEventBox" id="AnacondaSpokeWindow-nav_box1"> | |
| <property name="can_focus">False</property> | |
| <child internal-child="nav_area"> | |
| <object class="GtkGrid" id="AnacondaSpokeWindow-nav_area1"> | |
| <property name="can_focus">False</property> | |
| <property name="margin_left">6</property> | |
| <property name="margin_right">6</property> | |
| <property name="margin_top">6</property> | |
| </object> | |
| </child> | |
| </object> | |
| <packing> | |
| <property name="expand">False</property> | |
| <property name="fill">False</property> | |
| <property name="position">0</property> | |
| </packing> | |
| </child> | |
| <child internal-child="alignment"> | |
| <object class="GtkAlignment" id="AnacondaSpokeWindow-alignment1"> | |
| <property name="can_focus">False</property> | |
| <property name="yalign">0</property> | |
| <property name="xscale">0</property> | |
| <property name="yscale">0.5</property> | |
| <child internal-child="action_area"> | |
| <object class="GtkBox" id="AnacondaSpokeWindow-action_area1"> | |
| <property name="can_focus">False</property> | |
| <property name="orientation">vertical</property> | |
| <property name="spacing">6</property> | |
| <child> | |
| <object class="GtkBox" id="mainBox"> | |
| <property name="visible">True</property> | |
| <property name="can_focus">False</property> | |
| <property name="orientation">vertical</property> | |
| <property name="spacing">2</property> | |
| <child> | |
| <object class="GtkEntry" id="textEntry"> | |
| <property name="visible">True</property> | |
| <property name="can_focus">True</property> | |
| <property name="invisible_char">●</property> | |
| <property name="secondary_icon_name">edit-clear-symbolic</property> | |
| <signal name="icon-release" handler="on_entry_icon_clicked" swapped="no"/> | |
| </object> | |
| <packing> | |
| <property name="expand">False</property> | |
| <property name="fill">True</property> | |
| <property name="position">0</property> | |
| </packing> | |
| </child> | |
| <child> | |
| <object class="GtkButton" id="mainButton"> | |
| <property name="label" translatable="yes">_Show dialog</property> | |
| <property name="visible">True</property> | |
| <property name="can_focus">True</property> | |
| <property name="receives_default">True</property> | |
| <property name="image">buttonImage</property> | |
| <property name="use_underline">True</property> | |
| <signal name="clicked" handler="on_main_button_clicked" swapped="no"/> | |
| </object> | |
| <packing> | |
| <property name="expand">False</property> | |
| <property name="fill">True</property> | |
| <property name="position">1</property> | |
| </packing> | |
| </child> | |
| </object> | |
| <packing> | |
| <property name="expand">False</property> | |
| <property name="fill">True</property> | |
| <property name="position">0</property> | |
| </packing> | |
| </child> | |
| </object> | |
| </child> | |
| </object> | |
| <packing> | |
| <property name="expand">True</property> | |
| <property name="fill">True</property> | |
| <property name="position">1</property> | |
| </packing> | |
| </child> | |
| <child> | |
| <placeholder/> | |
| </child> | |
| </object> | |
| </child> | |
| </object> | |
| <object class="GtkDialog" id="sampleDialog"> | |
| <property name="can_focus">False</property> | |
| <property name="border_width">5</property> | |
| <property name="type_hint">dialog</property> | |
| <property name="decorated">False</property> | |
| <child internal-child="vbox"> | |
| <object class="GtkBox" id="dialog-vbox1"> | |
| <property name="can_focus">False</property> | |
| <property name="orientation">vertical</property> | |
| <property name="spacing">2</property> | |
| <child internal-child="action_area"> | |
| <object class="GtkButtonBox" id="dialog-action_area1"> | |
| <property name="can_focus">False</property> | |
| <property name="layout_style">end</property> | |
| <child> | |
| <object class="GtkButton" id="closeButton"> | |
| <property name="label">gtk-close</property> | |
| <property name="visible">True</property> | |
| <property name="can_focus">True</property> | |
| <property name="receives_default">True</property> | |
| <property name="use_stock">True</property> | |
| </object> | |
| <packing> | |
| <property name="expand">False</property> | |
| <property name="fill">True</property> | |
| <property name="position">0</property> | |
| </packing> | |
| </child> | |
| </object> | |
| <packing> | |
| <property name="expand">False</property> | |
| <property name="fill">True</property> | |
| <property name="pack_type">end</property> | |
| <property name="position">0</property> | |
| </packing> | |
| </child> | |
| <child> | |
| <object class="GtkLabel" id="label1"> | |
| <property name="visible">True</property> | |
| <property name="can_focus">False</property> | |
| <property name="halign">center</property> | |
| <property name="valign">center</property> | |
| <property name="hexpand">True</property> | |
| <property name="vexpand">True</property> | |
| <property name="label" translatable="yes">This is an example dialog that is lightboxed.</property> | |
| <property name="wrap">True</property> | |
| <attributes> | |
| <attribute name="style" value="italic"/> | |
| <attribute name="weight" value="bold"/> | |
| </attributes> | |
| </object> | |
| <packing> | |
| <property name="expand">False</property> | |
| <property name="fill">True</property> | |
| <property name="position">1</property> | |
| </packing> | |
| </child> | |
| </object> | |
| </child> | |
| <action-widgets> | |
| <action-widget response="0">closeButton</action-widget> | |
| </action-widgets> | |
| </object> | |
| </interface> |