Mercurial > audlegacy
annotate audacious/glade/fileinfo_popup.glade @ 1383:e1cac302fa23 trunk
[svn] - further cleanups
author | nenolod |
---|---|
date | Mon, 10 Jul 2006 03:15:09 -0700 |
parents | 3e4de397d062 |
children |
rev | line source |
---|---|
1283
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
3 |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
4 <glade-interface> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
5 |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
6 <widget class="GtkWindow" id="win_pl_popup"> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
7 <property name="border_width">6</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
8 <property name="title" translatable="yes">Artist Popup</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
9 <property name="type">GTK_WINDOW_POPUP</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
10 <property name="window_position">GTK_WIN_POS_NONE</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
11 <property name="modal">False</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
12 <property name="resizable">True</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
13 <property name="destroy_with_parent">False</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
14 <property name="decorated">False</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
15 <property name="skip_taskbar_hint">False</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
16 <property name="skip_pager_hint">False</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
17 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
18 <property name="gravity">GDK_GRAVITY_CENTER</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
19 <property name="focus_on_map">True</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
20 <property name="urgency_hint">False</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
21 |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
22 <child> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
23 <widget class="GtkHBox" id="hbox1"> |
1283
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
24 <property name="visible">True</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
25 <property name="homogeneous">False</property> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
26 <property name="spacing">0</property> |
1283
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
27 |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
28 <child> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
29 <widget class="GtkImage" id="image_artwork"> |
1283
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
30 <property name="visible">True</property> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
31 <property name="xalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
32 <property name="yalign">0</property> |
1283
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
33 <property name="xpad">0</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
34 <property name="ypad">0</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
35 </widget> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
36 <packing> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
37 <property name="padding">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
38 <property name="expand">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
39 <property name="fill">False</property> |
1283
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
40 </packing> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
41 </child> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
42 |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
43 <child> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
44 <widget class="GtkVSeparator" id="vseparator1"> |
1283
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
45 <property name="visible">True</property> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
46 </widget> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
47 <packing> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
48 <property name="padding">6</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
49 <property name="expand">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
50 <property name="fill">False</property> |
1283
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
51 </packing> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
52 </child> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
53 |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
54 <child> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
55 <widget class="GtkTable" id="table1"> |
1283
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
56 <property name="visible">True</property> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
57 <property name="n_rows">7</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
58 <property name="n_columns">2</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
59 <property name="homogeneous">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
60 <property name="row_spacing">6</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
61 <property name="column_spacing">6</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
62 |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
63 <child> |
1308
3e4de397d062
[svn] - give the labels on the left proper identifiers
nenolod
parents:
1288
diff
changeset
|
64 <widget class="GtkLabel" id="d_label_title"> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
65 <property name="visible">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
66 <property name="label" translatable="yes"><i>Title</i></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
67 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
68 <property name="use_markup">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
69 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
70 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
71 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
72 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
73 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
74 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
75 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
76 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
77 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
78 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
79 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
80 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
81 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
82 <property name="left_attach">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
83 <property name="right_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
84 <property name="top_attach">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
85 <property name="bottom_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
86 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
87 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
88 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
89 </child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
90 |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
91 <child> |
1308
3e4de397d062
[svn] - give the labels on the left proper identifiers
nenolod
parents:
1288
diff
changeset
|
92 <widget class="GtkLabel" id="d_label_artist"> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
93 <property name="visible">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
94 <property name="label" translatable="yes"><i>Artist</i></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
95 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
96 <property name="use_markup">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
97 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
98 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
99 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
100 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
101 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
102 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
103 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
104 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
105 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
106 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
107 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
108 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
109 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
110 <property name="left_attach">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
111 <property name="right_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
112 <property name="top_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
113 <property name="bottom_attach">2</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
114 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
115 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
116 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
117 </child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
118 |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
119 <child> |
1308
3e4de397d062
[svn] - give the labels on the left proper identifiers
nenolod
parents:
1288
diff
changeset
|
120 <widget class="GtkLabel" id="d_label_album"> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
121 <property name="visible">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
122 <property name="label" translatable="yes"><i>Album</i></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
123 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
124 <property name="use_markup">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
125 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
126 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
127 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
128 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
129 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
130 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
131 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
132 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
133 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
134 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
135 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
136 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
137 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
138 <property name="left_attach">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
139 <property name="right_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
140 <property name="top_attach">2</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
141 <property name="bottom_attach">3</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
142 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
143 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
144 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
145 </child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
146 |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
147 <child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
148 <widget class="GtkLabel" id="label_title"> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
149 <property name="visible">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
150 <property name="label" translatable="yes"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
151 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
152 <property name="use_markup">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
153 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
154 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
155 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
156 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
157 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
158 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
159 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
160 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
161 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
162 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
163 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
164 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
165 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
166 <property name="left_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
167 <property name="right_attach">2</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
168 <property name="top_attach">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
169 <property name="bottom_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
170 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
171 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
172 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
173 </child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
174 |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
175 <child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
176 <widget class="GtkLabel" id="label_artist"> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
177 <property name="visible">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
178 <property name="label" translatable="yes"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
179 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
180 <property name="use_markup">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
181 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
182 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
183 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
184 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
185 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
186 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
187 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
188 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
189 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
190 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
191 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
192 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
193 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
194 <property name="left_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
195 <property name="right_attach">2</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
196 <property name="top_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
197 <property name="bottom_attach">2</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
198 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
199 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
200 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
201 </child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
202 |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
203 <child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
204 <widget class="GtkLabel" id="label_album"> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
205 <property name="visible">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
206 <property name="label" translatable="yes"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
207 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
208 <property name="use_markup">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
209 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
210 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
211 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
212 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
213 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
214 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
215 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
216 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
217 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
218 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
219 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
220 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
221 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
222 <property name="left_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
223 <property name="right_attach">2</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
224 <property name="top_attach">2</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
225 <property name="bottom_attach">3</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
226 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
227 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
228 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
229 </child> |
1283
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
230 |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
231 <child> |
1308
3e4de397d062
[svn] - give the labels on the left proper identifiers
nenolod
parents:
1288
diff
changeset
|
232 <widget class="GtkLabel" id="d_label_genre"> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
233 <property name="visible">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
234 <property name="label" translatable="yes"><i>Genre</i></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
235 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
236 <property name="use_markup">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
237 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
238 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
239 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
240 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
241 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
242 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
243 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
244 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
245 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
246 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
247 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
248 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
249 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
250 <property name="left_attach">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
251 <property name="right_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
252 <property name="top_attach">3</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
253 <property name="bottom_attach">4</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
254 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
255 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
256 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
257 </child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
258 |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
259 <child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
260 <widget class="GtkLabel" id="label_genre"> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
261 <property name="visible">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
262 <property name="label" translatable="yes"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
263 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
264 <property name="use_markup">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
265 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
266 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
267 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
268 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
269 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
270 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
271 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
272 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
273 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
274 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
275 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
276 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
277 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
278 <property name="left_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
279 <property name="right_attach">2</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
280 <property name="top_attach">3</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
281 <property name="bottom_attach">4</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
282 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
283 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
284 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
285 </child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
286 |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
287 <child> |
1308
3e4de397d062
[svn] - give the labels on the left proper identifiers
nenolod
parents:
1288
diff
changeset
|
288 <widget class="GtkLabel" id="d_label_year"> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
289 <property name="visible">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
290 <property name="label" translatable="yes"><i>Year</i></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
291 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
292 <property name="use_markup">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
293 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
294 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
295 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
296 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
297 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
298 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
299 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
300 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
301 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
302 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
303 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
304 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
305 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
306 <property name="left_attach">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
307 <property name="right_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
308 <property name="top_attach">4</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
309 <property name="bottom_attach">5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
310 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
311 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
312 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
313 </child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
314 |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
315 <child> |
1308
3e4de397d062
[svn] - give the labels on the left proper identifiers
nenolod
parents:
1288
diff
changeset
|
316 <widget class="GtkLabel" id="d_label_track"> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
317 <property name="visible">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
318 <property name="label" translatable="yes"><i>Track Number</i></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
319 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
320 <property name="use_markup">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
321 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
322 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
323 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
324 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
325 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
326 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
327 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
328 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
329 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
330 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
331 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
332 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
333 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
334 <property name="left_attach">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
335 <property name="right_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
336 <property name="top_attach">5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
337 <property name="bottom_attach">6</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
338 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
339 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
340 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
341 </child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
342 |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
343 <child> |
1308
3e4de397d062
[svn] - give the labels on the left proper identifiers
nenolod
parents:
1288
diff
changeset
|
344 <widget class="GtkLabel" id="d_label_length"> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
345 <property name="visible">True</property> |
1288 | 346 <property name="label" translatable="yes"><i>Track Length</i></property> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
347 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
348 <property name="use_markup">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
349 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
350 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
351 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
352 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
353 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
354 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
355 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
356 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
357 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
358 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
359 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
360 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
361 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
362 <property name="left_attach">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
363 <property name="right_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
364 <property name="top_attach">6</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
365 <property name="bottom_attach">7</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
366 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
367 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
368 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
369 </child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
370 |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
371 <child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
372 <widget class="GtkLabel" id="label_year"> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
373 <property name="visible">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
374 <property name="label" translatable="yes"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
375 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
376 <property name="use_markup">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
377 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
378 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
379 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
380 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
381 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
382 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
383 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
384 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
385 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
386 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
387 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
388 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
389 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
390 <property name="left_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
391 <property name="right_attach">2</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
392 <property name="top_attach">4</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
393 <property name="bottom_attach">5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
394 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
395 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
396 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
397 </child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
398 |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
399 <child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
400 <widget class="GtkLabel" id="label_track"> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
401 <property name="visible">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
402 <property name="label" translatable="yes"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
403 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
404 <property name="use_markup">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
405 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
406 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
407 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
408 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
409 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
410 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
411 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
412 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
413 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
414 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
415 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
416 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
417 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
418 <property name="left_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
419 <property name="right_attach">2</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
420 <property name="top_attach">5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
421 <property name="bottom_attach">6</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
422 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
423 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
424 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
425 </child> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
426 |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
427 <child> |
1288 | 428 <widget class="GtkLabel" id="label_length"> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
429 <property name="visible">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
430 <property name="label" translatable="yes"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
431 <property name="use_underline">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
432 <property name="use_markup">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
433 <property name="justify">GTK_JUSTIFY_LEFT</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
434 <property name="wrap">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
435 <property name="selectable">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
436 <property name="xalign">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
437 <property name="yalign">0.5</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
438 <property name="xpad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
439 <property name="ypad">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
440 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
441 <property name="width_chars">-1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
442 <property name="single_line_mode">False</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
443 <property name="angle">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
444 </widget> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
445 <packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
446 <property name="left_attach">1</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
447 <property name="right_attach">2</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
448 <property name="top_attach">6</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
449 <property name="bottom_attach">7</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
450 <property name="x_options">fill</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
451 <property name="y_options"></property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
452 </packing> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
453 </child> |
1283
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
454 </widget> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
455 <packing> |
1287
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
456 <property name="padding">0</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
457 <property name="expand">True</property> |
e778f43a74fb
[svn] - make tuples more verbose (they might be a bit big though)
nenolod
parents:
1283
diff
changeset
|
458 <property name="fill">True</property> |
1283
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
459 </packing> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
460 </child> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
461 </widget> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
462 </child> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
463 </widget> |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
464 |
19b1d3f22e10
[svn] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
nenolod
parents:
diff
changeset
|
465 </glade-interface> |