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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,be5526549df2be5c,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!h4g2000vbw.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: gtkada and redrawing Date: Tue, 23 Aug 2011 07:12:31 -0700 (PDT) Organization: http://groups.google.com Message-ID: <42c567ad-1afe-4632-9b89-ae02d6055313@h4g2000vbw.googlegroups.com> NNTP-Posting-Host: 82.46.232.121 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1314109707 7248 127.0.0.1 (23 Aug 2011 14:28:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 23 Aug 2011 14:28:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h4g2000vbw.googlegroups.com; posting-host=82.46.232.121; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.1.16) Gecko/20110815 Iceweasel/3.5.16 (like Firefox/3.5.16),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20703 Date: 2011-08-23T07:12:31-07:00 List-Id: I have a toggle button and a Gentry in a Hbox. However I only want the Gentry to appear when the toggle button is toggled and I want the toggle button to fill the hbox when it is untoggled. If I use hide then the toggle button stays the same size! Any suggestions?