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=2.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, FROM_2_EMAILS_SHORT,PDS_FROM_2_EMAILS autolearn=no autolearn_force=no version=3.4.6 X-Received: by 2002:a05:6214:2aab:b0:446:4053:7a2b with SMTP id js11-20020a0562142aab00b0044640537a2bmr5077785qvb.127.1651383478674; Sat, 30 Apr 2022 22:37:58 -0700 (PDT) X-Received: by 2002:a81:494c:0:b0:2ef:546f:127e with SMTP id w73-20020a81494c000000b002ef546f127emr6523713ywa.335.1651383478468; Sat, 30 Apr 2022 22:37:58 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 30 Apr 2022 22:37:58 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=2601:18f:900:7300:80fe:d710:7d61:b32d; posting-account=3pYsyQoAAACcI-ym7XtMOI2PDU8gRZS5 NNTP-Posting-Host: 2601:18f:900:7300:80fe:d710:7d61:b32d User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: How to associate a simple menu with a window in GtkAda From: "andrew...@gmail.com" Injection-Date: Sun, 01 May 2022 05:37:58 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:63793 List-Id: I'm trying to create a small menu that will show up at the top of a window.= The problem that I'm encountering is that I'm not clear on how to make th= at association and have had a hard time trying to find this specific exampl= e. This is the code that I have so far: https://codeshare.io/loqWOm