Mike Kestner
95fc33f785
2003-02-24 Mike Kestner <mkestner@speakeasy.net>
...
* generator/ObjectGen.cs : gen GLib.Value ctor, not uint
* glib/Object.cs : use GLib.Type in RegisterGType and
make the g_object_new ctor use GLib.Type.
* glib/Type.cs : new thin wrapper for GValue type
* glib/*.cs : s/Type/System.Type
svn path=/trunk/gtk-sharp/; revision=11920
2003-02-24 06:39:30 +00:00
Johannes Roith
01f0577b8c
remove console printings
...
svn path=/trunk/gtk-sharp/; revision=10364
2003-01-10 22:23:19 +00:00
Martin Baulig
604034053a
2002-10-11 Martin Baulig <martin@gnome.org>
...
* glib/ListBase.cs (ListBase.Append): New public method.
(ListBase.Prepend): New public method.
svn path=/trunk/gtk-sharp/; revision=8168
2002-10-11 15:43:52 +00:00
Gonzalo Paniagua Javier
31fe10076e
2002-09-01 Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
...
* glib/ListBase.cs: fixed compilation (the base class must be at least
as accesible as the derived ones).
svn path=/trunk/gtk-sharp/; revision=7169
2002-09-01 10:40:24 +00:00
Rachel Hestilow
c8d090f62f
2002-08-31 Rachel Hestilow <hestilow@ximian.com>
...
Proper GList, GSList support. Read-only for now.
* glue/list.c: Added.
* glue/Makefile.am: Add list.c
* glue/type.c: Add function gtksharp_is_object.
* glib/ListBase.cs, List.cs: Added.
* glib/SList.cs: Inherit from ListBase.
* glib/Object.cs: Add static method "IsObject".
* generator/Method.cs: Pass on element_type to constructor
if specified.
* generator/SymbolTable.cs: Move GList to manual types.
* sample/GladeViewer.cs: Remove list hacks.
* sources/Gnome.metadata: Specify element types for
CanvasPathDef.Split and IconList.GetSelection. Rename
CanvasPathDef *to methods to properly capitalized *To.
* sources/Gtk.metadata: Hide Widget.ListAccelClosures until
GClosure is handled properly.
* sources/Pango.metadata: Added.
* sample/test/TestToolbar.cs: Compile with recent delegate changes.
svn path=/trunk/gtk-sharp/; revision=7166
2002-09-01 04:46:38 +00:00