Advertisement
Guest User

Untitled

a guest
Jan 28th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <stetic-interface>
  3. <configuration>
  4. <images-root-path>..</images-root-path>
  5. <target-gtk-version>2.12</target-gtk-version>
  6. </configuration>
  7. <import>
  8. <widget-library name="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  9. <widget-library name="../bin/Debug/test.exe" internal="true" />
  10. </import>
  11. <widget class="Gtk.Window" id="MainWindow" design-size="403 300">
  12. <action-group name="Default">
  13. <action id="saveAction">
  14. <property name="Type">Radio</property>
  15. <property name="Label" translatable="yes" />
  16. <property name="StockId">gtk-save</property>
  17. <property name="DrawAsRadio">False</property>
  18. <property name="Active">False</property>
  19. <property name="Value">0</property>
  20. <property name="Group">group1</property>
  21. </action>
  22. <action id="quitAction">
  23. <property name="Type">Action</property>
  24. <property name="Label" translatable="yes" />
  25. <property name="StockId">gtk-quit</property>
  26. </action>
  27. <action id="Action">
  28. <property name="Type">Action</property>
  29. <property name="Label" translatable="yes" />
  30. </action>
  31. <action id="sadasdAction">
  32. <property name="Type">Action</property>
  33. <property name="Label" translatable="yes">sadasd</property>
  34. <property name="ShortLabel" translatable="yes">sadasd</property>
  35. </action>
  36. <action id="asdsadAction">
  37. <property name="Type">Action</property>
  38. <property name="Label" translatable="yes">asdsad</property>
  39. <property name="ShortLabel" translatable="yes">asdsad</property>
  40. </action>
  41. </action-group>
  42. <property name="MemberName" />
  43. <property name="Title" translatable="yes">MainWindow</property>
  44. <property name="WindowPosition">CenterOnParent</property>
  45. <signal name="DeleteEvent" handler="OnDeleteEvent" />
  46. <child>
  47. <widget class="Gtk.VBox" id="vbox1">
  48. <property name="MemberName" />
  49. <property name="Spacing">6</property>
  50. <child>
  51. <widget class="Gtk.Button" id="button2">
  52. <property name="MemberName">GtkButton</property>
  53. <property name="CanFocus">True</property>
  54. <property name="Type">TextOnly</property>
  55. <property name="Label" translatable="yes">GtkButton</property>
  56. <property name="UseUnderline">True</property>
  57. </widget>
  58. <packing>
  59. <property name="Position">0</property>
  60. <property name="AutoSize">False</property>
  61. <property name="Expand">False</property>
  62. <property name="Fill">False</property>
  63. </packing>
  64. </child>
  65. <child>
  66. <widget class="Gtk.MenuBar" id="menubar1">
  67. <property name="MemberName" />
  68. <node name="menubar1" type="Menubar">
  69. <node type="Menu" action="sadasdAction" />
  70. <node type="Menu" action="asdsadAction" />
  71. </node>
  72. </widget>
  73. <packing>
  74. <property name="Position">1</property>
  75. <property name="AutoSize">True</property>
  76. <property name="Expand">False</property>
  77. <property name="Fill">False</property>
  78. </packing>
  79. </child>
  80. <child>
  81. <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow">
  82. <property name="MemberName" />
  83. <property name="ShadowType">In</property>
  84. <child>
  85. <widget class="Gtk.TextView" id="textview1">
  86. <property name="MemberName" />
  87. <property name="CanFocus">True</property>
  88. <property name="ShowScrollbars">True</property>
  89. <property name="Text" translatable="yes" />
  90. </widget>
  91. </child>
  92. </widget>
  93. <packing>
  94. <property name="Position">2</property>
  95. <property name="AutoSize">True</property>
  96. </packing>
  97. </child>
  98. </widget>
  99. </child>
  100. </widget>
  101. </stetic-interface>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement