doubledialog.ui 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sc">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="DoubleDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="doubledialog|DoubleDialog">Edit Setting</property>
  9. <property name="modal">True</property>
  10. <property name="default_width">0</property>
  11. <property name="default_height">0</property>
  12. <property name="type_hint">dialog</property>
  13. <child internal-child="vbox">
  14. <object class="GtkBox" id="dialog-vbox1">
  15. <property name="can_focus">False</property>
  16. <property name="orientation">vertical</property>
  17. <property name="spacing">12</property>
  18. <child internal-child="action_area">
  19. <object class="GtkButtonBox" id="dialog-action_area1">
  20. <property name="can_focus">False</property>
  21. <property name="layout_style">start</property>
  22. <child>
  23. <object class="GtkButton" id="ok">
  24. <property name="label">gtk-ok</property>
  25. <property name="visible">True</property>
  26. <property name="can_focus">True</property>
  27. <property name="can_default">True</property>
  28. <property name="has_default">True</property>
  29. <property name="receives_default">True</property>
  30. <property name="use_stock">True</property>
  31. </object>
  32. <packing>
  33. <property name="expand">False</property>
  34. <property name="fill">True</property>
  35. <property name="position">0</property>
  36. <property name="secondary">True</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton" id="cancel">
  41. <property name="label">gtk-cancel</property>
  42. <property name="visible">True</property>
  43. <property name="can_focus">True</property>
  44. <property name="receives_default">True</property>
  45. <property name="use_stock">True</property>
  46. </object>
  47. <packing>
  48. <property name="expand">False</property>
  49. <property name="fill">True</property>
  50. <property name="position">1</property>
  51. <property name="secondary">True</property>
  52. </packing>
  53. </child>
  54. </object>
  55. <packing>
  56. <property name="expand">False</property>
  57. <property name="fill">True</property>
  58. <property name="pack_type">end</property>
  59. <property name="position">0</property>
  60. </packing>
  61. </child>
  62. <child>
  63. <object class="GtkFrame" id="frame">
  64. <property name="visible">True</property>
  65. <property name="can_focus">False</property>
  66. <property name="hexpand">True</property>
  67. <property name="vexpand">True</property>
  68. <property name="label_xalign">0</property>
  69. <property name="shadow_type">none</property>
  70. <child>
  71. <object class="GtkAlignment" id="alignment1">
  72. <property name="visible">True</property>
  73. <property name="can_focus">False</property>
  74. <property name="top_padding">6</property>
  75. <property name="left_padding">12</property>
  76. <child>
  77. <object class="GtkEntry" id="value">
  78. <property name="visible">True</property>
  79. <property name="can_focus">True</property>
  80. <property name="halign">start</property>
  81. <property name="valign">start</property>
  82. <property name="truncate-multiline">True</property>
  83. <property name="activates_default">True</property>
  84. </object>
  85. </child>
  86. </object>
  87. </child>
  88. <child type="label">
  89. <object class="GtkLabel" id="label1">
  90. <property name="visible">True</property>
  91. <property name="can_focus">False</property>
  92. <attributes>
  93. <attribute name="weight" value="bold"/>
  94. </attributes>
  95. </object>
  96. </child>
  97. </object>
  98. <packing>
  99. <property name="expand">False</property>
  100. <property name="fill">True</property>
  101. <property name="position">1</property>
  102. </packing>
  103. </child>
  104. </object>
  105. </child>
  106. <action-widgets>
  107. <action-widget response="-5">ok</action-widget>
  108. <action-widget response="-6">cancel</action-widget>
  109. </action-widgets>
  110. <child type="titlebar">
  111. <placeholder/>
  112. </child>
  113. <child internal-child="accessible">
  114. <object class="AtkObject" id="DoubleDialog-atkobject">
  115. <property name="AtkObject::accessible-description" translatable="yes" context="doubledialog|extended_tip|DoubleDialog">Enter or change the value of the selected setting.</property>
  116. </object>
  117. </child>
  118. </object>
  119. </interface>