public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Wiktor W Brodlo" <wiktor@brodlo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/anaconda:master commit in: ui/
Date: Thu, 30 Jun 2011 02:32:12 +0000 (UTC)	[thread overview]
Message-ID: <a3c9feb72b76b56a884fee6e917a819a68f30aba.wiktor@gentoo> (raw)

commit:     a3c9feb72b76b56a884fee6e917a819a68f30aba
Author:     wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
AuthorDate: Wed Jun 29 18:48:35 2011 +0000
Commit:     Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
CommitDate: Wed Jun 29 18:48:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=a3c9feb7

ui/use.glade: USE flags

---
 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>



             reply	other threads:[~2011-06-30  2:32 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-30  2:32 Wiktor W Brodlo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-08-22  4:28 [gentoo-commits] proj/anaconda:master commit in: ui/ Wiktor W Brodlo
2011-08-03 11:43 Wiktor W Brodlo
2011-07-22 18:17 Wiktor W Brodlo
2011-07-21  0:09 Wiktor W Brodlo
2011-07-20 23:05 Wiktor W Brodlo
2011-07-20 21:09 Wiktor W Brodlo
2011-07-20  1:19 Wiktor W Brodlo
2011-07-07 19:51 Wiktor W Brodlo
2011-07-07 17:35 Wiktor W Brodlo
2011-07-04 13:07 Wiktor W Brodlo
2011-07-04 10:52 Wiktor W Brodlo
2011-07-04 10:44 Wiktor W Brodlo
2011-07-04 10:26 Wiktor W Brodlo
2011-07-04  9:27 Wiktor W Brodlo
2011-07-03 18:01 Wiktor W Brodlo
2011-07-03 17:34 Wiktor W Brodlo
2011-07-03 17:24 Wiktor W Brodlo
2011-06-30 22:12 Wiktor W Brodlo
2011-06-30  2:32 Wiktor W Brodlo
2011-06-30  2:32 Wiktor W Brodlo
2011-06-30  2:32 Wiktor W Brodlo
2011-06-30  2:32 Wiktor W Brodlo
2011-06-30  2:32 Wiktor W Brodlo
2011-06-30  2:32 Wiktor W Brodlo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a3c9feb72b76b56a884fee6e917a819a68f30aba.wiktor@gentoo \
    --to=wiktor@brodlo.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox