comp.lang.ada
 help / color / mirror / Atom feed
* GtkAda Buttons
@ 2021-08-24 14:36 AdaMagica
  2021-08-24 15:03 ` Dmitry A. Kazakov
  0 siblings, 1 reply; 2+ messages in thread
From: AdaMagica @ 2021-08-24 14:36 UTC (permalink / raw)


Dear all,

GtkAda is a big mess. There is no real documentation. Neither the GtkAda_UG nor the GtkAda_RM are a real help.

My present problem:

What is the use of
   procedure Set_Action_Name
      (Self        : not null access Gtk_Button_Record;
       Action_Name : UTF8_String);

I am unable to find a documentation of this procedure. If I call it for a button, the callback does no longer work.

    Gtk.Button.Gtk_New (XXX, Name);
    Gtk.Button.Set_Action_Name (XXX, "yyy");

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-24 15:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-24 14:36 GtkAda Buttons AdaMagica
2021-08-24 15:03 ` Dmitry A. Kazakov

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