savemodifieddialog.ui 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.18.3 -->
  3. <interface domain="svx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkMessageDialog" id="SaveModifiedDialog">
  6. <property name="can_focus">False</property>
  7. <property name="resizable">False</property>
  8. <property name="modal">True</property>
  9. <property name="type_hint">dialog</property>
  10. <property name="skip_taskbar_hint">True</property>
  11. <property name="message_type">question</property>
  12. <property name="text" translatable="yes" context="savemodifieddialog|SaveModifiedDialog">Do you want to save your changes?</property>
  13. <property name="secondary_text" translatable="yes" context="savemodifieddialog|SaveModifiedDialog">The content of the current form has been modified.</property>
  14. <child internal-child="vbox">
  15. <object class="GtkBox" id="messagedialog-vbox">
  16. <property name="can_focus">False</property>
  17. <property name="orientation">vertical</property>
  18. <property name="spacing">12</property>
  19. <child internal-child="action_area">
  20. <object class="GtkButtonBox" id="messagedialog-action_area">
  21. <property name="can_focus">False</property>
  22. <child>
  23. <object class="GtkButton" id="no">
  24. <property name="label">gtk-no</property>
  25. <property name="visible">True</property>
  26. <property name="can_focus">True</property>
  27. <property name="receives_default">True</property>
  28. <property name="use_underline">True</property>
  29. <property name="use_stock">True</property>
  30. </object>
  31. <packing>
  32. <property name="expand">False</property>
  33. <property name="fill">True</property>
  34. <property name="position">0</property>
  35. </packing>
  36. </child>
  37. <child>
  38. <object class="GtkButton" id="yes">
  39. <property name="label">gtk-yes</property>
  40. <property name="visible">True</property>
  41. <property name="can_focus">True</property>
  42. <property name="can_default">True</property>
  43. <property name="has_default">True</property>
  44. <property name="receives_default">True</property>
  45. <property name="use_underline">True</property>
  46. <property name="use_stock">True</property>
  47. </object>
  48. <packing>
  49. <property name="expand">False</property>
  50. <property name="fill">True</property>
  51. <property name="position">1</property>
  52. </packing>
  53. </child>
  54. <child>
  55. <object class="GtkButton" id="cancel">
  56. <property name="label">gtk-cancel</property>
  57. <property name="visible">True</property>
  58. <property name="can_focus">True</property>
  59. <property name="receives_default">True</property>
  60. <property name="use_stock">True</property>
  61. </object>
  62. <packing>
  63. <property name="expand">False</property>
  64. <property name="fill">True</property>
  65. <property name="position">2</property>
  66. </packing>
  67. </child>
  68. </object>
  69. <packing>
  70. <property name="expand">False</property>
  71. <property name="fill">True</property>
  72. <property name="pack_type">end</property>
  73. <property name="position">0</property>
  74. </packing>
  75. </child>
  76. </object>
  77. </child>
  78. <action-widgets>
  79. <action-widget response="-9">no</action-widget>
  80. <action-widget response="-8">yes</action-widget>
  81. <action-widget response="-6">cancel</action-widget>
  82. </action-widgets>
  83. </object>
  84. </interface>