~ubuntu-branches/ubuntu/natty/ncurses/natty

« back to all changes in this revision

Viewing changes to Ada95/gen/terminal_interface-curses-menus.ads.m4

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-17 09:00:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517090042-86fgxrr6j5jzagot
Tags: 5.6-0ubuntu1
* New upstream version.
  - Remove patches applied upstream: ncurses.upstream, signed-chars.
  - Update patches: debian-backspace.
* Build-depend on g++-multilib instead of lib{32,64}c*-dev-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
--                                 S P E C                                  --
11
11
--                                                                          --
12
12
------------------------------------------------------------------------------
 
13
-- Copyright (c) 1998,2006 Free Software Foundation, Inc.                   --
13
14
--                                                                          --
14
15
-- Permission is hereby granted, free of charge, to any person obtaining a  --
15
16
-- copy of this software and associated documentation files (the            --
38
38
------------------------------------------------------------------------------
39
39
--  Author:  Juergen Pfeifer, 1996
40
40
--  Version Control:
 
41
--  $Revision: 1.26 $
 
42
--  $Date: 2006/06/25 14:30:22 $
41
43
--  Binding Version 01.00
42
44
------------------------------------------------------------------------------
43
45
include(`Menu_Base_Defs')
549
550
 
550
551
   procedure Set_Items (Men   : in Menu;
551
552
                        Items : in Item_Array_Access) renames Redefine;
552
 
   pragma Inline (Set_Items);
 
553
   --  pragma Inline (Set_Items);
553
554
 
554
555
   --  ANCHOR(`menu_items()',`Items')
555
556
   function Items (Men   : Menu;