Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: ui/
Date: Thu, 30 Jun 2011 02:32:41
Message-Id: a3c9feb72b76b56a884fee6e917a819a68f30aba.wiktor@gentoo
1 commit: a3c9feb72b76b56a884fee6e917a819a68f30aba
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Wed Jun 29 18:48:35 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Wed Jun 29 18:48:35 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=a3c9feb7
7
8 ui/use.glade: USE flags
9
10 ---
11 ui/use.glade | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12 1 files changed, 68 insertions(+), 0 deletions(-)
13
14 diff --git a/ui/use.glade b/ui/use.glade
15 new file mode 100644
16 index 0000000..d74d401
17 --- /dev/null
18 +++ b/ui/use.glade
19 @@ -0,0 +1,68 @@
20 +<?xml version="1.0"?>
21 +<glade-interface>
22 + <!-- interface-requires gtk+ 2.6 -->
23 + <!-- interface-naming-policy toplevel-contextual -->
24 + <widget class="GtkWindow" id="use_window">
25 + <property name="border_width">18</property>
26 + <child>
27 + <widget class="GtkAlignment" id="use_align">
28 + <property name="width_request">400</property>
29 + <property name="visible">True</property>
30 + <property name="xalign">0</property>
31 + <property name="yalign">0</property>
32 + <child>
33 + <widget class="GtkVBox" id="use_box">
34 + <property name="visible">True</property>
35 + <property name="border_width">5</property>
36 + <property name="orientation">vertical</property>
37 + <property name="spacing">10</property>
38 + <child>
39 + <widget class="GtkLabel" id="label1">
40 + <property name="visible">True</property>
41 + <property name="label" translatable="yes">USE is one of the most powerful variables Gentoo provides to its users. Several programs can be compiled with or without optional support for certain items. For instance, some programs can be compiled with gtk-support, or with qt-support. Others can be compiled with or without SSL support. Some programs can even be compiled with framebuffer support (svgalib) instead of X11 support (X-server).
42 +Pick your flags by selecting them. Your profile already set some of the flags, but you can override them if you wish.</property>
43 + <property name="justify">center</property>
44 + </widget>
45 + <packing>
46 + <property name="position">0</property>
47 + </packing>
48 + </child>
49 + <child>
50 + <widget class="GtkScrolledWindow" id="scrolledwindow1">
51 + <property name="visible">True</property>
52 + <property name="can_focus">True</property>
53 + <property name="hscrollbar_policy">automatic</property>
54 + <property name="vscrollbar_policy">automatic</property>
55 + <child>
56 + <widget class="GtkTable" id="table1">
57 + <property name="visible">True</property>
58 + <property name="n_columns">2</property>
59 + <child>
60 + <widget class="GtkLabel" id="label2">
61 + <property name="visible">True</property>
62 + <property name="label" translatable="yes">Flag</property>
63 + </widget>
64 + </child>
65 + <child>
66 + <widget class="GtkLabel" id="label3">
67 + <property name="visible">True</property>
68 + <property name="label" translatable="yes">Description</property>
69 + </widget>
70 + <packing>
71 + <property name="left_attach">1</property>
72 + <property name="right_attach">2</property>
73 + </packing>
74 + </child>
75 + </widget>
76 + </child>
77 + </widget>
78 + <packing>
79 + <property name="position">1</property>
80 + </packing>
81 + </child>
82 + </widget>
83 + </child>
84 + </widget>
85 + </child>
86 + </widget>
87 +</glade-interface>