fielddescpanel.ui 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="dba">
  4. <requires lib="gtk+" version="3.20"/>
  5. <!-- n-columns=1 n-rows=1 -->
  6. <object class="GtkGrid" id="FieldDescPanel">
  7. <property name="visible">True</property>
  8. <property name="can_focus">False</property>
  9. <property name="hexpand">True</property>
  10. <property name="vexpand">True</property>
  11. <property name="row_spacing">6</property>
  12. <property name="column_spacing">12</property>
  13. <child>
  14. <object class="GtkLabel" id="header">
  15. <property name="visible">True</property>
  16. <property name="can_focus">False</property>
  17. <property name="hexpand">True</property>
  18. </object>
  19. <packing>
  20. <property name="left_attach">0</property>
  21. <property name="top_attach">0</property>
  22. </packing>
  23. </child>
  24. <child>
  25. <object class="GtkSeparator">
  26. <property name="visible">True</property>
  27. <property name="can_focus">False</property>
  28. <property name="hexpand">True</property>
  29. </object>
  30. <packing>
  31. <property name="left_attach">0</property>
  32. <property name="top_attach">1</property>
  33. </packing>
  34. </child>
  35. <child>
  36. <!-- n-columns=1 n-rows=1 -->
  37. <object class="GtkGrid">
  38. <property name="visible">True</property>
  39. <property name="can_focus">False</property>
  40. <property name="hexpand">True</property>
  41. <property name="vexpand">True</property>
  42. <child>
  43. <object class="GtkScrolledWindow">
  44. <property name="visible">True</property>
  45. <property name="can_focus">True</property>
  46. <property name="tooltip_text" translatable="yes" context="designhelpbox|textview-tooltip">Field Properties Help</property>
  47. <property name="border_width">6</property>
  48. <property name="shadow_type">in</property>
  49. <child>
  50. <object class="GtkTextView" id="textview">
  51. <property name="visible">True</property>
  52. <property name="can_focus">True</property>
  53. <property name="editable">False</property>
  54. <property name="wrap_mode">word</property>
  55. <property name="accepts_tab">False</property>
  56. </object>
  57. </child>
  58. </object>
  59. <packing>
  60. <property name="left_attach">1</property>
  61. <property name="top_attach">0</property>
  62. </packing>
  63. </child>
  64. <child>
  65. <object class="GtkBox" id="box">
  66. <property name="visible">True</property>
  67. <property name="can_focus">False</property>
  68. <property name="hexpand">True</property>
  69. <property name="vexpand">True</property>
  70. <property name="orientation">vertical</property>
  71. <child>
  72. <placeholder/>
  73. </child>
  74. </object>
  75. <packing>
  76. <property name="left_attach">0</property>
  77. <property name="top_attach">0</property>
  78. </packing>
  79. </child>
  80. </object>
  81. <packing>
  82. <property name="left_attach">0</property>
  83. <property name="top_attach">2</property>
  84. </packing>
  85. </child>
  86. </object>
  87. </interface>