X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fada%2Fterminal_interface-curses-panels__ads.htm;h=d7792551e9b5a92e1b373ba62837158997a57dfa;hb=3ec8f79f3ceda990461c80de2f96d66b886e00d5;hp=5e5c6df969d5d050e407d071aabc3da3ac9fcd93;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34;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 5e5c6df9..d7792551 100644 --- a/doc/html/ada/terminal_interface-curses-panels__ads.htm +++ b/doc/html/ada/terminal_interface-curses-panels__ads.htm @@ -1,3 +1,4 @@ + terminal_interface-curses-panels.ads

File : terminal_interface-curses-panels.ads


@@ -12,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 -- @@ -38,9 +39,10 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------ --- Author: Jürgen Pfeifer <<juergen.pfeifer@gmx.net>> 1996 +-- Author: Juergen Pfeifer, 1996 -- Version Control: --- @Revision: 1.15 @ +-- @Revision: 1.19 @ +-- @Date: 2006/06/25 14:30:22 @ -- Binding Version 01.00 ------------------------------------------------------------------------------ with System; @@ -75,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); @@ -109,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); @@ -149,4 +151,4 @@ Null_Panel : constant Panel := 0; end Terminal_Interface.Curses.Panels; - \ No newline at end of file +