comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: Gtk.Image.Gtk_Image
Date: Sun, 27 Mar 2022 11:33:14 +0200	[thread overview]
Message-ID: <t1pb0r$elh$1@gioia.aioe.org> (raw)
In-Reply-To: fantome.forums.tDeContes-8D94B1.18324926032022@news.free.fr

On 2022-03-26 18:32, Thomas wrote:
> In article <t1mkkt$1vs3$1@gioia.aioe.org>,
>   "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> wrote:
> 
> since it can be made before call to Gtk.Container.Add, that raises a new
> question:
> 
> should i prefer to call Gtk.Image.Show as soon as possible, when
> creating mcc.tki.Image.External_Image?
> or should i call Gtk.Image.Show only at the time it is really displayed,
> when creating mcc.tki.Widget.Picture.Picture?

I usually create new widgets derived from a container, more or less 
always. GtkAda allows this nicely. Then in my implementation of 
Initialize for the custom I call Show at its end. I never had issues 
with this approach.

>> So it tries to manage the layout
>> by itself instead of using the prescribed techniques. Then Gtk_Fixed is
>> a way to go.
> 
> it asks the user to choose the position and size of each widget, instead
> of ask him to make stacks with automatic layout management, like Gtk
> does with Gtk_Box.

Yes, using GTK in a totally non-GTK way. I had this problem designing my 
GTK/Cairo-based library for instruments like meters, gauges etc. I used 
relative positions and sizes instead of fixed ones to support resizing 
the top-level dashboard widgets. Plus hacks for keeping or not keeping 
aspect ratio of the resized thing. The base is Gtk_Drawing_Area_Record 
rather than Gtk_Fixed_Record.

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de

  reply	other threads:[~2022-03-27  9:33 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-24 12:55 Gtk.Image.Gtk_Image Thomas
2022-03-24 13:35 ` Gtk.Image.Gtk_Image Dmitry A. Kazakov
2022-03-24 15:14   ` Gtk.Image.Gtk_Image Thomas
2022-03-24 15:47     ` Gtk.Image.Gtk_Image Dmitry A. Kazakov
2022-03-24 18:40       ` Gtk.Image.Gtk_Image Thomas
2022-03-24 20:33         ` Gtk.Image.Gtk_Image Dmitry A. Kazakov
2022-03-25  1:53           ` Gtk.Image.Gtk_Image Thomas
2022-03-25  7:29             ` Gtk.Image.Gtk_Image Dmitry A. Kazakov
2022-03-25 19:37               ` Gtk.Image.Gtk_Image Thomas
2022-03-25 20:34                 ` Gtk.Image.Gtk_Image Dmitry A. Kazakov
2022-03-26  1:38                   ` Gtk.Image.Gtk_Image Thomas
2022-03-26  8:59                     ` Gtk.Image.Gtk_Image Dmitry A. Kazakov
2022-03-26 17:32                       ` Gtk.Image.Gtk_Image Thomas
2022-03-27  9:33                         ` Dmitry A. Kazakov [this message]
2022-03-27 16:41                           ` Gtk.Image.Gtk_Image Thomas
2022-03-27 17:34                             ` Gtk.Image.Gtk_Image Dmitry A. Kazakov
2022-03-30  2:58                               ` Gtk.Image.Gtk_Image Thomas
2022-03-30 12:46                                 ` Gtk.Image.Gtk_Image Dmitry A. Kazakov
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox