fontworkgallerydialog.ui 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="svx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="FontworkGalleryDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="fontworkgallerydialog|FontworkGalleryDialog">Fontwork Gallery</property>
  9. <property name="resizable">False</property>
  10. <property name="modal">True</property>
  11. <property name="default_width">0</property>
  12. <property name="default_height">0</property>
  13. <property name="type_hint">dialog</property>
  14. <child>
  15. <placeholder/>
  16. </child>
  17. <child internal-child="vbox">
  18. <object class="GtkBox" id="dialog-vbox1">
  19. <property name="can_focus">False</property>
  20. <property name="orientation">vertical</property>
  21. <property name="spacing">12</property>
  22. <child internal-child="action_area">
  23. <object class="GtkButtonBox" id="dialog-action_area1">
  24. <property name="can_focus">False</property>
  25. <property name="layout_style">end</property>
  26. <child>
  27. <object class="GtkButton" id="ok">
  28. <property name="label">gtk-ok</property>
  29. <property name="visible">True</property>
  30. <property name="can_focus">True</property>
  31. <property name="can_default">True</property>
  32. <property name="has_default">True</property>
  33. <property name="receives_default">True</property>
  34. <property name="use_stock">True</property>
  35. </object>
  36. <packing>
  37. <property name="expand">False</property>
  38. <property name="fill">True</property>
  39. <property name="position">0</property>
  40. </packing>
  41. </child>
  42. <child>
  43. <object class="GtkButton" id="cancel">
  44. <property name="label">gtk-cancel</property>
  45. <property name="visible">True</property>
  46. <property name="can_focus">True</property>
  47. <property name="receives_default">True</property>
  48. <property name="use_stock">True</property>
  49. </object>
  50. <packing>
  51. <property name="expand">False</property>
  52. <property name="fill">True</property>
  53. <property name="position">1</property>
  54. </packing>
  55. </child>
  56. <child>
  57. <object class="GtkButton" id="help">
  58. <property name="label">gtk-help</property>
  59. <property name="visible">True</property>
  60. <property name="can_focus">True</property>
  61. <property name="receives_default">True</property>
  62. <property name="use_stock">True</property>
  63. </object>
  64. <packing>
  65. <property name="expand">False</property>
  66. <property name="fill">True</property>
  67. <property name="position">2</property>
  68. <property name="secondary">True</property>
  69. </packing>
  70. </child>
  71. </object>
  72. <packing>
  73. <property name="expand">False</property>
  74. <property name="fill">True</property>
  75. <property name="pack_type">end</property>
  76. <property name="position">0</property>
  77. </packing>
  78. </child>
  79. <child>
  80. <!-- n-columns=1 n-rows=1 -->
  81. <object class="GtkGrid" id="grid1">
  82. <property name="visible">True</property>
  83. <property name="can_focus">False</property>
  84. <property name="hexpand">True</property>
  85. <property name="vexpand">True</property>
  86. <property name="row_spacing">6</property>
  87. <child>
  88. <object class="GtkLabel" id="label1">
  89. <property name="visible">True</property>
  90. <property name="can_focus">False</property>
  91. <property name="label" translatable="yes" context="fontworkgallerydialog|label1">Select a Fontwork style:</property>
  92. <property name="use_underline">True</property>
  93. <property name="xalign">0</property>
  94. </object>
  95. <packing>
  96. <property name="left_attach">0</property>
  97. <property name="top_attach">0</property>
  98. </packing>
  99. </child>
  100. <child>
  101. <object class="GtkScrolledWindow" id="ctlFavoriteswin">
  102. <property name="visible">True</property>
  103. <property name="can_focus">False</property>
  104. <property name="hexpand">True</property>
  105. <property name="hscrollbar_policy">never</property>
  106. <property name="vscrollbar_policy">never</property>
  107. <property name="shadow_type">in</property>
  108. <child>
  109. <object class="GtkViewport">
  110. <property name="visible">True</property>
  111. <property name="can_focus">False</property>
  112. <child>
  113. <object class="GtkDrawingArea" id="ctlFavorites">
  114. <property name="visible">True</property>
  115. <property name="can_focus">True</property>
  116. <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
  117. <property name="hexpand">True</property>
  118. </object>
  119. </child>
  120. </object>
  121. </child>
  122. </object>
  123. <packing>
  124. <property name="left_attach">0</property>
  125. <property name="top_attach">1</property>
  126. </packing>
  127. </child>
  128. </object>
  129. <packing>
  130. <property name="expand">False</property>
  131. <property name="fill">True</property>
  132. <property name="position">1</property>
  133. </packing>
  134. </child>
  135. </object>
  136. </child>
  137. <action-widgets>
  138. <action-widget response="-5">ok</action-widget>
  139. <action-widget response="-6">cancel</action-widget>
  140. <action-widget response="-11">help</action-widget>
  141. </action-widgets>
  142. </object>
  143. </interface>