diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-09-28 20:27:07 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-09-28 20:27:07 +0200 |
commit | b6cfb6e707bb3151df08fe2f521da3b323dc87a3 (patch) | |
tree | 2a8881c5611dd20b699eb16082d33c098e12dcb4 /src/krb5-auth-dialog.xml | |
parent | Imported Upstream version 0.12 (diff) | |
download | krb5-auth-dialog-b6cfb6e707bb3151df08fe2f521da3b323dc87a3.tar.gz krb5-auth-dialog-b6cfb6e707bb3151df08fe2f521da3b323dc87a3.tar.bz2 krb5-auth-dialog-b6cfb6e707bb3151df08fe2f521da3b323dc87a3.zip |
Imported Upstream version 0.13
Diffstat (limited to 'src/krb5-auth-dialog.xml')
-rw-r--r-- | src/krb5-auth-dialog.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/src/krb5-auth-dialog.xml b/src/krb5-auth-dialog.xml index 792b389..f1a9d11 100644 --- a/src/krb5-auth-dialog.xml +++ b/src/krb5-auth-dialog.xml @@ -152,4 +152,66 @@ <action-widget response="-5">krb5_renew_button</action-widget> </action-widgets> </object> + <object class="GtkDialog" id="krb5_tickets_dialog"> + <property name="border_width">5</property> + <property name="title" translatable="yes">Service Tickets</property> + <property name="type_hint">normal</property> + <property name="has_separator">False</property> + <child internal-child="vbox"> + <object class="GtkVBox" id="tickets-vbox2"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">2</property> + <child> + <object class="GtkVBox" id="tickets-vbox1"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkTreeView" id="krb5_tickets_treeview"> + <property name="visible">True</property> + <property name="can_focus">True</property> + </object> + <packing> + <property name="position">0</property> + </packing> + </child> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + <child internal-child="action_area"> + <object class="GtkHButtonBox" id="dialog-action_area"> + <property name="visible">True</property> + <property name="layout_style">end</property> + <child> + <placeholder/> + </child> + <child> + <object class="GtkButton" id="krb5_tickets_ok"> + <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">False</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="pack_type">end</property> + <property name="position">0</property> + </packing> + </child> + </object> + </child> + <action-widgets> + <action-widget response="0">krb5_tickets_ok</action-widget> + </action-widgets> + </object> </interface> |