In the previous chapter, you learned how create a Gnome GUI. If
you've worked with Visual Studio, Delphi/Kylix or Visual Basic
@@ -53,7 +62,7 @@ xml, that can be used with any language with glade bindings. This
benefit is bought with little more effort compared to Visual
Studio, as the code can't be generated automatically.
-
Creating the UI
+
Creating the UI
@@ -123,7 +132,7 @@ It's plain XML and looks like that:
-
It's time to start coding
+
It's time to start coding
The code is similiar to previous chapters. What has changed is,
that most of the code is move to the GladeTest constructor.
@@ -229,7 +238,7 @@ button1.BorderWidth=10;
That's it.
-
Available Widgets
+
Available Widgets
All available widgets are devided in 4 categories. If you want
your application to be independent of gnome and portable to
@@ -240,7 +249,7 @@ Iconlists and other useful things.
Glade can be extened, for example gnome-db extensions are
available.
-
Using Glade in our Project
+
Using Glade in our Project
After explaining how it works, like in the other chapters we want
to go on with our little Project, introducing the new learned
@@ -251,8 +260,8 @@ few UI bits, done by hand and adds an Interface using Glade.
[TODO]
-
Didn't you say something about this self-contained
-thing?
+
Didn't you say something about this self-contained
+thing?
Yes, I did. And it's quite a good feature. Now, that we're using
Glade our application consists not only of 1, but 2 files.
diff --git a/gnometutorial/bindings/gtk-sharp/gtk-sharp.html b/gnometutorial/bindings/gtk-sharp/gtk-sharp.html
index ad070893d..87f743659 100644
--- a/gnometutorial/bindings/gtk-sharp/gtk-sharp.html
+++ b/gnometutorial/bindings/gtk-sharp/gtk-sharp.html
@@ -1,12 +1,20 @@
-
-
-GTK#
-
-
-
-
-
GTK#
-by Johannes Roith (johannes@jroith.de), Alejandro Sánchez Acosta (raciel@es.gnu.org[if you contribute to this chapter please add your name here]
+
+
+The Gnome.NET Tutorial
+
+
+
+
+
+
+
+by Johannes Roith (johannes@jroith.de), Alejandro Sánchez Acosta (raciel@es.gnu.org) [if you contribute to this chapter please add your name here]
This chapter does use some content from the GTK+ Tutorial by Tony Gale, Ian Main, & the GTK team
Introduction
diff --git a/gnometutorial/gn.png b/gnometutorial/gn.png
new file mode 100644
index 000000000..cdea5a2f5
Binary files /dev/null and b/gnometutorial/gn.png differ
diff --git a/gnometutorial/index.html b/gnometutorial/index.html
index 738db54ff..f4ed16592 100644
--- a/gnometutorial/index.html
+++ b/gnometutorial/index.html
@@ -1,94 +1,69 @@
-
-
-The Gnome.NET Tutorial
-
-
-
-
The Gnome.NET Tutorial First Edition
-
A Much Needed Room To Breathe
-
This is work in progress please feel free to browse, but dont
-expect a nice finished tutorial :o) Not yet anyways
diff --git a/gnometutorial/style.css b/gnometutorial/style.css
index 5c65d8bc9..1114e8b1f 100644
--- a/gnometutorial/style.css
+++ b/gnometutorial/style.css
@@ -1 +1,3 @@
-.code {padding-left:2px; padding-right:2px;, padding-top:0px;padding-bottom:0px;background-color:#efefef}
\ No newline at end of file
+.code {padding-left:2px; padding-right:2px;, padding-top:0px;padding-bottom:0px;background-color:#efefef}
+body {font-family:Arial, Verdana;font-size:12px;}
+.navbar {font-family:Arial, Verdana;font-size:10px;}
\ No newline at end of file