printeroptions.ui 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.18.3 -->
  3. <interface domain="sc">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkBox" id="box">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="hexpand">True</property>
  9. <property name="vexpand">True</property>
  10. <property name="orientation">vertical</property>
  11. <child>
  12. <object class="GtkFrame" id="pages">
  13. <property name="visible">True</property>
  14. <property name="can_focus">False</property>
  15. <property name="label_xalign">0</property>
  16. <property name="shadow_type">none</property>
  17. <child>
  18. <object class="GtkAlignment" id="alignment3">
  19. <property name="visible">True</property>
  20. <property name="can_focus">False</property>
  21. <property name="top_padding">6</property>
  22. <property name="left_padding">12</property>
  23. <child>
  24. <object class="GtkCheckButton" id="suppressemptypages">
  25. <property name="label" translatable="yes" context="printeroptions|suppressemptypages">Suppress output of empty pages</property>
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="receives_default">False</property>
  29. <property name="use_underline">True</property>
  30. <property name="xalign">0</property>
  31. <property name="draw_indicator">True</property>
  32. </object>
  33. </child>
  34. </object>
  35. </child>
  36. <child type="label">
  37. <object class="GtkLabel" id="label6">
  38. <property name="visible">True</property>
  39. <property name="can_focus">False</property>
  40. <property name="label" translatable="yes" context="printeroptions|label6">Pages</property>
  41. <attributes>
  42. <attribute name="weight" value="bold"/>
  43. </attributes>
  44. </object>
  45. </child>
  46. </object>
  47. <packing>
  48. <property name="expand">False</property>
  49. <property name="fill">True</property>
  50. <property name="position">2</property>
  51. </packing>
  52. </child>
  53. </object>
  54. </interface>