Todd Berman
b44b408e52
2004-02-14 Todd Berman <tberman@sevenl.net>
...
* gtk/Gtk.metadata : hide Widget.SetState
* gtk/Widget.custom : add State get; set; property
* glue/widget.c : add glue for get_State ();
* gtk/gtk-api.xml : regen
svn path=/trunk/gtk-sharp/; revision=23096
2004-02-14 17:28:11 +00:00
Gonzalo Paniagua Javier
d7a08db9f6
2003-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
...
* glue/adjustment.c:
* glue/canvaspoints.c:
* glue/clipboard.c:
* glue/colorseldialog.c:
* glue/combo.c:
* glue/dialog.c:
* glue/error.c:
* glue/event.c:
* glue/fileselection.c:
* glue/list.c:
* glue/object.c:
* glue/paned.c:
* glue/program.c:
* glue/slist.c:
* glue/style.c:
* glue/type.c:
* glue/value.c:
* glue/widget.c: removed almost all the warnings.
svn path=/trunk/gtk-sharp/; revision=12751
2003-03-22 17:37:43 +00:00
Miguel de Icaza
ce4014e8b5
2003-02-28 Miguel de Icaza <miguel@ximian.com>
...
* glue/widget.c (gtksharp_gtk_widget_get_window): Fix. Return the
window, not the address of the window pointer.
svn path=/trunk/gtk-sharp/; revision=12073
2003-02-28 22:52:28 +00:00
Miguel de Icaza
7b5efe0866
2002-09-23 Miguel de Icaza <miguel@ximian.com>
...
* gtk/Style.custom: bind it.
* gtk/Widget.custom: bind it.
* glue/widget.c: Wrapper to fetch a GdkWindow from a widget.
* glue/style.c: wrapper routines for getting/setting the thickness
on a GtkStyle.
svn path=/trunk/gtk-sharp/; revision=7755
2002-09-24 03:21:37 +00:00
Rachel Hestilow
54838fec29
2002-08-03 Rachel Hestilow <hestilow@ximian.com>
...
* generator/Method.cs: Support libname overrides. Call parms.Finish.
* generator/Parameters.cs: New method parms.Finish. Generate a temporary
holder variable for enum out parameters.
* generator/Property.cs: Pass a boolean to EnumWrapper indicating.
if these are flags.
* generator/StructBase.cs: Disable array marshalling (it is
broken in mono.)
* generator/SymbolTable.cs: Add methods IsEnumFlags.
* glib/EnumWrapper.cs: New bool "flags".
* glib/Value.cs: Call flags variant on GValue for enum props, if needed.
* glue/Makefile.am, glue/style.c, glue/widget.c: Add widget
and style field accessor methods.
* gtk/Style.custom, Widget.custom: Added.
* parser/README: Update requirements (needed for pixbuf drawable hack)
* parser/Gdk.metadata: Fix library for pixbuf methods in gdk.
Add Window.GetPointer "out" parameters.
* parser/gapi2xml.pl: Remap gdk_draw_* methods to Drawable.
* sample/Makefile.in: Add size and scribble samples.
* sample/Scribble.cs: Added.
svn path=/trunk/gtk-sharp/; revision=6387
2002-08-03 22:24:37 +00:00