summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swriter/ui/pageorientationcontrol.ui
blob: 55d409ca3a8201bf6456ef2d28a9e6a66c7efb99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<interface domain="sw">
  <requires lib="gtk+" version="3.10"/>
  <object class="GtkImage" id="image_landscape">
    <property name="visible">True</property>
    <property name="can_focus">False</property>
    <property name="pixbuf">sw/res/sidebar/pageproppanel/Landscapecopy_24x24.png</property>
  </object>
  <object class="GtkImage" id="image_portrait">
    <property name="visible">True</property>
    <property name="can_focus">False</property>
    <property name="pixbuf">cmd/lc_orientation.png</property>
  </object>
  <object class="GtkWindow" id="PageOrientationControl">
    <property name="can_focus">False</property>
    <property name="hexpand">True</property>
    <property name="vexpand">True</property>
    <property name="border_width">4</property>
    <property name="resizable">False</property>
    <property name="destroy_with_parent">True</property>
    <property name="type_hint">popup-menu</property>
    <property name="skip_pager_hint">True</property>
    <property name="deletable">False</property>
    <child>
      <object class="GtkBox" id="box">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="margin_right">6</property>
        <property name="hexpand">True</property>
        <property name="vexpand">True</property>
        <property name="orientation">vertical</property>
        <property name="spacing">6</property>
        <child>
          <object class="GtkButton" id="portrait">
            <property name="label" translatable="yes" context="pageorientationcontrol|portrait">Portrait</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">True</property>
            <property name="image">image_portrait</property>
            <property name="relief">none</property>
            <property name="xalign">0</property>
          </object>
          <packing>
            <property name="expand">False</property>
            <property name="fill">True</property>
            <property name="position">0</property>
          </packing>
        </child>
        <child>
          <object class="GtkButton" id="landscape">
            <property name="label" translatable="yes" context="pageorientationcontrol|landscape">Landscape</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">True</property>
            <property name="image">image_landscape</property>
            <property name="relief">none</property>
            <property name="xalign">0</property>
            <property name="always_show_image">True</property>
          </object>
          <packing>
            <property name="expand">False</property>
            <property name="fill">True</property>
            <property name="position">1</property>
          </packing>
        </child>
      </object>
    </child>
  </object>
</interface>