more updates

svn path=/trunk/gtk-sharp/; revision=9874
This commit is contained in:
Johannes Roith 2002-12-25 15:26:17 +00:00
parent f750d78d6a
commit 437b83040b
6 changed files with 125 additions and 120 deletions

View file

@ -1,11 +1,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <html>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Glade#</title> <title>The Gnome.NET Tutorial</title>
<link rel="stylesheet" type="text/css" href="../../style.css" /> <link rel="stylesheet" type="text/css" href="../../style.css" />
</head> </head>
<body> <body>
<table bgcolor=#BEBAA8 width=100% >
<tr><td><a href="../../../index.html"><img src="../../../mg.png" border=0></a><a href="../../index.html"><img src="../../gn.png" border=0></a></td></tr>
</table>
<table bgcolor=#efefef width=100% >
<tr><td class="navbar"><a href="../../../index.html">Monkeyguide</a> &gt; <a href="../../index.html">GNOME.NET</a> &gt; C# bindings &gt; <b>Glade#</b></tr>
</table>
<p>
<table> <table>
<tr> <tr>
<td><img src="icon.png" /></td> <td><img src="icon.png" /></td>
@ -17,7 +26,7 @@ href="mailto:johannes@jroith.de">johannes@jroith.de</a>)</td>
</tr> </tr>
</table> </table>
<h3>Introduction</h3> <h2>Introduction</h2>
In the previous chapter, you learned how create a Gnome GUI. If In the previous chapter, you learned how create a Gnome GUI. If
you've worked with Visual Studio, Delphi/Kylix or Visual Basic 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 benefit is bought with little more effort compared to Visual
Studio, as the code can't be generated automatically. <br /> Studio, as the code can't be generated automatically. <br />
<br /> <br />
<h3>Creating the UI</h3> <h2>Creating the UI</h2>
<table cellpadding="5" border="0"> <table cellpadding="5" border="0">
<tr> <tr>
@ -123,7 +132,7 @@ It's plain XML and looks like that:<br />
</pre> </pre>
<br /> <br />
<h3>It's time to start coding</h3> <h2>It's time to start coding</h2>
The code is similiar to previous chapters. What has changed is, The code is similiar to previous chapters. What has changed is,
that most of the code is move to the GladeTest constructor. that most of the code is move to the GladeTest constructor.
@ -229,7 +238,7 @@ button1.BorderWidth=10;
That's it.<br /> That's it.<br />
<br /> <br />
<h3>Available Widgets</h3> <h2>Available Widgets</h2>
All available widgets are devided in 4 categories. If you want All available widgets are devided in 4 categories. If you want
your application to be independent of gnome and portable to your application to be independent of gnome and portable to
@ -240,7 +249,7 @@ Iconlists and other useful things.<br />
<br /> <br />
Glade can be extened, for example gnome-db extensions are Glade can be extened, for example gnome-db extensions are
available. available.
<h3>Using Glade in our Project</h3> <h2>Using Glade in our Project</h2>
After explaining how it works, like in the other chapters we want After explaining how it works, like in the other chapters we want
to go on with our little Project, introducing the new learned 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] <br /> [TODO] <br />
<br /> <br />
<h3>Didn't you say something about this self-contained <h2>Didn't you say something about this self-contained
thing?</h3> thing?</h2>
Yes, I did. And it's quite a good feature. Now, that we're using 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. Glade our application consists not only of 1, but 2 files.

View file

