diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-06-29 18:48:35 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-06-29 18:48:35 +0000 |
commit | a3c9feb72b76b56a884fee6e917a819a68f30aba (patch) | |
tree | 0e42aaac9ee2d615bd2a10413f66a48653487502 /ui | |
parent | ui/profile.glade: choose profile (diff) | |
download | anaconda-a3c9feb72b76b56a884fee6e917a819a68f30aba.tar.gz anaconda-a3c9feb72b76b56a884fee6e917a819a68f30aba.tar.bz2 anaconda-a3c9feb72b76b56a884fee6e917a819a68f30aba.zip |
ui/use.glade: USE flags
Diffstat (limited to 'ui')
-rw-r--r-- | ui/use.glade | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/ui/use.glade b/ui/use.glade new file mode 100644 index 0000000..d74d401 --- /dev/null +++ b/ui/use.glade @@ -0,0 +1,68 @@ +<?xml version="1.0"?> +<glade-interface> + <!-- interface-requires gtk+ 2.6 --> + <!-- interface-naming-policy toplevel-contextual --> + <widget class="GtkWindow" id="use_window"> + <property name="border_width">18</property> + <child> + <widget class="GtkAlignment" id="use_align"> + <property name="width_request">400</property> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="yalign">0</property> + <child> + <widget class="GtkVBox" id="use_box"> + <property name="visible">True</property> + <property name="border_width">5</property> + <property name="orientation">vertical</property> + <property name="spacing">10</property> + <child> + <widget class="GtkLabel" id="label1"> + <property name="visible">True</property> + <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). +Pick your flags by selecting them. Your profile already set some of the flags, but you can override them if you wish.</property> + <property name="justify">center</property> + </widget> + <packing> + <property name="position">0</property> + </packing> + </child> + <child> + <widget class="GtkScrolledWindow" id="scrolledwindow1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hscrollbar_policy">automatic</property> + <property name="vscrollbar_policy">automatic</property> + <child> + <widget class="GtkTable" id="table1"> + <property name="visible">True</property> + <property name="n_columns">2</property> + <child> + <widget class="GtkLabel" id="label2"> + <property name="visible">True</property> + <property name="label" translatable="yes">Flag</property> + </widget> + </child> + <child> + <widget class="GtkLabel" id="label3"> + <property name="visible">True</property> + <property name="label" translatable="yes">Description</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + </packing> + </child> + </widget> + </child> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + </widget> + </child> + </widget> + </child> + </widget> +</glade-interface> |