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 08:10:48 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: gtkada Date: 17 Sep 2002 11:03:14 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3D85D17B.4050505@cnam.fr> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1032275576 1075 128.183.220.71 (17 Sep 2002 15:12:56 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 17 Sep 2002 15:12:56 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:29081 Date: 2002-09-17T15:12:56+00:00 List-Id: Preben Randhol writes: > ... glade will add the scrolledwindow for you automatically when you > choose and add a clist. 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). > But I guess you don't have two scrolledwindows :-) And since I'm familiar with building Gtk GUIs without Glade, I would probably end up with two Scrolled_Windows every time :). -- -- Stephe