File: pps-page-selector.ui

package info (click to toggle)
papers 48.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 23,096 kB
  • sloc: ansic: 38,478; sh: 195; xml: 127; makefile: 117
file content (39 lines) | stat: -rw-r--r-- 1,368 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="PpsPageSelector" parent="GtkBox">
    <style>
      <class name="numeric" />
    </style>
    <property name="orientation">horizontal</property>
    <property name="sensitive">False</property>
    <child>
      <object class="GtkEntry" id="entry">
        <accessibility>
          <property name="label" translatable="yes">Select page</property>
        </accessibility>
        <property name="max-width-chars">0</property>
        <property name="width-chars">5</property>
        <property name="xalign">0.9</property>
        <signal name="activate" handler="activate_cb" swapped="yes" />
        <child>
          <object class="GtkEventControllerScroll">
            <property name="flags">vertical|discrete</property>
            <signal name="scroll" handler="page_scroll_cb" />
          </object>
        </child>
        <child>
          <object class="GtkEventControllerFocus">
            <signal name="leave" handler="focus_out_cb" swapped="yes" />
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="GtkLabel" id="label">
        <property name="max-width-chars">0</property>
        <property name="width-chars">5</property>
        <property name="sensitive">False</property>
      </object>
    </child>
  </template>
</interface>