From be5d49f85de0e028dbc448d2e761914076fcf357 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 9 Nov 2004 14:22:51 +0000 Subject: [PATCH] * en/GLib/Object.xml: * en/Gtk/Widget.xml: update for CreateNativeObject changes svn path=/trunk/gtk-sharp/; revision=35886 --- doc/ChangeLog | 5 +++++ doc/en/GLib/Object.xml | 10 +++++----- doc/en/Gtk/Widget.xml | 16 ++++++++++++++++ 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 2af7938d4..70e1b9e2d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-09 Dan Winship + + * en/GLib/Object.xml: + * en/Gtk/Widget.xml: update for CreateNativeObject changes + 2004-11-08 Dan Winship * en/Gtk/Box.xml: diff --git a/doc/en/GLib/Object.xml b/doc/en/GLib/Object.xml index 8a1a5ecae..ae880be93 100644 --- a/doc/en/GLib/Object.xml +++ b/doc/en/GLib/Object.xml @@ -319,7 +319,7 @@ - + Method System.Void @@ -329,10 +329,10 @@ - To be added - a - a - To be added + Creates the GObject underlying a managed subclass + an array of (GObject) property names + the values for the properties identified by + This is the method used by managed subclasses (as opposed to classes that are just wrappers around C-based objects) to create their underlying GObject. It will be invoked for you automatically by when you chain to your subclass's base class constructor. diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index d6c596fef..01c181374 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -4148,4 +4148,20 @@ Widgets are required to honor the size allocation they receive; a size request i a To be added + + + Method + + System.Void + + + + + + + Creates the GObject underlying a managed subclass + an array of (GObject) property names + the values for the properties identified by + See for more details. This overridden method also sets up event handlers on the object to ensure that the wrapper object always stays alive when the widget is contained by another widget (even when it is contained by an unmanaged widget that doesn't know about its managed wrapper). + \ No newline at end of file