subjectdialog.ui 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.2 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkMessageDialog" id="SubjectDialog">
  6. <property name="can_focus">False</property>
  7. <property name="title" translatable="yes" context="subjectdialog|SubjectDialog">No Subject</property>
  8. <property name="default_width">0</property>
  9. <property name="default_height">0</property>
  10. <property name="type_hint">dialog</property>
  11. <property name="message_type">question</property>
  12. <property name="text" translatable="yes" context="subjectdialog|textbuffer1">You did not specify a subject for this message.</property>
  13. <property name="secondary_text" translatable="yes" context="subjectdialog|textbuffer2">If you would like to provide one, please type it now.</property>
  14. <child internal-child="vbox">
  15. <object class="GtkBox">
  16. <property name="can_focus">False</property>
  17. <property name="orientation">vertical</property>
  18. <property name="spacing">24</property>
  19. <child internal-child="action_area">
  20. <object class="GtkButtonBox">
  21. <property name="can_focus">False</property>
  22. <property name="homogeneous">True</property>
  23. <child>
  24. <object class="GtkButton" id="cancel">
  25. <property name="label">gtk-cancel</property>
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="receives_default">False</property>
  29. <property name="use_stock">True</property>
  30. </object>
  31. <packing>
  32. <property name="expand">True</property>
  33. <property name="fill">True</property>
  34. <property name="position">0</property>
  35. </packing>
  36. </child>
  37. <child>
  38. <object class="GtkButton" id="ok">
  39. <property name="label">gtk-ok</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_stock">True</property>
  46. </object>
  47. <packing>
  48. <property name="expand">True</property>
  49. <property name="fill">True</property>
  50. <property name="position">1</property>
  51. </packing>
  52. </child>
  53. </object>
  54. <packing>
  55. <property name="expand">False</property>
  56. <property name="fill">False</property>
  57. <property name="position">0</property>
  58. </packing>
  59. </child>
  60. <child>
  61. <!-- n-columns=1 n-rows=1 -->
  62. <object class="GtkGrid" id="grid">
  63. <property name="visible">True</property>
  64. <property name="can_focus">False</property>
  65. <property name="hexpand">True</property>
  66. <property name="row_spacing">7</property>
  67. <child>
  68. <object class="GtkEntry" id="edit">
  69. <property name="visible">True</property>
  70. <property name="can_focus">True</property>
  71. <property name="hexpand">True</property>
  72. <property name="truncate-multiline">True</property>
  73. <property name="activates_default">True</property>
  74. </object>
  75. <packing>
  76. <property name="left_attach">0</property>
  77. <property name="top_attach">1</property>
  78. </packing>
  79. </child>
  80. <child>
  81. <object class="GtkLabel" id="label1">
  82. <property name="visible">True</property>
  83. <property name="can_focus">False</property>
  84. <property name="label" translatable="yes" context="subjectdialog|label1">Subject:</property>
  85. <property name="use_underline">True</property>
  86. <property name="mnemonic_widget">edit</property>
  87. <property name="xalign">0</property>
  88. </object>
  89. <packing>
  90. <property name="left_attach">0</property>
  91. <property name="top_attach">0</property>
  92. </packing>
  93. </child>
  94. </object>
  95. <packing>
  96. <property name="expand">False</property>
  97. <property name="fill">True</property>
  98. <property name="position">2</property>
  99. </packing>
  100. </child>
  101. </object>
  102. </child>
  103. <action-widgets>
  104. <action-widget response="-6">cancel</action-widget>
  105. <action-widget response="-5">ok</action-widget>
  106. </action-widgets>
  107. <child>
  108. <placeholder/>
  109. </child>
  110. </object>
  111. </interface>