[gtkada] Inconsistency

Preben Randhol randhol at pvv.org
Sun Jun 11 17:40:29 CEST 2000


A minor inconsistency in the GtkAda 1.2.7 code source. It is not a bug
though.

In:

[gtk-button_box.ads]

   --  There are four such styles:
   --
   --  - Buttonbox_Spread: The children are spread regularly across the box
   --
   --  - Buttonbox_Edge  : Same as Spread, except that the first and last
   --                      children are aligned on the border of the box.
   --
   --  - Buttonbox_Start : The children are put as much to the left (resp. top)
   --                      as possible in the box.
   --
   --  - Buttonbox_End   : The children are put as much to the right
   --                      (resp. bottom) as possible in the box.

And in:

[gtk-enums.ads]

   type Gtk_Button_Box_Style is (Buttonbox_Default_Style,
                                 Buttonbox_Spread,
                                 Buttonbox_Edge,
                                 Buttonbox_Start,
                                 Buttonbox_Style_End);

-- 
Preben Randhol -- [randhol at pvv.org] -- <http://www.pvv.org/~randhol/>
         "Det eneste trygge stedet i verden er inne i en fortelling."
                                                      -- Athol Fugard





More information about the gtkada mailing list