diff --git a/gnometutorial/bindings/glade/glade.html b/gnometutorial/bindings/glade/glade.html index 4cf7c3a53..d3ec96314 100644 --- a/gnometutorial/bindings/glade/glade.html +++ b/gnometutorial/bindings/glade/glade.html @@ -1,11 +1,20 @@ - - + -Glade# +The Gnome.NET Tutorial + + + + + +
+ + +
+

+ @@ -17,7 +26,7 @@ href="mailto:johannes@jroith.de">johannes@jroith.de)
-

Introduction

+

Introduction

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

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

- - - -

Contents

- - - - - - - - - - - - - - - - - - - - - - - - - - -
Preface
Chapter 1Mono
- About the Mono Technology
- How Will Mono Technology Change My Life?
- HelloWorld
- Architecture
- Tools
- Linux kernel support for binaries
- Questions and exercises
- Credits -
Chapter 2IDEs
- Emacs
- Eclipse
- #develop -
Chapter 3Various Tools
- NUnit
- NAnt -
Chapter 4C# bindings
- Introduction
- Gtk#
- Gdk#
- Glib#
- Atk#
- Pango#
- Gnome#
- Glade#
- GConf#
- Gda#
- Gnome-db#
- GStreamer#
- Questions and exercises -
Chapter 5UI Design
- GNOME Human Interface Guidelines -
Chapter 6Cases
- Same Gnome
- E-mail client
- Web browser
- Text editor -
Appendix AResources
- API References
- Code samples
- Applications
- Tutorials
- Presentations
- Whitepapers
- Websites
- IRC
- Books -
Appendix BCredits
- Authors
-
- - - -
\ No newline at end of file + + +The Gnome.NET Tutorial + + + + + + + + + + + + +
+ + +
+ +

+

+Maintainer: Martin Willemoes Hansen;
+Authors: Martin Willemoes Hansen, Johannes Roith, [your name here]; +
+

Gnome.NET - 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 + +

+ +Chapter 1 C# bindings +

+ +Chapter 2 UI Design + + +Chapter 3 Cases + + +
+ + + \ No newline at end of file diff --git a/gnometutorial/mono.html b/gnometutorial/mono.html index 993468518..4baab7286 100644 --- a/gnometutorial/mono.html +++ b/gnometutorial/mono.html @@ -1,8 +1,19 @@ - - - - - + + +The Gnome.NET Tutorial + + + + + + + + +
+ + +
+

Mono

About the Mono Technology


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