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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,eafb0c0f59b030c X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!h48g2000cwc.googlegroups.com!not-for-mail From: "Lucretia" Newsgroups: comp.lang.ada Subject: Re: Event mechanisms for GUI's Date: 14 Oct 2006 19:29:31 -0700 Organization: http://groups.google.com Message-ID: <1160879371.648453.23540@h48g2000cwc.googlegroups.com> References: <3egSg.208528$1i1.141541@attbi_s72> <1159338085.495558.286500@i42g2000cwa.googlegroups.com> <7s2dnaT_9fw5nobYnZ2dnUVZ_tOdnZ2d@megapath.net> <_AHSg.210879$1i1.191702@attbi_s72> <1160853954.468627.128210@m7g2000cwm.googlegroups.com> NNTP-Posting-Host: 62.56.72.136 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1160879375 25675 127.0.0.1 (15 Oct 2006 02:29:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 15 Oct 2006 02:29:35 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060903 Firefox/1.5.0.5,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: h48g2000cwc.googlegroups.com; posting-host=62.56.72.136; posting-account=G-J9fgwAAADgpzBiEyy5tO4f8MX5fbpw Xref: g2news2.google.com comp.lang.ada:6977 Date: 2006-10-14T19:29:31-07:00 List-Id: On Oct 15, 2:22 am, "Jeffrey R. Carter" wrote: > Lucretia wrote: > > > I'm not sure what you mean by these "configurable event queues," do you > > have any examples or know of a toolkit that has documentation online > > which uses them that I can look at?I don't know of any GUI framework that has them. They're part of my idea > of the ideal GUI I/F. Each top level window has a protected event queue; > the queues for multiple windows may be combined. Which events are > actually put in the queue is configurable by the user. So, on creation you specify which events you want via some sort of bitmask? Luke.