gtk: Punt set-fix-layout-size!; use gtk-widget-set-size-request.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 13 Jul 2012 16:25:28 +0000 (09:25 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 13 Jul 2012 16:25:28 +0000 (09:25 -0700)
doc/gtk/gtk.texinfo

index 6509da40d5bd5f717e6b09c691da8c6a4112355f..efd5346acab2c7b344df513344e25138a71ffc40 100644 (file)
@@ -1265,14 +1265,6 @@ are all set in one fell swoop.  If @var{layout} is already viewing
 multiple layouts that are on compatible screens.
 @end deffn
 
-@deffn Procedure set-fix-layout-size! layout width height
-Sets @var{layout} to the given @var{width} and @var{height}.  If
-either dimension is -1, that dimension is unset, allowing @var{layout}
-to choose a "natural" size --- large enough to lay out the entire
-text.  If a dimension is 0, it is treated like 1, which means ``as
-small as possible'', e.g. one line or one column.
-@end deffn
-
 @deffn Procedure fix-layout-scroll-step layout
 A pair: the horizontal and vertical scroll increments.  It is shared
 with @var{layout}; do not modify it.