PageRenderTime 43ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 1ms

/gnumeric-1.11.5/src/dialogs/so-list.ui

#
Unknown | 173 lines | 173 code | 0 blank | 0 comment | 0 complexity | 2553c195b757c7fa33f79d7d052e22f3 MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3. <!-- interface-requires gtk+ 3.0 -->
  4. <object class="GtkDialog" id="SOList">
  5. <property name="can_focus">False</property>
  6. <property name="title" translatable="yes">List Properties</property>
  7. <property name="window_position">mouse</property>
  8. <property name="type_hint">dialog</property>
  9. <child internal-child="vbox">
  10. <object class="GtkBox" id="dialog-vbox1">
  11. <property name="visible">True</property>
  12. <property name="can_focus">False</property>
  13. <property name="orientation">vertical</property>
  14. <child internal-child="action_area">
  15. <object class="GtkButtonBox" id="dialog-action_area1">
  16. <property name="visible">True</property>
  17. <property name="can_focus">False</property>
  18. <property name="layout_style">end</property>
  19. <child>
  20. <object class="GtkButton" id="help">
  21. <property name="label">gtk-help</property>
  22. <property name="visible">True</property>
  23. <property name="can_focus">True</property>
  24. <property name="can_default">True</property>
  25. <property name="receives_default">False</property>
  26. <property name="use_action_appearance">False</property>
  27. <property name="use_stock">True</property>
  28. </object>
  29. <packing>
  30. <property name="expand">False</property>
  31. <property name="fill">False</property>
  32. <property name="position">0</property>
  33. </packing>
  34. </child>
  35. <child>
  36. <object class="GtkButton" id="cancel">
  37. <property name="label">gtk-cancel</property>
  38. <property name="visible">True</property>
  39. <property name="can_focus">True</property>
  40. <property name="can_default">True</property>
  41. <property name="receives_default">False</property>
  42. <property name="use_action_appearance">False</property>
  43. <property name="use_stock">True</property>
  44. </object>
  45. <packing>
  46. <property name="expand">False</property>
  47. <property name="fill">False</property>
  48. <property name="position">1</property>
  49. </packing>
  50. </child>
  51. <child>
  52. <object class="GtkButton" id="ok">
  53. <property name="label">gtk-ok</property>
  54. <property name="visible">True</property>
  55. <property name="can_focus">True</property>
  56. <property name="can_default">True</property>
  57. <property name="receives_default">False</property>
  58. <property name="use_action_appearance">False</property>
  59. <property name="use_stock">True</property>
  60. </object>
  61. <packing>
  62. <property name="expand">False</property>
  63. <property name="fill">False</property>
  64. <property name="position">2</property>
  65. </packing>
  66. </child>
  67. </object>
  68. <packing>
  69. <property name="expand">False</property>
  70. <property name="fill">True</property>
  71. <property name="pack_type">end</property>
  72. <property name="position">0</property>
  73. </packing>
  74. </child>
  75. <child>
  76. <object class="GtkTable" id="table">
  77. <property name="visible">True</property>
  78. <property name="can_focus">False</property>
  79. <property name="border_width">12</property>
  80. <property name="n_rows">5</property>
  81. <property name="n_columns">2</property>
  82. <property name="column_spacing">12</property>
  83. <child>
  84. <object class="GtkLabel" id="link-label">
  85. <property name="visible">True</property>
  86. <property name="can_focus">False</property>
  87. <property name="xalign">0</property>
  88. <property name="label" translatable="yes">_Link :</property>
  89. <property name="use_underline">True</property>
  90. </object>
  91. <packing>
  92. <property name="x_options">GTK_FILL</property>
  93. <property name="y_options"></property>
  94. </packing>
  95. </child>
  96. <child>
  97. <object class="GtkLabel" id="content-label">
  98. <property name="visible">True</property>
  99. <property name="can_focus">False</property>
  100. <property name="xalign">0</property>
  101. <property name="label" translatable="yes">_Content :</property>
  102. <property name="use_underline">True</property>
  103. </object>
  104. <packing>
  105. <property name="top_attach">4</property>
  106. <property name="bottom_attach">5</property>
  107. <property name="x_options">GTK_FILL</property>
  108. <property name="y_options"></property>
  109. </packing>
  110. </child>
  111. <child>
  112. <object class="GtkRadioButton" id="as-value-radio">
  113. <property name="label" translatable="yes">As value</property>
  114. <property name="visible">True</property>
  115. <property name="can_focus">True</property>
  116. <property name="receives_default">False</property>
  117. <property name="use_action_appearance">False</property>
  118. <property name="active">True</property>
  119. <property name="draw_indicator">True</property>
  120. </object>
  121. <packing>
  122. <property name="right_attach">2</property>
  123. <property name="top_attach">1</property>
  124. <property name="bottom_attach">2</property>
  125. <property name="y_options">GTK_SHRINK | GTK_FILL</property>
  126. </packing>
  127. </child>
  128. <child>
  129. <object class="GtkRadioButton" id="as-index-radio">
  130. <property name="label" translatable="yes">As index</property>
  131. <property name="visible">True</property>
  132. <property name="can_focus">True</property>
  133. <property name="receives_default">False</property>
  134. <property name="use_action_appearance">False</property>
  135. <property name="active">True</property>
  136. <property name="draw_indicator">True</property>
  137. <property name="group">as-value-radio</property>
  138. </object>
  139. <packing>
  140. <property name="right_attach">2</property>
  141. <property name="top_attach">2</property>
  142. <property name="bottom_attach">3</property>
  143. <property name="y_options">GTK_SHRINK | GTK_FILL</property>
  144. </packing>
  145. </child>
  146. <child>
  147. <placeholder/>
  148. </child>
  149. <child>
  150. <placeholder/>
  151. </child>
  152. <child>
  153. <placeholder/>
  154. </child>
  155. <child>
  156. <placeholder/>
  157. </child>
  158. </object>
  159. <packing>
  160. <property name="expand">False</property>
  161. <property name="fill">True</property>
  162. <property name="position">1</property>
  163. </packing>
  164. </child>
  165. </object>
  166. </child>
  167. <action-widgets>
  168. <action-widget response="-11">help</action-widget>
  169. <action-widget response="-6">cancel</action-widget>
  170. <action-widget response="-5">ok</action-widget>
  171. </action-widgets>
  172. </object>
  173. </interface>