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-Thread: 103376,ce7480df3c595843 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Newsgroups: comp.lang.ada Subject: Re: [newbie] Load a image file into a GTKimage References: <45a63894$0$291$426a74cc@news.free.fr> From: Markus E Leypold Organization: N/A Date: Thu, 11 Jan 2007 16:50:22 +0100 Message-ID: User-Agent: Some cool user agent (SCUG) Cancel-Lock: sha1:W3OoajA0St2P2fevVSHC7vQfmLU= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 88.72.205.65 X-Trace: news.arcor-ip.de 1168530376 88.72.205.65 (11 Jan 2007 16:46:16 +0200) X-Complaints-To: abuse@arcor-ip.de Path: g2news2.google.com!news3.google.com!news.glorb.com!koehntopp.de!news.unit0.net!newsfeed.arcor-ip.de!news.arcor-ip.de!not-for-mail Xref: g2news2.google.com comp.lang.ada:8123 Date: 2007-01-11T16:50:22+01:00 List-Id: Rangdalf writes: > Hi, > > I have to display an image in my gtk form. So I have added an gtkimage > but I want to know of to display a file in it. > > Thanks in advance. procedure ... is Im: Gtk_Image; begin Gtk_New(Im, "splashscreen.png"); ... end; Like this? Regards -- Markus