diff options
Diffstat (limited to 'data/ui/remmina_spinner.glade')
-rw-r--r-- | data/ui/remmina_spinner.glade | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/data/ui/remmina_spinner.glade b/data/ui/remmina_spinner.glade new file mode 100644 index 0000000..e2da1fd --- /dev/null +++ b/data/ui/remmina_spinner.glade @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.1 --> +<interface> + <requires lib="gtk+" version="3.0"/> + <object class="GtkActionGroup" id="actiongroup_actions"> + <child> + <object class="GtkAction" id="action_cancel"> + <property name="label" translatable="yes">_Cancel</property> + <property name="short_label" translatable="yes">_Cancel</property> + </object> + </child> + </object> + <object class="GtkDialog" id="DialogSpinner"> + <property name="can_focus">False</property> + <property name="type_hint">dialog</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> + <property name="homogeneous">True</property> + <child internal-child="action_area"> + <object class="GtkButtonBox" id="dialog-action_area1"> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <property name="layout_style">end</property> + <child> + <object class="GtkButton" id="button_cancel"> + <property name="label">button</property> + <property name="use_action_appearance">True</property> + <property name="related_action">action_cancel</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="xalign">0.57999998331069946</property> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label_pleasewait"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Please wait…</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkSpinner" id="spinner"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="active">True</property> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> + </object> + </child> + <action-widgets> + <action-widget response="-6">button_cancel</action-widget> + </action-widgets> + <child> + <placeholder/> + </child> + </object> +</interface> |