From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5bddcaa4ae64b29d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-17 10:31:55 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.213.112.26!newsfeed1.ulv.nextra.no!nextra.com!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: gtkada Date: Tue, 17 Sep 2002 17:31:54 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3D85D17B.4050505@cnam.fr> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1032283914 15766 129.241.83.82 (17 Sep 2002 17:31:54 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Tue, 17 Sep 2002 17:31:54 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:29084 Date: 2002-09-17T17:31:54+00:00 List-Id: On 17 Sep 2002 11:03:14 -0400, Stephen Leake wrote: > Hmm. I would view this as a bad idea, unless Glade says clearly "Would > you like a Scrolled_Window for that", and I get to say "no". There > _are_ times when I _don't_ want scrolling. For example, if I want to > be sure the entire list is immediately visible (yes, it is then my job > to be sure it is small enough for the available window space). Then you set the V Policy to Never. I think it is better that scrolled_window gets added automatically in all the cases it is necessary as in 90% of the cases you need scrolling and in the rest you can either set V Policy to Never (and H policy) or remove it with cut'n'paste. :-) > And since I'm familiar with building Gtk GUIs without Glade, I would > probably end up with two Scrolled_Windows every time :). The Widget-tree window is nice to see the structure :-) Preben