From: Matt Birkholz Date: Fri, 13 Jul 2012 16:25:28 +0000 (-0700) Subject: gtk: Punt set-fix-layout-size!; use gtk-widget-set-size-request. X-Git-Tag: mit-scheme-pucked-9.2.12~580 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=873be5d6c36ea72d365ebb45eb382db61c248265;p=mit-scheme.git gtk: Punt set-fix-layout-size!; use gtk-widget-set-size-request. --- diff --git a/doc/gtk/gtk.texinfo b/doc/gtk/gtk.texinfo index 6509da40d..efd5346ac 100644 --- a/doc/gtk/gtk.texinfo +++ b/doc/gtk/gtk.texinfo @@ -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.