]> ncurses.scripts.mit.edu Git - ncurses.git/blob - Ada95/html/terminal_interface-curses-panels-user_data_s.html
ncurses 4.1
[ncurses.git] / Ada95 / html / terminal_interface-curses-panels-user_data_s.html
1 <HTML>
2 <HEAD>
3 <TITLE></TITLE>
4 </HEAD>
5 <BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
6 <PRE>
7
8 <I>------------------------------------------------------------------------------</I>
9 <I>--                                                                          --</I>
10 <I>--                           <A HREF="http://www.gnat.com">GNAT</A> ncurses Binding                           --</I>
11 <I>--                                                                          --</I>
12 <I>--                 Terminal_Interface.Curses.Panels.User_Data               --</I>
13 <I>--                                                                          --</I>
14 <I>--                                 S P E C                                  --</I>
15 <I>--                                                                          --</I>
16 <I>--  Version 00.92                                                           --</I>
17 <I>--                                                                          --</I>
18 <I>--  The ncurses Ada95 binding is copyrighted 1996 by                        --</I>
19 <I>--  <A HREF="http://home.t-online.de/home/Juergen.Pfeifer">J&uuml;rgen Pfeifer</A>, Email: <A HREF="mailto:Juergen.Pfeifer@T-Online.de">Juergen.Pfeifer@T-Online.de</A>                      --</I>
20 <I>--                                                                          --</I>
21 <I>--  Permission is hereby granted to reproduce and distribute this           --</I>
22 <I>--  binding by any means and for any fee, whether alone or as part          --</I>
23 <I>--  of a larger distribution, in source or in binary form, PROVIDED         --</I>
24 <I>--  this notice is included with any such distribution, and is not          --</I>
25 <I>--  removed from any of its header files. Mention of ncurses and the        --</I>
26 <I>--  author of this binding in any applications linked with it is            --</I>
27 <I>--  highly appreciated.                                                     --</I>
28 <I>--                                                                          --</I>
29 <I>--  This binding comes AS IS with no warranty, implied or expressed.        --</I>
30 <I>------------------------------------------------------------------------------</I>
31 <I>--  Version Control:</I>
32 <I>--  @Revision: 1.2 @</I>
33 <I>------------------------------------------------------------------------------</I>
34
35 <B>generic</B>
36    type User <B>is</B> <B>limited</B> <B>private</B>;
37    type User_Access <B>is</B> <B>access</B> <B>all</B> User;
38 <B>package</B> Terminal_Interface.Curses.Panels.User_Data <B>is</B>
39
40    <I>--  |=====================================================================</I>
41    <I>--  | Man page <A HREF="panel.3x.html">panel.3x</A></I>
42    <I>--  |=====================================================================</I>
43
44    <I>--  <A NAME="AFU_1">|</I>
45    <B>procedure</B> Set_User_Data (Pan  : <B>in</B> Panel;
46                             Data : <B>in</B> User_Access);
47    <I>--  AKA: <A HREF="panel.3x.html">set_panel_userptr</A></I>
48    <B>pragma</B> Convention (C, Set_User_Data);
49
50    <I>--  <A NAME="AFU_2">|</I>
51    <B>procedure</B> Get_User_Data (Pan  : <B>in</B>  Panel;
52                             Data : <B>out</B> User_Access);
53    <I>--  AKA: <A HREF="panel.3x.html">panel_userptr</A></I>
54    <B>pragma</B> Convention (C, Get_User_Data);
55
56 <B>end</B> Terminal_Interface.Curses.Panels.User_Data;
57
58 </PRE>
59
60 <P><HR><P>
61 <P>
62 This is BETA software. The interface is subject to change without notice.<P>
63 <!-- Do NOT delete my name or the tool name from below; -->
64 <!-- giving me credit is a condition of use of ada2html -->
65 <P><I>This hypertext format was generated by <A HREF="http://www.adahome.com/Tutorials/Lovelace/dwheeler.htm">David A. Wheeler</A>'s <A HREF="http://www.adahome.com/Resources/Tools/ada2html/ada2html.htm">ada2html</A></I>
66 </BODY>
67 </HTML>
68