X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fada%2Fterminal_interface-curses-panels__ads.htm;h=789304736561eade55928f4a4aeda21c867023aa;hp=9e5ec30552c3747510be1d2655b48f8bf0faf8fd;hb=77afe78361875f531dc2bf8d73f2e781c8e76176;hpb=f7b8e526e024ce141e61633e966255400de67772 diff --git a/doc/html/ada/terminal_interface-curses-panels__ads.htm b/doc/html/ada/terminal_interface-curses-panels__ads.htm index 9e5ec305..78930473 100644 --- a/doc/html/ada/terminal_interface-curses-panels__ads.htm +++ b/doc/html/ada/terminal_interface-curses-panels__ads.htm @@ -12,7 +12,7 @@ -- S P E C -- -- -- ------------------------------------------------------------------------------ --- Copyright (c) 1998,2006 Free Software Foundation, Inc. -- +-- Copyright (c) 1998-2006,2009 Free Software Foundation, Inc. -- -- -- -- Permission is hereby granted, free of charge, to any person obtaining a -- -- copy of this software and associated documentation files (the -- @@ -40,16 +40,16 @@ ------------------------------------------------------------------------------ -- Author: Juergen Pfeifer, 1996 -- Version Control: --- @Revision: 1.19 @ --- @Date: 2006/06/25 14:30:22 @ +-- @Revision: 1.20 @ +-- @Date: 2009/12/26 17:38:58 @ -- Binding Version 01.00 ------------------------------------------------------------------------------ with System; package Terminal_Interface.Curses.Panels is pragma Preelaborate (Terminal_Interface.Curses.Panels); - pragma Linker_Options ("-lpanel"); - pragma Linker_Options ("-lncurses"); + pragma Linker_Options ("-lpanelw"); + pragma Linker_Options ("-lncursesw"); type Panel is private; @@ -79,17 +79,17 @@ -- pragma Inline (New_Panel); -- #1A NAME="AFU_3"#2| - procedure Bottom (Pan : in Panel); + procedure Bottom (Pan : Panel); -- AKA: bottom_panel() pragma Inline (Bottom); -- #1A NAME="AFU_4"#2| - procedure Top (Pan : in Panel); + procedure Top (Pan : Panel); -- AKA: top_panel() pragma Inline (Top); -- #1A NAME="AFU_5"#2| - procedure Show (Pan : in Panel); + procedure Show (Pan : Panel); -- AKA: show_panel() pragma Inline (Show); @@ -99,7 +99,7 @@ pragma Import (C, Update_Panels, "update_panels"); -- #1A NAME="AFU_7"#2| - procedure Hide (Pan : in Panel); + procedure Hide (Pan : Panel); -- AKA: hide_panel() pragma Inline (Hide); @@ -113,15 +113,15 @@ -- pragma Inline (Panel_Window); -- #1A NAME="AFU_10"#2| - procedure Replace (Pan : in Panel; - Win : in Window); + procedure Replace (Pan : Panel; + Win : Window); -- AKA: replace_panel() pragma Inline (Replace); -- #1A NAME="AFU_11"#2| - procedure Move (Pan : in Panel; - Line : in Line_Position; - Column : in Column_Position); + procedure Move (Pan : Panel; + Line : Line_Position; + Column : Column_Position); -- AKA: move_panel() pragma Inline (Move);