queryredlinedialog.ui 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkMessageDialog" id="QueryRedlineDialog">
  6. <property name="can_focus">False</property>
  7. <property name="title" translatable="yes" context="queryredlinedialog|QueryRedlineDialog">AutoCorrect</property>
  8. <property name="resizable">False</property>
  9. <property name="modal">True</property>
  10. <property name="type_hint">dialog</property>
  11. <property name="skip_taskbar_hint">True</property>
  12. <property name="message_type">question</property>
  13. <property name="text" translatable="yes" context="queryredlinedialog|QueryRedlineDialog">AutoCorrect completed.</property>
  14. <property name="secondary_text" translatable="yes" context="queryredlinedialog|QueryRedlineDialog">You can accept or reject all changes,
  15. or accept or reject particular changes.</property>
  16. <child internal-child="vbox">
  17. <object class="GtkBox">
  18. <property name="can_focus">False</property>
  19. <property name="orientation">vertical</property>
  20. <property name="spacing">12</property>
  21. <child internal-child="action_area">
  22. <object class="GtkButtonBox">
  23. <property name="can_focus">False</property>
  24. <child>
  25. <object class="GtkButton" id="cancel">
  26. <property name="label" translatable="yes" context="queryredlinedialog|cancel">Reject All</property>
  27. <property name="visible">True</property>
  28. <property name="can_focus">True</property>
  29. <property name="receives_default">True</property>
  30. <child internal-child="accessible">
  31. <object class="AtkObject" id="cancel-atkobject">
  32. <property name="AtkObject::accessible-description" translatable="yes" context="queryredlinedialog|extended_tip|cancel">Rejects all of the formatting changes.</property>
  33. </object>
  34. </child>
  35. </object>
  36. <packing>
  37. <property name="expand">True</property>
  38. <property name="fill">True</property>
  39. <property name="position">0</property>
  40. </packing>
  41. </child>
  42. <child>
  43. <object class="GtkButton" id="ok">
  44. <property name="label" translatable="yes" context="queryredlinedialog|ok">Accept All</property>
  45. <property name="visible">True</property>
  46. <property name="can_focus">True</property>
  47. <property name="has_focus">True</property>
  48. <property name="can_default">True</property>
  49. <property name="has_default">True</property>
  50. <property name="receives_default">True</property>
  51. <child internal-child="accessible">
  52. <object class="AtkObject" id="ok-atkobject">
  53. <property name="AtkObject::accessible-description" translatable="yes" context="queryredlinedialog|extended_tip|ok">Applies all of the formatting changes.</property>
  54. </object>
  55. </child>
  56. </object>
  57. <packing>
  58. <property name="expand">True</property>
  59. <property name="fill">True</property>
  60. <property name="position">1</property>
  61. </packing>
  62. </child>
  63. <child>
  64. <object class="GtkButton" id="edit">
  65. <property name="label" translatable="yes" context="queryredlinedialog|edit">Edit Changes</property>
  66. <property name="visible">True</property>
  67. <property name="can_focus">True</property>
  68. <property name="receives_default">True</property>
  69. <child internal-child="accessible">
  70. <object class="AtkObject" id="edit-atkobject">
  71. <property name="AtkObject::accessible-description" translatable="yes" context="queryredlinedialog|extended_tip|edit">Opens a dialog where you can accept or reject AutoCorrect changes. You can also view the changes made by a specific author or on a specific date.</property>
  72. </object>
  73. </child>
  74. </object>
  75. <packing>
  76. <property name="expand">True</property>
  77. <property name="fill">True</property>
  78. <property name="position">2</property>
  79. </packing>
  80. </child>
  81. </object>
  82. <packing>
  83. <property name="expand">False</property>
  84. <property name="fill">False</property>
  85. <property name="position">0</property>
  86. </packing>
  87. </child>
  88. </object>
  89. </child>
  90. <action-widgets>
  91. <action-widget response="-6">cancel</action-widget>
  92. <action-widget response="-5">ok</action-widget>
  93. <action-widget response="102">edit</action-widget>
  94. </action-widgets>
  95. <child type="titlebar">
  96. <placeholder/>
  97. </child>
  98. </object>
  99. </interface>