From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: What does this error mean and how do I correct this? Date: Sun, 03 Sep 2023 19:44:04 +0100 Organization: A noiseless patient Spider Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain Injection-Info: dont-email.me; posting-host="6a2b1a6fd88029b8df853eb412d8bcb0"; logging-data="1097390"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19XgKT1k/eRFkgSzaPOSpwNisfDAqjDGGw=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (darwin) Cancel-Lock: sha1:p5lDIdMm5Mp5XDhJ91B81rWtW4o= sha1:sEzXUFmvEyOlTPPAHDGcxrv7ZoY= Xref: news.eternal-september.org comp.lang.ada:65586 List-Id: Simon Wright writes: > richardthiebaud writes: > >> Under gtkada, must procedures that handle events always be in their >> own package? > > In general, they'd need to be in _a_ package. You could group related > event handlers in a package. I mean, if you had handlers for button A press & button A release they could be grouped in one package. Int might make more sense for button B event handlers to be grouped in another package. All depends on the application