[gtkada] gtk.widget.get_name

Preben Randhol randhol at pvv.org
Mon Mar 22 11:11:42 CET 2004


Karim Halioui <Karim.Halioui at stage.cnes.fr> wrote on 22/03/2004 (09:48) :
> In fact I haven't include gtk.gentry 
> I'm very so stupid
> thanks for you help
> for this : 
>  Result := Get_Name (Gtk_Widget_Record
>        (type_afficheur_numerique(l_afficheur_numerique.all).afficheur));
>  have already try this but doesn't works because : Gtk_widget_record is 
> private !

Sorry. I meant to write:

 Result := Get_Name (Gtk_Widget
       (type_afficheur_numerique(l_afficheur_numerique.all).afficheur));
 
that is Gtk_Widget not Gtk_Widget_Record.

This works when I test it.
-- 
Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 --
                 «For me, Ada95 puts back the joy in programming.»



More information about the gtkada mailing list