From 873be5d6c36ea72d365ebb45eb382db61c248265 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 13 Jul 2012 09:25:28 -0700 Subject: [PATCH] gtk: Punt set-fix-layout-size!; use gtk-widget-set-size-request. --- doc/gtk/gtk.texinfo | 8 -------- 1 file changed, 8 deletions(-) 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. -- 2.25.1