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-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:2298:: with SMTP id o24mr7195585qkh.235.1630485753599; Wed, 01 Sep 2021 01:42:33 -0700 (PDT) X-Received: by 2002:a25:582:: with SMTP id 124mr35427795ybf.462.1630485753425; Wed, 01 Sep 2021 01:42:33 -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: Wed, 1 Sep 2021 01:42:33 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=94.31.103.138; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 94.31.103.138 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2fee8bdc-8803-4ca4-8633-57a41b26b761n@googlegroups.com> Subject: GtkAda.Image From: AdaMagica Injection-Date: Wed, 01 Sep 2021 08:42:33 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62591 List-Id: Calling Gtk.Image.Gtk_New (Lady, "Ada_9X.bmp"); with a nonexisting file does not report any problem. It just creates a tiny placeholder. Is there a way to get a warning in this case? The GtkAda_RM is silent on this.