Daniel Kornhauser Eisenberg
737717e5a5
2003-10-27 Daniel Kornhauser Eisenberg <dkor@alum.mit.edu>
...
* glib/ListBase.cs : Added Indexer to allow [] based adressing
* glib/List.cs : Added DllImport for Indexer
* glib/SList.cs : Added DllImport for Indexer
svn path=/trunk/gtk-sharp/; revision=19420
2003-10-27 04:58:42 +00:00
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
Mike Kestner
c0b574a686
2003-02-21 Mike Kestner <mkestner@speakeasy.net>
...
* mapdllnames.pl : a little whitespace action
* api/*-api.xml : move to win32 dllnames
* */makefile.win32 : remove the mapdllnames step
* */*.cs : move to win32 dllnames
* */*.custom : move to win32 dllnames
* sources/gtk-sharp.sources : move to win32 dllnames
svn path=/trunk/gtk-sharp/; revision=11823
2003-02-22 04:34:56 +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
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