Commit graph

499 commits

Author SHA1 Message Date
Mike Kestner d743db9340 2003-02-21 Mike Kestner <mkestner@speakeasy.net>
* api/*-api.xml : remove stray enum get_type methods.
	* parser/gapi2xml.pl : ignore get_type methods on enums.

svn path=/trunk/gtk-sharp/; revision=11796
2003-02-21 05:54:32 +00:00
Mike Kestner 90913930a7 oops, mark the Set method, not Get.
svn path=/trunk/gtk-sharp/; revision=11791
2003-02-21 03:44:42 +00:00
Mike Kestner 82cc097ef4 2003-02-20 Mike Kestner <mkestner@speakeasy.net>
* api/gtk-api.xml : hide the Arrow::Set method.
	* sources/Gtk.metadata : metadata for above.

svn path=/trunk/gtk-sharp/; revision=11790
2003-02-21 03:33:42 +00:00
Lee Mallabone 56cc116358 Add documentation, based a little on the C API docs.
svn path=/trunk/gtk-sharp/; revision=11784
2003-02-20 20:55:24 +00:00
Duncan Mak 2a82ba7d27 CheckButton documentation from Kevin Breit <mrproper@ximian.com>
svn path=/trunk/gtk-sharp/; revision=11782
2003-02-20 19:25:37 +00:00
Mike Kestner 367de43b68 2003-02-19 Mike Kestner <mkestner@speakeasy.net>
* generator/Parameters.cs (Initialize): construct a GLib.Value
	for out params.

svn path=/trunk/gtk-sharp/; revision=11768
2003-02-20 06:17:23 +00:00
Mike Kestner 284ab36d8b 2003-02-19 Mike Kestner <mkestner@speakeasy.net>
* api/gtk-api.xml : mark TreeModel::GetValue value param out
	suggested by Lee Mallabone <gnome@phonicmonkey.net>
	* sources/Gtk.metadata : metadata for above
	* sources/README : update the gnomedb/gda version reqs

svn path=/trunk/gtk-sharp/; revision=11766
2003-02-20 05:31:14 +00:00
Miguel de Icaza 806e8d3026 More docs
svn path=/trunk/gtk-sharp/; revision=11765
2003-02-20 05:14:28 +00:00
Miguel de Icaza 293099fcee A simple one
svn path=/trunk/gtk-sharp/; revision=11764
2003-02-20 04:57:07 +00:00
Miguel de Icaza 24cfeb3e41 Add an introduction from the Xlib manual, and add hyperlinks
svn path=/trunk/gtk-sharp/; revision=11763
2003-02-20 04:51:28 +00:00
Jeffrey Stedfast 4db8aaf9c7 2003-02-19 Jeffrey Stedfast <fejj@ximian.com>
* en/Gdk/GC.xml: Documented.

svn path=/trunk/gtk-sharp/; revision=11762
2003-02-20 04:21:06 +00:00
Duncan Mak 8e10c2d7ff * TestFileSelection.cs: Update to reflect FileSelection changes.
* sources/Gtk.metadata: Add GetLayoutOffsets to the rule for out params.

* gtk/FileSelection.custom (Button): Rename to FSButton, so that
we won't wipe out our original Gtk.Button docs.

svn path=/trunk/gtk-sharp/; revision=11761
2003-02-20 04:03:15 +00:00
Miguel de Icaza e6f24508c4 Improve Improve
svn path=/trunk/gtk-sharp/; revision=11760
2003-02-20 03:56:51 +00:00
Duncan Mak 7cd3f7e625 Change the method signature for the various
SignalFuncs. Thanks to Leoric from #mono for pointing it out.

svn path=/trunk/gtk-sharp/; revision=11718
2003-02-19 08:54:47 +00:00
Mike Kestner ccd555425e 2003-02-19 Mike Kestner <mkestner@speakeasy.net>
* generator/GenBase.cs : mark #line 1 for .customs
	* generator/SignalHandler.cs : fix for GObj retvals

svn path=/trunk/gtk-sharp/; revision=11714
2003-02-19 06:23:36 +00:00
Miguel de Icaza 3d36c6eda0 2003-02-19 Miguel de Icaza <miguel@ximian.com>
* gdk/Pixbuf.custom: Add overload arguments that take a
	System.Drawing.Color.

	Added a Clone() method, to implement the ICloneable interface.

	Added constructors for inlined in-data RGB/RGBA buffers and file
	images.

svn path=/trunk/gtk-sharp/; revision=11713
2003-02-19 06:00:27 +00:00
Miguel de Icaza c0ea775140 Commit for ct
svn path=/trunk/gtk-sharp/; revision=11712
2003-02-19 05:58:40 +00:00
Duncan Mak bb846f7b01 Documentation for Window from Carlos Alberto Cortez <is118149@mail.udlap.mx>.
svn path=/trunk/gtk-sharp/; revision=11711
2003-02-19 04:02:35 +00:00
Duncan Mak a875178314 Documentation for the scrolling widgets and also Toolbar.
svn path=/trunk/gtk-sharp/; revision=11710
2003-02-19 03:37:52 +00:00
Miguel de Icaza 13a13e60bd Add contribution from Cristopher
svn path=/trunk/gtk-sharp/; revision=11706
2003-02-18 23:03:56 +00:00
Miguel de Icaza 5e4d158452 Box, HBox and VBox from Lee
svn path=/trunk/gtk-sharp/; revision=11705
2003-02-18 21:50:19 +00:00
Mark Crichton ff931046db generator/EnumGen.cs: Added support for different types. Useful for the
GtkMozEmbed headers.

svn path=/trunk/gtk-sharp/; revision=11696
2003-02-18 17:28:51 +00:00
Duncan Mak 6b913229ea More fixes.
svn path=/trunk/gtk-sharp/; revision=11676
2003-02-18 07:02:29 +00:00
Duncan Mak b45cf5ddd4 Tiny fixes.
svn path=/trunk/gtk-sharp/; revision=11674
2003-02-18 06:54:12 +00:00
Duncan Mak b6e4696bb2 Documentation for Gtk.Toolbar, nearly done.
svn path=/trunk/gtk-sharp/; revision=11672
2003-02-18 06:39:00 +00:00
Miguel de Icaza b73bc36b87 50% of Notebook is done
svn path=/trunk/gtk-sharp/; revision=11671
2003-02-18 06:20:42 +00:00
Duncan Mak fc1641eafb Documentation for various enumerations and the beginning of the
Gtk.Dialog class.

svn path=/trunk/gtk-sharp/; revision=11663
2003-02-18 01:46:37 +00:00
Miguel de Icaza f57c89c21d Add Pixbuf documentation, 70% done
svn path=/trunk/gtk-sharp/; revision=11662
2003-02-18 01:33:14 +00:00
Duncan Mak 59e627f8bb 2003-02-17 Duncan Mak <duncan@ximian.com>
* AtkSharp/*.xml:
	* Gdk/*.xml:
	* GdkSharp/*.xml:
	* GladeSharp/*.xml:
	* Gnome/*.xml:
	* GnomeSharp/*.xml:
	* Pango/*.xml: Some ref/out changes.

svn path=/trunk/gtk-sharp/; revision=11658
2003-02-17 23:54:27 +00:00
Duncan Mak a2d6bdffbc * makefile: Some makefile changes.
* en/Gtk/Entry.xml: Patch from Lee Mallabone
<mono-docs@fonicmonkey.net> to add some documentation text for the
Gtk.Entry class.

svn path=/trunk/gtk-sharp/; revision=11655
2003-02-17 22:35:11 +00:00
Duncan Mak 7661dafe09 2003-02-14 Duncan Mak <duncan@ximian.com>
* en/*: Updated the docs and added a new Maintainer attribute, also
	fixed the generator to produce 'ref/out' modifiers for parameters.

svn path=/trunk/gtk-sharp/; revision=11599
2003-02-15 03:08:25 +00:00
Duncan Mak 385e4293d0 Add a makefile and a README
svn path=/trunk/gtk-sharp/; revision=11586
2003-02-14 19:59:31 +00:00
Duncan Mak bab803685d * api/gtk-api.xml:
* sources/Gtk.metadata: Mark 'out' param in GetSelectionBounds,
thanks to Lee Mallabone for spotting that.

svn path=/trunk/gtk-sharp/; revision=11584
2003-02-14 19:17:10 +00:00
Mike Kestner 2c3cae3be8 2003-02-13 Mike Kestner <mkestner@speakeasy.net>
* glib/Boxed.cs : fix a ctor bug reported to the list by
	u900842@oz.nthu.edu.tw.

svn path=/trunk/gtk-sharp/; revision=11564
2003-02-14 01:16:05 +00:00
Mike Kestner b568293a66 2003-02-13 Mike Kestner <mkestner@speakeasy.net>
* sample/Makefile.in: add a distclean target

2003-02-13  Charles Iliya Krempeaux  <charles@reptile.ca>

	* README : Clarifications and additions

svn path=/trunk/gtk-sharp/; revision=11563
2003-02-14 01:09:43 +00:00
Gonzalo Paniagua Javier 6c24bab63c ugh, remove entry added by mistake
svn path=/trunk/gtk-sharp/; revision=11546
2003-02-13 03:14:07 +00:00
Gonzalo Paniagua Javier 9360454d79 2003-02-13 Stefan Sarin <gprojects@saring.de>
* gdk/Color.custom: fixed ToString ().

svn path=/trunk/gtk-sharp/; revision=11545
2003-02-13 03:10:22 +00:00
Gonzalo Paniagua Javier 011ad9f4bf 2003-02-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* gconf/GConf/Client.cs:
	* gconf/GConf/NoSuchKeyException.cs: added key string to the exception
	when Get does not find it.

svn path=/trunk/gtk-sharp/; revision=11544
2003-02-13 03:05:17 +00:00
Duncan Mak a86191d48d Gnome docs
svn path=/trunk/gtk-sharp/; revision=11509
2003-02-12 02:14:42 +00:00
Duncan Mak 52f747583f Gtk docs
svn path=/trunk/gtk-sharp/; revision=11508
2003-02-12 02:00:12 +00:00
Duncan Mak d2510c4aef Pango docs
svn path=/trunk/gtk-sharp/; revision=11507
2003-02-12 01:58:46 +00:00
Duncan Mak 95e9d07bbf GLib docs
svn path=/trunk/gtk-sharp/; revision=11506
2003-02-12 01:58:24 +00:00
Duncan Mak 4ff68cbec8 Glade docs
svn path=/trunk/gtk-sharp/; revision=11505
2003-02-12 01:58:03 +00:00
Duncan Mak 90c511a4f9 Atk docs
svn path=/trunk/gtk-sharp/; revision=11504
2003-02-12 01:57:20 +00:00
Duncan Mak a5f48e2588 Removing the old doc stuff
svn path=/trunk/gtk-sharp/; revision=11503
2003-02-12 01:50:42 +00:00
Duncan Mak 23747622f0 * gnome/voidObjectAffineSVPintSignal.cs:
* gnome/CanvasProxy.cs: Make the voidObjectAffineSVPintSignal
class be in the 'GtkSharp' namespace, instead of 'GtkSharp.Gnome'.

svn path=/trunk/gtk-sharp/; revision=11502
2003-02-12 01:44:35 +00:00
Gonzalo Paniagua Javier 3c2f83a107 2003-02-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* glade/XML.custom: added a couple of checks for null.

svn path=/trunk/gtk-sharp/; revision=11435
2003-02-10 08:30:59 +00:00
Duncan Mak fdaa84817e * sources/Gtk.metadata:
* api/gtk-api.xml: Gtk.Editable.InsertText should have the
position be marked 'ref', not 'out', because it is an in-out parameter.

* gtk/Entry.custom: Overload for InsertText.
* gtk/Clipboard.custom: New overload for SetText.

svn path=/trunk/gtk-sharp/; revision=11430
2003-02-10 00:32:14 +00:00
Duncan Mak 7a1734be34 Mark out params for methods in GtkCalendar,
GtkCellRenderer, GtkWindow, GtkRuler, GtkLayout, GtkScrolledWindow
and GtkSpinButton. Monotalk is very useful for this kind of work.

svn path=/trunk/gtk-sharp/; revision=11429
2003-02-10 00:09:42 +00:00
Rodrigo Moya 05f82f95b4 Updated example
svn path=/trunk/gtk-sharp/; revision=11380
2003-02-09 01:27:23 +00:00