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:135c:: with SMTP id c28mr26590982qkl.18.1629815814607; Tue, 24 Aug 2021 07:36:54 -0700 (PDT) X-Received: by 2002:a25:4090:: with SMTP id n138mr18446153yba.339.1629815814448; Tue, 24 Aug 2021 07:36:54 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.uzoreto.com!tr2.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.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: Tue, 24 Aug 2021 07:36:54 -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: Subject: GtkAda Buttons From: AdaMagica Injection-Date: Tue, 24 Aug 2021 14:36:54 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62537 List-Id: 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");