X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fada%2Fterminal_interface-curses-panels__ads.htm;h=d7792551e9b5a92e1b373ba62837158997a57dfa;hb=7eb4be765b131f00ac3da7ce8cfd3bc6759d26c5;hp=7fa7cbb4cddd5fa5dfcb63d28a39bccc26288d3e;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;p=ncurses.git diff --git a/doc/html/ada/terminal_interface-curses-panels__ads.htm b/doc/html/ada/terminal_interface-curses-panels__ads.htm index 7fa7cbb4..d7792551 100644 --- a/doc/html/ada/terminal_interface-curses-panels__ads.htm +++ b/doc/html/ada/terminal_interface-curses-panels__ads.htm @@ -13,7 +13,7 @@ -- S P E C -- -- -- ------------------------------------------------------------------------------ --- Copyright (c) 1998 Free Software Foundation, Inc. -- +-- Copyright (c) 1998,2006 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 -- @@ -41,7 +41,8 @@ ------------------------------------------------------------------------------ -- Author: Juergen Pfeifer, 1996 -- Version Control: --- @Revision: 1.17 @ +-- @Revision: 1.19 @ +-- @Date: 2006/06/25 14:30:22 @ -- Binding Version 01.00 ------------------------------------------------------------------------------ with System; @@ -76,7 +77,7 @@ -- #1A NAME="AFU_2"#2| function New_Panel (Win : Window) return Panel renames Create; -- AKA: new_panel() - pragma Inline (New_Panel); + -- pragma Inline (New_Panel); -- #1A NAME="AFU_3"#2| procedure Bottom (Pan : in Panel); @@ -110,17 +111,17 @@ -- #1A NAME="AFU_9"#2| function Panel_Window (Pan : Panel) return Window renames Get_Window; - pragma Inline (Panel_Window); + -- pragma Inline (Panel_Window); -- #1A NAME="AFU_10"#2| - procedure Replace (Pan : in Panel; + procedure Replace (Pan : in Panel; Win : in Window); -- AKA: replace_panel() pragma Inline (Replace); -- #1A NAME="AFU_11"#2| - procedure Move (Pan : in Panel; - Line : in Line_Position; + procedure Move (Pan : in Panel; + Line : in Line_Position; Column : in Column_Position); -- AKA: move_panel() pragma Inline (Move);