screenshotparent.ui 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="vcl">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="ScreenShot">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="modal">True</property>
  9. <property name="default_width">0</property>
  10. <property name="default_height">0</property>
  11. <property name="type_hint">dialog</property>
  12. <child>
  13. <placeholder/>
  14. </child>
  15. <child internal-child="vbox">
  16. <object class="GtkBox" id="ScreenShotBox">
  17. <property name="can_focus">False</property>
  18. <property name="orientation">vertical</property>
  19. <property name="spacing">12</property>
  20. <child internal-child="action_area">
  21. <object class="GtkButtonBox" id="internalarea">
  22. <property name="can_focus">False</property>
  23. <property name="layout_style">end</property>
  24. <child>
  25. <object class="GtkButton" id="cancel">
  26. <property name="label">gtk-close</property>
  27. <property name="visible">True</property>
  28. <property name="can_focus">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">3</property>
  36. </packing>
  37. </child>
  38. </object>
  39. <packing>
  40. <property name="expand">False</property>
  41. <property name="fill">False</property>
  42. <property name="position">1</property>
  43. </packing>
  44. </child>
  45. <child>
  46. <placeholder/>
  47. </child>
  48. </object>
  49. </child>
  50. <action-widgets>
  51. <action-widget response="-6">cancel</action-widget>
  52. </action-widgets>
  53. </object>
  54. </interface>