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,9111445b4107089c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-15 02:45:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.uchicago.edu!vixen.cso.uiuc.edu!howland.erols.net!newsfeed.mathworks.com!btnet-peer0!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: tony Newsgroups: comp.lang.ada Subject: Re: gtk ada colormaps Date: Fri, 15 Mar 2002 10:44:13 +0000 (UTC) Organization: BT Openworld Message-ID: <3C91D0B9.AF8661E7@btinternet.com> References: <3C91CC8B.3B26DC21@btinternet.com> NNTP-Posting-Host: host217-34-65-91.in-addr.btopenworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: helle.btinternet.com 1016189053 1989 217.34.65.91 (15 Mar 2002 10:44:13 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Fri, 15 Mar 2002 10:44:13 +0000 (UTC) X-Accept-Language: en X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.8-26mdk i586) Xref: archiver1.google.com comp.lang.ada:21273 Date: 2002-03-15T10:44:13+00:00 List-Id: Even more to the point where would you stick a storage pragma in a gtkada application. I have put this in the first screen_pkg of my application and had to take it out for compilation. Is there a dynamic allocation within gdk or gtk ? tony wrote: > > I'm adding some text to a textbox in Gtk, to do this I need to define > the colours black and white using the system colormap (hhhmmmmm) and now > I have a storage error does any one know the size of these colormaps ? > so I can add a pragma storage ?