~lufuscu/tv-player/stable-gtk

« back to all changes in this revision

Viewing changes to addDatabase-ui.xml

  • Committer: Stefano Fusco
  • Date: 2009-11-22 18:34:39 UTC
  • Revision ID: stefano@fuscoarch-20091122183439-jsxuufar6gtwxojm
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkWindow" id="window_Data">
 
6
    <property name="border_width">10</property>
 
7
    <property name="title" translatable="yes">Aggiungi canali dal Database Utenti</property>
 
8
    <property name="resizable">False</property>
 
9
    <property name="window_position">center</property>
 
10
    <property name="icon">tv-player.png</property>
 
11
    <child>
 
12
      <object class="GtkFixed" id="fixed1">
 
13
        <property name="visible">True</property>
 
14
        <child>
 
15
          <object class="GtkFrame" id="frame1">
 
16
            <property name="width_request">387</property>
 
17
            <property name="height_request">362</property>
 
18
            <property name="visible">True</property>
 
19
            <property name="label_xalign">0</property>
 
20
            <child>
 
21
              <object class="GtkAlignment" id="alignment1">
 
22
                <property name="visible">True</property>
 
23
                <property name="left_padding">12</property>
 
24
                <child>
 
25
                  <object class="GtkScrolledWindow" id="scrolledwindow1">
 
26
                    <property name="visible">True</property>
 
27
                    <property name="can_focus">True</property>
 
28
                    <property name="hscrollbar_policy">automatic</property>
 
29
                    <property name="vscrollbar_policy">automatic</property>
 
30
                    <child>
 
31
                      <object class="GtkTreeView" id="treeview1">
 
32
                        <property name="visible">True</property>
 
33
                        <property name="can_focus">True</property>
 
34
                        <signal name="cursor_changed" handler="link_canale"/>
 
35
                      </object>
 
36
                    </child>
 
37
                  </object>
 
38
                </child>
 
39
              </object>
 
40
            </child>
 
41
            <child type="label">
 
42
              <object class="GtkLabel" id="label1">
 
43
                <property name="visible">True</property>
 
44
                <property name="label" translatable="yes">&lt;b&gt;Database Utenti&lt;/b&gt;</property>
 
45
                <property name="use_markup">True</property>
 
46
              </object>
 
47
            </child>
 
48
          </object>
 
49
        </child>
 
50
        <child>
 
51
          <object class="GtkEntry" id="entry_link">
 
52
            <property name="width_request">385</property>
 
53
            <property name="height_request">22</property>
 
54
            <property name="visible">True</property>
 
55
            <property name="can_focus">True</property>
 
56
            <property name="editable">False</property>
 
57
            <property name="invisible_char">&#x2022;</property>
 
58
          </object>
 
59
          <packing>
 
60
            <property name="y">396</property>
 
61
          </packing>
 
62
        </child>
 
63
        <child>
 
64
          <object class="GtkButton" id="button_add">
 
65
            <property name="label">gtk-add</property>
 
66
            <property name="width_request">95</property>
 
67
            <property name="height_request">34</property>
 
68
            <property name="visible">True</property>
 
69
            <property name="can_focus">True</property>
 
70
            <property name="receives_default">True</property>
 
71
            <property name="use_stock">True</property>
 
72
            <signal name="clicked" handler="aggiungi"/>
 
73
          </object>
 
74
          <packing>
 
75
            <property name="x">288</property>
 
76
            <property name="y">432</property>
 
77
          </packing>
 
78
        </child>
 
79
        <child>
 
80
          <object class="GtkLabel" id="label2">
 
81
            <property name="width_request">97</property>
 
82
            <property name="height_request">28</property>
 
83
            <property name="visible">True</property>
 
84
            <property name="label" translatable="yes">Link del canale</property>
 
85
          </object>
 
86
          <packing>
 
87
            <property name="x">1</property>
 
88
            <property name="y">375</property>
 
89
          </packing>
 
90
        </child>
 
91
        <child>
 
92
          <object class="GtkButton" id="button_cancel">
 
93
            <property name="label">gtk-cancel</property>
 
94
            <property name="width_request">95</property>
 
95
            <property name="height_request">34</property>
 
96
            <property name="visible">True</property>
 
97
            <property name="can_focus">True</property>
 
98
            <property name="receives_default">True</property>
 
99
            <property name="use_stock">True</property>
 
100
            <signal name="clicked" handler="annulla"/>
 
101
          </object>
 
102
          <packing>
 
103
            <property name="x">185</property>
 
104
            <property name="y">432</property>
 
105
          </packing>
 
106
        </child>
 
107
      </object>
 
108
    </child>
 
109
  </object>
 
110
</interface>