From 59a430ee35b88b3e2bdf486434340aa7dc669d2f Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Wed, 6 Aug 2003 20:52:02 +0000 Subject: [PATCH] (Gtk.Widget.SizeRequest): Mark the requisition parameter as out. svn path=/trunk/gtk-sharp/; revision=17140 --- ChangeLog | 5 + api/gnome-api.xml | 2 +- api/gtk-api.xml | 2 +- doc/en/Gtk/Widget.xml | 541 ++++++++++++++++++++++++------------------ sources/Gtk.metadata | 12 + 5 files changed, 334 insertions(+), 228 deletions(-) diff --git a/ChangeLog b/ChangeLog index 68640de60..999b187d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-06 Duncan Mak + + * sources/Gtk.metadata (Gtk.Widget.SizeRequest): Mark the + requisition parameter as out. + 2003-08-06 Xavier Amado * gtk/Notebook.custom (CurrentPageWidget): Added a property for diff --git a/api/gnome-api.xml b/api/gnome-api.xml index 509d89212..891cf9d08 100644 --- a/api/gnome-api.xml +++ b/api/gnome-api.xml @@ -1344,7 +1344,7 @@ - + diff --git a/api/gtk-api.xml b/api/gtk-api.xml index fe9516488..00b93b990 100644 --- a/api/gtk-api.xml +++ b/api/gtk-api.xml @@ -10088,7 +10088,7 @@ - + diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index be61b51a6..202a3d2c9 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -59,8 +59,8 @@ System.Void - - + + Pushes onto a global stack of colormaps. Colormap that is pushed by . @@ -159,8 +159,8 @@ System.Void - - + + Moves a from one to another, handling reference count issues to avoid destroying the widget. A to move the widget into. @@ -178,8 +178,8 @@ System.Boolean - - + + Move focus to particular . Direction of focus movement. @@ -240,11 +240,11 @@ System.Void - - - - - + + + + + Invalidates the rectangular area of a . y coordinate of upper-left corner of rectangle to redraw. @@ -271,9 +271,9 @@ System.Void - - - + + + Sets the foreground for a in a particular . The state for which to set the background color. @@ -292,10 +292,10 @@ Gdk.Pixbuf - - - - + + + + A convenience function that uses the theme engine and RC file settings for to look up and render it to a . A stock ID. @@ -319,9 +319,9 @@ System.Void - - - + + + Gets the values of a multiple style properties of . The name of the first property to get. @@ -356,9 +356,9 @@ System.Void - - - + + + Sets the text for a in a particular state. The state for which to set the text color. @@ -411,8 +411,8 @@ System.Void - - + + Obtains ->. A to be filled in. @@ -462,9 +462,9 @@ System.Void - - - + + + Given an accelerator group, , and an accelerator path, , sets up an accelerator in so whenever the key binding that is defined for is pressed, will be activated. Path used to look up the the accelerator. @@ -486,12 +486,12 @@ System.Void - - - - - - + + + + + + Installs an accelerator for this in that causes to be emitted if the accelerator is activated. Widget signal to emit on accelerator activation. @@ -535,9 +535,9 @@ System.Boolean - - - + + + For that support scrolling, sets the scroll adjustments. An adjustment for horizontal scrolling, or . @@ -557,8 +557,8 @@ Pango.Layout - - + + Creates a new with the appropriate colormap, font description, and base direction for drawing text for . text to set on the layout (can be ). @@ -593,8 +593,8 @@ System.Void - - + + Obtains the preferred size of a . A to be filled in. @@ -632,9 +632,9 @@ System.Void - - - + + + Sets the background color for a in a particular state. The state for which to set the background color. @@ -653,8 +653,8 @@ System.Boolean - - + + Rarely-used function. This function is used to emit the event signals on a . A . @@ -689,9 +689,9 @@ System.Void - - - + + + Sets the base color for a in a particular state. The state for which to set the base color. @@ -710,8 +710,8 @@ Gtk.Widget - - + + Gets the first ancestor of with type . Ancestor type. @@ -746,8 +746,8 @@ System.Void - - + + Modifies style values on the . The holding the style modifications. @@ -768,9 +768,9 @@ System.Void - - - + + + Sets the minimum size of a ; that is, the 's size request will be by . Width should request, or -1 to unset. @@ -792,8 +792,8 @@ System.Boolean - - + + To be added To be added: an object of type 'bool' @@ -808,9 +808,9 @@ System.Void - - - + + + Gets the size request that was explicitly set for the using . Return location for width, or . @@ -829,10 +829,10 @@ System.Boolean - - - - + + + + Removes an accelerator from , previously installed with . Accel group for this widget. @@ -885,8 +885,8 @@ Gdk.Region - - + + Computes the intersection of a 's area and , returning the intersection. A , in the same coordinate system as ->allocation. That is, relative to ->window for widgets; relative to the parent window of ->window for widgets with their own window. @@ -921,8 +921,8 @@ System.Void - - + + Sets the font to use for a . The font description to use, or to undo the effect of previous calls to . @@ -940,8 +940,8 @@ System.Int32 - - + + Very rarely-used function. This function is used to emit an signals on a . A . @@ -992,8 +992,8 @@ System.Boolean - - + + Determines whether is somewhere inside , possibly with intermediate containers. Another . @@ -1012,8 +1012,8 @@ System.Void - - + + Adds the events in the bitfield to the event mask for . @@ -1063,10 +1063,10 @@ System.Void - - - - + + + + Sets a shape for this 's GDK window. This allows for transparent windows etc., see for more information. Shape to be added, or to remove an existing shape. @@ -1086,8 +1086,8 @@ System.Void - - + + Emits a signal for the child property on . The name of a child property installed on the class of widget's parent. @@ -1140,8 +1140,8 @@ System.Void - - + + This function is only used by subclasses, to assign a size and position to their child widgets. A position and size to be allocated to . @@ -1169,8 +1169,8 @@ Constructor - - + + Internal constructor Pointer to the C object. @@ -1229,8 +1229,7 @@ Gdk.Colormap - - + Sets or obtains the default colormap to use when creating widgets. A colormap (see ). @@ -1248,8 +1247,7 @@ Gtk.TextDirection - - + Sets or obtains the default reading direction for widgets. A . @@ -1315,8 +1313,7 @@ Gtk.TextDirection - - + Sets or obtains the reading direction on a particular . A . @@ -1334,8 +1331,7 @@ Gdk.Colormap - - + Sets or obtains the colormap that will be used to render . A colormap (see ). @@ -1353,8 +1349,7 @@ System.Boolean - - + Sets or obtains whether should be mapped along with its when its parent is mapped and has been shown with . If , should be mapped along with its parent. @@ -1375,8 +1370,7 @@ System.String - - + Sets or obtains a composite name. The name to set. @@ -1410,8 +1404,7 @@ System.Boolean - - + Sets whether a size allocation changes, the entire is queued for drawing. @@ -1433,8 +1426,7 @@ System.Boolean - - + Use this function to turn off the double buffering. @@ -1472,8 +1464,7 @@ Gdk.Window - - + Sets or obtains 's parent window. The new parent window. @@ -1510,8 +1501,7 @@ Gtk.StateType - - + Sets the state of a (insensitive, prelighted, etc.). New state for . @@ -1564,8 +1554,7 @@ System.Boolean - - + To be added To be added: an object of type 'bool' @@ -1579,8 +1568,7 @@ System.Int32 - - + To be added To be added: an object of type 'int' @@ -1594,8 +1582,7 @@ System.Boolean - - + To be added To be added: an object of type 'bool' @@ -1609,8 +1596,7 @@ System.Int32 - - + To be added To be added: an object of type 'int' @@ -1624,8 +1610,7 @@ System.Boolean - - + To be added To be added: an object of type 'bool' @@ -1639,8 +1624,7 @@ System.Boolean - - + To be added To be added: an object of type 'bool' @@ -1654,8 +1638,7 @@ Gdk.ExtensionMode - - + To be added To be added: an object of type 'Gdk.ExtensionMode' @@ -1669,8 +1652,7 @@ System.Boolean - - + To be added To be added: an object of type 'bool' @@ -1696,8 +1678,7 @@ System.Boolean - - + To be added To be added: an object of type 'bool' @@ -1711,8 +1692,7 @@ System.Boolean - - + To be added To be added: an object of type 'bool' @@ -1726,8 +1706,7 @@ System.Int32 - - + To be added To be added: an object of type 'int' @@ -1741,8 +1720,7 @@ System.Boolean - - + To be added To be added: an object of type 'bool' @@ -1756,8 +1734,7 @@ Gtk.Widget - - + To be added To be added: an object of type 'Gtk.Widget' @@ -1771,8 +1748,7 @@ System.String - - + To be added To be added: an object of type 'string' @@ -1786,8 +1762,7 @@ Gtk.Style - - + To be added To be added: an object of type 'Gtk.Style' @@ -1798,7 +1773,9 @@ Event - GtkSharp.UnmapEventHandler + + GtkSharp.UnmapEventHandler + To be added @@ -1808,7 +1785,9 @@ Event - GtkSharp.FocusedHandler + + GtkSharp.FocusedHandler + To be added @@ -1818,7 +1797,9 @@ Event - GtkSharp.ParentSetHandler + + GtkSharp.ParentSetHandler + To be added @@ -1828,7 +1809,9 @@ Event - GtkSharp.KeyReleaseEventHandler + + GtkSharp.KeyReleaseEventHandler + To be added @@ -1838,7 +1821,9 @@ Event - System.EventHandler + + System.EventHandler + To be added @@ -1848,7 +1833,9 @@ Event - GtkSharp.SelectionRequestEventHandler + + GtkSharp.SelectionRequestEventHandler + To be added @@ -1858,7 +1845,9 @@ Event - GtkSharp.DirectionChangedHandler + + GtkSharp.DirectionChangedHandler + To be added @@ -1868,7 +1857,9 @@ Event - System.EventHandler + + System.EventHandler + To be added @@ -1878,7 +1869,9 @@ Event - GtkSharp.DragLeaveHandler + + GtkSharp.DragLeaveHandler + To be added @@ -1888,7 +1881,9 @@ Event - GtkSharp.ScrollEventHandler + + GtkSharp.ScrollEventHandler + To be added @@ -1898,7 +1893,9 @@ Event - GtkSharp.VisibilityNotifyEventHandler + + GtkSharp.VisibilityNotifyEventHandler + To be added @@ -1908,7 +1905,9 @@ Event - GtkSharp.WindowStateEventHandler + + GtkSharp.WindowStateEventHandler + To be added @@ -1918,7 +1917,9 @@ Event - System.EventHandler + + System.EventHandler + To be added @@ -1928,7 +1929,9 @@ Event - GtkSharp.DragBeginHandler + + GtkSharp.DragBeginHandler + To be added @@ -1938,7 +1941,9 @@ Event - GtkSharp.HierarchyChangedHandler + + GtkSharp.HierarchyChangedHandler + To be added @@ -1948,7 +1953,9 @@ Event - GtkSharp.ConfigureEventHandler + + GtkSharp.ConfigureEventHandler + To be added @@ -1958,7 +1965,9 @@ Event - GtkSharp.KeyPressEventHandler + + GtkSharp.KeyPressEventHandler + To be added @@ -1968,7 +1977,9 @@ Event - GtkSharp.MapEventHandler + + GtkSharp.MapEventHandler + To be added @@ -1978,7 +1989,9 @@ Event - System.EventHandler + + System.EventHandler + To be added @@ -1988,7 +2001,9 @@ Event - GtkSharp.MotionNotifyEventHandler + + GtkSharp.MotionNotifyEventHandler + To be added @@ -1998,7 +2013,9 @@ Event - GtkSharp.StateChangedHandler + + GtkSharp.StateChangedHandler + To be added @@ -2008,7 +2025,9 @@ Event - GtkSharp.NoExposeEventHandler + + GtkSharp.NoExposeEventHandler + To be added @@ -2018,7 +2037,9 @@ Event - System.EventHandler + + System.EventHandler + To be added @@ -2028,7 +2049,9 @@ Event - GtkSharp.ButtonReleaseEventHandler + + GtkSharp.ButtonReleaseEventHandler + To be added @@ -2038,7 +2061,9 @@ Event - GtkSharp.SelectionGetHandler + + GtkSharp.SelectionGetHandler + To be added @@ -2048,7 +2073,9 @@ Event - GtkSharp.SizeAllocatedHandler + + GtkSharp.SizeAllocatedHandler + To be added @@ -2058,7 +2085,9 @@ Event - GtkSharp.PopupMenuHandler + + GtkSharp.PopupMenuHandler + To be added @@ -2068,7 +2097,9 @@ Event - GtkSharp.ExposeEventHandler + + GtkSharp.ExposeEventHandler + To be added @@ -2078,7 +2109,9 @@ Event - System.EventHandler + + System.EventHandler + To be added @@ -2088,7 +2121,9 @@ Event - GtkSharp.SelectionNotifyEventHandler + + GtkSharp.SelectionNotifyEventHandler + To be added @@ -2098,7 +2133,9 @@ Event - GtkSharp.FocusInEventHandler + + GtkSharp.FocusInEventHandler + To be added @@ -2108,7 +2145,9 @@ Event - GtkSharp.ButtonPressEventHandler + + GtkSharp.ButtonPressEventHandler + To be added @@ -2118,7 +2157,9 @@ Event - GtkSharp.PropertyNotifyEventHandler + + GtkSharp.PropertyNotifyEventHandler + To be added @@ -2128,7 +2169,9 @@ Event - GtkSharp.HelpShownHandler + + GtkSharp.HelpShownHandler + To be added @@ -2138,7 +2181,9 @@ Event - GtkSharp.ClientEventHandler + + GtkSharp.ClientEventHandler + To be added @@ -2148,7 +2193,9 @@ Event - GtkSharp.ProximityInEventHandler + + GtkSharp.ProximityInEventHandler + To be added @@ -2158,7 +2205,9 @@ Event - GtkSharp.ProximityOutEventHandler + + GtkSharp.ProximityOutEventHandler + To be added @@ -2168,7 +2217,9 @@ Event - GtkSharp.DestroyEventHandler + + GtkSharp.DestroyEventHandler + To be added @@ -2178,7 +2229,9 @@ Event - GtkSharp.SelectionReceivedHandler + + GtkSharp.SelectionReceivedHandler + To be added @@ -2188,7 +2241,9 @@ Event - GtkSharp.DragDataGetHandler + + GtkSharp.DragDataGetHandler + To be added @@ -2198,7 +2253,9 @@ Event - GtkSharp.EnterNotifyEventHandler + + GtkSharp.EnterNotifyEventHandler + To be added @@ -2208,7 +2265,9 @@ Event - GtkSharp.DragDataReceivedHandler + + GtkSharp.DragDataReceivedHandler + To be added @@ -2218,7 +2277,9 @@ Event - GtkSharp.DragMotionHandler + + GtkSharp.DragMotionHandler + To be added @@ -2228,7 +2289,9 @@ Event - GtkSharp.SizeRequestedHandler + + GtkSharp.SizeRequestedHandler + To be added @@ -2238,7 +2301,9 @@ Event - GtkSharp.GrabNotifyHandler + + GtkSharp.GrabNotifyHandler + To be added @@ -2248,7 +2313,9 @@ Event - GtkSharp.StyleSetHandler + + GtkSharp.StyleSetHandler + To be added @@ -2258,7 +2325,9 @@ Event - GtkSharp.FocusOutEventHandler + + GtkSharp.FocusOutEventHandler + To be added @@ -2268,7 +2337,9 @@ Event - GtkSharp.ChildNotifiedHandler + + GtkSharp.ChildNotifiedHandler + To be added @@ -2278,7 +2349,9 @@ Event - System.EventHandler + + System.EventHandler + To be added @@ -2288,7 +2361,9 @@ Event - GtkSharp.DragEndHandler + + GtkSharp.DragEndHandler + To be added @@ -2298,7 +2373,9 @@ Event - GtkSharp.SelectionClearEventHandler + + GtkSharp.SelectionClearEventHandler + To be added @@ -2308,7 +2385,9 @@ Event - GtkSharp.MnemonicActivatedHandler + + GtkSharp.MnemonicActivatedHandler + To be added @@ -2318,7 +2397,9 @@ Event - GtkSharp.DragDropHandler + + GtkSharp.DragDropHandler + To be added @@ -2328,7 +2409,9 @@ Event - GtkSharp.LeaveNotifyEventHandler + + GtkSharp.LeaveNotifyEventHandler + To be added @@ -2338,7 +2421,9 @@ Event - GtkSharp.DeleteEventHandler + + GtkSharp.DeleteEventHandler + To be added @@ -2348,7 +2433,9 @@ Event - System.EventHandler + + System.EventHandler + To be added @@ -2358,7 +2445,9 @@ Event - GtkSharp.DragDataDeleteHandler + + GtkSharp.DragDataDeleteHandler + To be added @@ -2370,8 +2459,8 @@ Constructor - - + + Internal constructor GLib type for the type @@ -2387,8 +2476,7 @@ System.Drawing.Size - - + To be added a @@ -2438,8 +2526,7 @@ System.Boolean - - + Determines if the is the focus widget within its toplevel. @@ -2454,7 +2541,9 @@ Event - GtkSharp.ScreenChangedHandler + + GtkSharp.ScreenChangedHandler + To be added @@ -2468,9 +2557,9 @@ System.Boolean - - - + + + Computes the intersection of a 's area and . A rectangle. @@ -2491,9 +2580,9 @@ System.Void - - - + + + Gets the of a style property of . The name of a style property. @@ -2512,8 +2601,8 @@ Gtk.Clipboard - - + + To be added a @@ -2528,9 +2617,9 @@ System.Void - - - + + + Obtains the location of the mouse pointer in coordinates. Return location for the X coordinate, or . @@ -2549,12 +2638,12 @@ System.Boolean - - - - - - + + + + + + Translate coordinates relative to 's allocation to coordinates relative to 's allocations. A . @@ -2577,10 +2666,10 @@ System.Void - - - - + + + + Obtains the full path to . Location to store length of the path, or . @@ -2616,10 +2705,10 @@ System.Void - - - - + + + + To be added a @@ -2629,4 +2718,4 @@ - + \ No newline at end of file diff --git a/sources/Gtk.metadata b/sources/Gtk.metadata index be647834a..0d05e81e1 100644 --- a/sources/Gtk.metadata +++ b/sources/Gtk.metadata @@ -381,6 +381,18 @@ + + + SizeRequest + + + + requisition + pass_as + out + + + WidgetToTreeCoords