[gtkada] Some bugs in 2.2.0 (win32)?

Alejandro. R. Mosteo Chagoyen alejandro at mosteo.com
Tue Jul 8 17:55:44 CEST 2003


Take a look at these generated code snippets:

type Mdi_Frame_Record is new Gtk_Window_Record with record
     Button2 : Button;
               ^^^^^^

It doesn't compile unless you change Button to Gtk_Button.

Toolbar initialization code:

Gtk_New (Mdi_Frame.Toolbar1, Orientation_Horizontal, Toolbar_Both_Horiz);
                                                     ^^^^^^^^^^^^^^^^^^

That Gtk_Toolbar_Style doesn't exist.

And:

--  WARNING: Unsupported widget button (Clear_Events)
   Gtk_New (Tooltips);
   Set_Tip (Tooltips, Mdi_Frame.Clear_Events, -"Clear event history");

Execution fails when Set_Tip reached because the button access
(Clear_Events) is null.

Are these bugs or have I some misconfiguration?

Regards,

A. Mosteo.




More information about the gtkada mailing list