[gnome-devel-docs] Fixed validation errors in toolbar_builder.vala.page
- From: Tiffany Antopolski <antopolski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] Fixed validation errors in toolbar_builder.vala.page
- Date: Mon, 11 Jun 2012 00:53:14 +0000 (UTC)
commit d5edcd31eea4710f0fddf2f2e6ab98c11495cb81
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date: Sun Jun 10 20:52:32 2012 -0400
Fixed validation errors in toolbar_builder.vala.page
platform-demos/C/toolbar_builder.vala.page | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/platform-demos/C/toolbar_builder.vala.page b/platform-demos/C/toolbar_builder.vala.page
index 06ab91f..36876d3 100644
--- a/platform-demos/C/toolbar_builder.vala.page
+++ b/platform-demos/C/toolbar_builder.vala.page
@@ -28,33 +28,33 @@
</p>
<steps>
<item><p>Open Glade, and save the file as <file>toolbar_builder.ui</file></p>
- <media type="image" src="media/glade_ui.png" width="900">
- Screenshot of Glade ui
- </media>
+ <p><media type="image" src="media/glade_ui.png" width="900">
+ Screenshot of Glade ui
+ </media></p>
</item>
<item><p>Under <gui>Containers</gui> on the left hand side, right click on the toolbar icon and select <gui>Add widget as toplevel</gui>.</p>
- <media type="image" src="media/glade_select_toolbar.png">
+ <p><media type="image" src="media/glade_select_toolbar.png">
Screenshot of toolbar icon in Glade ui
- </media>
+ </media></p>
</item>
<item><p>Under the <gui>General</gui> tab on the bottom right, change the <gui>Name</gui> to <input>toolbar</input> and <gui>Show Arrow</gui> to <gui>No</gui>.</p>
- <media type="image" src="media/glade_toolbar_general.png">
- Screenshot of General tab
- </media>
+ <p><media type="image" src="media/glade_toolbar_general.png">
+ Screenshot of General tab
+ </media></p>
</item>
<item><p>Under the <gui>Common</gui> tab, set <gui>Horizontal Expand</gui> to <gui>Yes</gui>.</p>
- <media type="image" src="media/glade_toolbar_common.png">
+ <p><media type="image" src="media/glade_toolbar_common.png">
Screenshot of Common tab
- </media>
+ </media></p>
</item>
<item><p>Right click on the toolbar in the top right and select <gui>Edit</gui>. The <gui>Tool Bar Editor</gui> window will appear.</p>
- <media type="image" src="media/glade_toolbar_edit.png">
+ <p><media type="image" src="media/glade_toolbar_edit.png">
Screenshot of where to right click to edit toolbar.
- </media>
+ </media></p>
</item>
<item><p>We want to add 5 ToolButtons: New, Open, Undo, Fullscreen and Leave Fullscreen. First, we will add the New ToolButton.
@@ -120,9 +120,9 @@
</item>
<item><p>When our program will first start, we don't want the <gui>Leave Fullscreen</gui> ToolButton to be visible, since the application will not be in fullscreen mode. You can set this in the <gui>Common</gui> tab, by clicking the <gui>Visible</gui> property to <gui>No</gui>. The ToolButton will still appear in the interface designer, but will behave correctly when the file is loaded into your program code.</p>
- <media type="image" src="media/glade_visible_no.png">
+ <p><media type="image" src="media/glade_visible_no.png">
Setting the visible property to No
- </media>
+ </media></p>
</item>
<item><p>Save your work, and close Glade.</p>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]