@ -1,12 +1,20 @@
<html>
<html> <head>
<title>GTK#</title> <title>The Gnome.NET Tutorial</title>
<body>
<link rel="stylesheet" type="text/css" href="../../style.css" />
<link rel="stylesheet" type="text/css" href="../../style.css" />
</head>
<h1>GTK#</h1> <body>
by Johannes Roith (<a href="mailto:johannes@jroith.de">johannes@jroith.de</a>), Alejandro S<>nchez Acosta (<a href="mailto:raciel@es.gnu.org">raciel@es.gnu.org</a>[if you contribute to this chapter please add your name here]<br>
<table bgcolor=#BEBAA8 width=100% >
<tr><td><a href="../../../index.html"><img src="../../../mg.png" border=0></a><a href="../../index.html"><img src="../../gn.png" border=0></a></td></tr>
</table>
<table bgcolor=#efefef width=100% >
<tr><td class="navbar"><a href="../../../index.html">Monkeyguide</a> &gt; <a href="../../index.html">GNOME.NET</a> &gt; C# bindings &gt; <b>GTK#</b></tr>
</table>
<p><h1>GTK#</h1>
by Johannes Roith (<a href="mailto:johannes@jroith.de">johannes@jroith.de</a>), Alejandro S<>nchez Acosta (<a href="mailto:raciel@es.gnu.org">raciel@es.gnu.org</a>) [if you contribute to this chapter please add your name here]<br>
This chapter does use some content from the GTK+ Tutorial by Tony Gale, Ian Main, & the GTK team This chapter does use some content from the GTK+ Tutorial by Tony Gale, Ian Main, & the GTK team
<h2>Introduction</h2> <h2>Introduction</h2>

BIN
gnometutorial/gn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View file

@ -1,94 +1,69 @@
<html> <html>
<head> <head>
<title>The Gnome.NET Tutorial</title> <title>The Gnome.NET Tutorial</title>
</head>
<body> <style>
<center> .menu {font-family:Arial, Verdana;font-size:14px;font-weight:bold;}
<h1>The Gnome.NET Tutorial First Edition</h1> .copyright {font-size:9px;}
<h2>A Much Needed Room To Breathe</h2> .authors {font-size:10px;}
<h3>This is work in progress please feel free to browse, but dont </style>
expect a nice finished tutorial :o) Not yet anyways</h3>
<img src=frontpage.png> <link rel="stylesheet" type="text/css" href="style.css" />
<h3>Contents</h3>
</head>
<table> <body alink=#000000 link=#000000 vlink=#000000>
<tr><td></td><td><b><a href="preface.html">Preface</a></b></td></tr>
<tr><td>Chapter 1</td><td><b>Mono</b></td></tr> <table bgcolor=#BEBAA8 width=100% >
<tr><td></td><td> <tr><td><a href="../index.html"><img src="../mg.png" border=0></a><a href="index.html"><img src="gn.png" border=0></a></td></tr>
<a href="mono.html#about">About the Mono Technology</a><br> </table>
<a href="mono.html#mylife">How Will Mono Technology Change My Life?</a><br> <table bgcolor=#efefef width=100% >
<a href="mono.html#hello">HelloWorld</a><br> <tr><td class="navbar"><a href="../index.html">Monkeyguide</a> &gt; <b>GNOME.NET</b></tr>
<a href="mono.html#html">Architecture</a><br> </table>
<a href="mono.html#tools">Tools</a><br>
<a href="mono.html#kernel">Linux kernel support for binaries</a><br> <p>
<a href="mono.html#qae">Questions and exercises</a><br> <div class="authors">
<a href="mono.html#credits">Credits</a> Maintainer: Martin Willemoes Hansen;<br>
</td></tr> Authors: Martin Willemoes Hansen, Johannes Roith, [your name here];
</div>
<tr><td>Chapter 2</td><td><b>IDEs</b></td></tr> <h2>Gnome.NET - A Much Needed Room To Breathe</h2>
<tr><td></td><td> This is work in progress please feel free to browse, but dont
<a href="ide/emacs.html">Emacs</a><br> expect a nice finished tutorial :o) Not yet anyways
<a href="ide/eclipse.html">Eclipse</a><br>
#develop <p>
</td></tr>
<b>Chapter 1</b> C# bindings
<tr><td>Chapter 3</td><td><b>Various Tools</b></td></tr> <ul class="menu">
<tr><td></td><td> <li>Introduction
NUnit<br> <li><a href="bindings/gtk-sharp/gtk-sharp.html">Gtk#</a>
NAnt <li>Gdk#
</td></tr> <li>Glib#
<li>Atk#
<tr><td>Chapter 4</td><td><b>C# bindings</b></td></tr> <li>Pango#
<tr><td></td><td> <li>Gnome#
Introduction<br> <li><a href="bindings/glade/glade.html">Glade#</a>
<a href="bindings/gtk-sharp/gtk-sharp.html">Gtk#</a><br> <li><a href="bindings/gconf/gconf.html">GConf#</a>
Gdk#<br> <li>Gda#
Glib#<br> <li>Gnome-db#
Atk#<br> <li>GStreamer#
Pango#<br> <li>Questions and exercises
Gnome#<br> </ul>
<a href="bindings/glade/glade.html">Glade#</a><br>
GConf#<br> <b>Chapter 2</b> UI Design
Gda#<br> <ul class="menu">
Gnome-db#<br> <li>GNOME Human Interface Guidelines
GStreamer#<br> </ul>
Questions and exercises
</td></tr> <b>Chapter 3</b> Cases
<tr><td>Chapter 5</td><td><b>UI Design</b></td></tr> <ul class="menu">
<tr><td></td><td> <li>Same Gnome
GNOME Human Interface Guidelines <li>E-mail client
</td></tr> <li>Web browser
<li>Text editor
<tr><td>Chapter 6</td><td><b>Cases</b></td></tr> </ul>
<tr><td></td><td>
Same Gnome<br> <hr size=1>
E-mail client<br> <div class="copyright">The Monkeyguide/Gnome.NET tutorial</div>
Web browser<br> </body>
Text editor </html>
</td></tr>
<tr><td>Appendix A</td><td><b>Resources</b></td></tr>
<tr><td></td><td>
<a href="resources.html#api">API References</a><br>
<a href="resources.html#code">Code samples</a><br>
<a href="resources.html#apps">Applications</a><br>
<a href="resources.html#tutorials">Tutorials</a><br>
<a href="resources.html#presentations">Presentations</a><br>
<a href="resources.html#whitepapers">Whitepapers</a><br>
<a href="resources.html#website">Websites</a><br>
<a href="resources.html#irc">IRC</a><br>
<a href="resources.html#books">Books</a>
</td></tr>
<tr><td>Appendix B</td><td><b>Credits</b></td></tr>
<tr><td></td><td>
Authors<br>
</td></tr>
</table>
</body>
</html>
</center>

View file

@ -1,8 +1,19 @@
<html> <html>
<body> <head>
<title>The Gnome.NET Tutorial</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<table bgcolor=#BEBAA8 width=100% >
<tr><td><a href="../index.html"><img src="../mg.png" border=0></a><a href="index.html"><img src="gn.png" border=0></a></td></tr>
</table>
<table bgcolor=#efefef width=100% >
<tr><td class="navbar"><a href="../index.html">Monkeyguide</a> &gt; <a href="index.html">GNOME.NET</a> &gt; <b>About Mono</b></tr>
</table>
<p>
<h1>Mono</h1> <h1>Mono</h1>
<a id="about"><h2>About the Mono Technology</h2></a><br> <a id="about"><h2>About the Mono Technology</h2></a><br>

View file

@ -1 +1,3 @@
.code {padding-left:2px; padding-right:2px;, padding-top:0px;padding-bottom:0px;background-color:#efefef} .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;}