[release-notes/gnome-3-6] Add new widget images



commit 97c57af13fbb459e25f774ccde4fa9e95b936a04
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Sep 12 21:51:17 2012 -0400

    Add new widget images

 help/C/developers-gtk.page      |   49 +++++++++++++++++++++++++++++++--------
 help/C/figures/levelbar.png     |  Bin 0 -> 2074 bytes
 help/C/figures/menu-button.png  |  Bin 0 -> 1809 bytes
 help/C/figures/search-entry.png |  Bin 0 -> 2628 bytes
 help/Makefile.am                |    5 +++-
 5 files changed, 43 insertions(+), 11 deletions(-)
---
diff --git a/help/C/developers-gtk.page b/help/C/developers-gtk.page
index e01d253..67bc06b 100644
--- a/help/C/developers-gtk.page
+++ b/help/C/developers-gtk.page
@@ -17,14 +17,43 @@
 
   <title>GTK+</title>
 
-  <list>
-    <item><p>GtkStrengthBar is a new widget for displaying the strength or level or some quantity; you can see this used in the Power settings.</p></item>
-    <item><p>GtkSearchEntry is a new subclass of GtkEntry that is set up to be used as a search entry; this is widely used to ensure consistent behaviour and appearance of search entries.</p></item>
-    <item><p>GtkMenuButton is another new widget. It shows a button that brings up a menu. The menu can be generated from a GMenu or provided manually. This widget is used for the 'gears' menu in several applications.</p></item>
-    <item><p>GtkIconView supports height-for-width layout.</p></item>
-    <item><p>GtkEntry lets you set Pango attributes for the text now (e.g. to make it big or bold).</p></item>
-    <item><p>GtkSpinButton can be oriented vertically. This is used in the new Clocks application.</p></item>
-    <item><p>The theming code now supports multiple backgrounds and transitions. Limited support for CSS animations is available too.</p></item>
-  </list>
-
+    <media type="image" style="floatend" src="figures/levelbar.png" />
+   <list>
+    <item><p>
+      GtkLevelBar is a new widget for displaying the strength
+      or level or some quantity; you can see this used in the
+      Power settings.
+    </p></item>
+    <item><p>
+      GtkIconView supports height-for-width layout.
+    </p></item>
+    <item><p>
+      GtkSpinButton can be oriented vertically. This is used in the
+      new Clocks application.
+    </p></item>
+    </list>
+    <media type="image" style="floatend" src="figures/search-entry.png" />
+    <list>
+    <item><p>
+      GtkSearchEntry is a new subclass of GtkEntry that is set
+      up to be used as a search entry; this is widely used to
+      ensure consistent behaviour and appearance of search entries.
+    </p></item>
+    <item><p>
+      GtkEntry lets you set Pango attributes for the text
+      (e.g. to make it big or bold).
+    </p></item>
+    </list>
+    <media type="image" style="floatend" src="figures/menu-button.png" />
+    <list>
+    <item><p>
+      GtkMenuButton is another new widget. It shows a button that
+      brings up a menu. This widget is used for the 'gears' menu
+      in several applications.
+    </p></item>
+    <item><p>
+      The theming code now supports multiple backgrounds and transitions.
+      Limited support for CSS animations is available too.
+    </p></item>
+    </list>
 </page>
diff --git a/help/C/figures/levelbar.png b/help/C/figures/levelbar.png
new file mode 100644
index 0000000..37fd0a4
Binary files /dev/null and b/help/C/figures/levelbar.png differ
diff --git a/help/C/figures/menu-button.png b/help/C/figures/menu-button.png
new file mode 100644
index 0000000..71ced34
Binary files /dev/null and b/help/C/figures/menu-button.png differ
diff --git a/help/C/figures/search-entry.png b/help/C/figures/search-entry.png
new file mode 100644
index 0000000..8fc2f49
Binary files /dev/null and b/help/C/figures/search-entry.png differ
diff --git a/help/Makefile.am b/help/Makefile.am
index 14bf82b..9c4ee8d 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -47,7 +47,10 @@ HELP_MEDIA = \
  figures/lookingforward-clocks.png \
  figures/lookingforward-clocks-world-alarm.png \
  figures/lookingforward-clocks-world-alarm-ringing.png \
- figures/lookingforward-clocks-world-timer.png
+ figures/lookingforward-clocks-world-timer.png \
+ figures/levelbar.png \
+ figures/menu-button.png \
+ figures/search-entry.png
 
 HELP_LINGUAS = \
  es id



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]