diff --git a/ChangeLog b/ChangeLog index 653606f82..0d1f8c47d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-01 Mike Kestner + + * gtk/Gtk.metadata : mark SizeRequest requisition as out, not ref. + [Fixes #59388] + 2004-05-31 Mike Kestner * configure.in : Bump version to 0.93 and tag. diff --git a/doc/ChangeLog b/doc/ChangeLog index 589603dec..e0ce8e182 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-06-01 Mike Kestner + + * en/Gtk/Widget.xml : move existing docs to new method sig. + 2004-05-31 Mike Kestner * en/Gdk/Rectangle.xml : docs for newly changed Isect and Union. diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index ec5415dc9..b4cb9f9c4 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -2636,31 +2636,6 @@ handle focus grabs. To be added - - - Method - - System.Void - - - - - - Obtains the preferred size of a . - A . - - - The container uses this information to arrange its child widgets and decide what size allocations to give them with . - - - You can also call this method from an application, with some caveats. Most notably, getting a size request requieres the to be associated with a screen, because font information may be needed. Multihead-aware applications should keep this in mind. - - - Also remember that the size request is not necessarily the size a will actually be allocated. - - - - Method @@ -4688,5 +4663,28 @@ handle focus grabs. To be added + + + Method + + Gtk.Requisition + + + + Obtains the preferred size of a . + a + + + The container uses this information to arrange its child widgets and decide what size allocations to give them with . + + + You can also call this method from an application, with some caveats. Most notably, getting a size request requieres the to be associated with a screen, because font information may be needed. Multihead-aware applications should keep this in mind. + + + Also remember that the size request is not necessarily the size a will actually be allocated. + + + + diff --git a/gtk/Gtk.metadata b/gtk/Gtk.metadata index bbc8ff03a..03ad36d40 100644 --- a/gtk/Gtk.metadata +++ b/gtk/Gtk.metadata @@ -295,7 +295,7 @@ 1 1 1 - ref + out 1 ChildNotified WidgetEvent diff --git a/sample/.cvsignore b/sample/.cvsignore index a36ca2cf4..dd67acbe3 100755 --- a/sample/.cvsignore +++ b/sample/.cvsignore @@ -1,5 +1,6 @@ *.dll *.exe +*.exe.config generated Makefile Makefile.in