Hello,

In Gnoga.Gui.View.Card.Select_Tab, is parameter "Card" used for card name or 
tab name?

Body of Select_Tab:
   procedure Select_Tab (Tab  : in out Tab_Type;
                         Card : in     String)
   is
      use type Gnoga.Gui.Element.Pointer_To_Element_Class;

      P : Gnoga.Gui.Element.Pointer_To_Element_Class := Tab.Element (Card);
   begin
      if P /= null then
         Tab_Item_Access (P).Tab_Select;
      end if;
   end Select_Tab;

In the second option, shouldn't the parameter "Card" be renamed "Tab"?

Thanks, Pascal.
http://blady.pagesperso-orange.fr



------------------------------------------------------------------------------
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to