]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/terminal_interface-curses-forms-choice_field_types_s.html
ncurses 4.2
[ncurses.git] / Ada95 / html / terminal_interface-curses-forms-choice_field_types_s.html
diff --git a/Ada95/html/terminal_interface-curses-forms-choice_field_types_s.html b/Ada95/html/terminal_interface-curses-forms-choice_field_types_s.html
deleted file mode 100644 (file)
index b696e9a..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-<HTML>
-<HEAD>
-<TITLE></TITLE>
-</HEAD>
-<BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
-<PRE>
-<I>------------------------------------------------------------------------------</I>
-<I>--                                                                          --</I>
-<I>--                           <A HREF="http://www.gnat.com">GNAT</A> ncurses Binding                           --</I>
-<I>--                                                                          --</I>
-<I>--              Terminal_Interface.Curses.Forms.Choice_Field_Types          --</I>
-<I>--                                                                          --</I>
-<I>--                                 S P E C                                  --</I>
-<I>--                                                                          --</I>
-<I>--  Version 00.92                                                           --</I>
-<I>--                                                                          --</I>
-<I>--  The ncurses Ada95 binding is copyrighted 1996 by                        --</I>
-<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>
-<I>--                                                                          --</I>
-<I>--  Permission is hereby granted to reproduce and distribute this           --</I>
-<I>--  binding by any means and for any fee, whether alone or as part          --</I>
-<I>--  of a larger distribution, in source or in binary form, PROVIDED         --</I>
-<I>--  this notice is included with any such distribution, and is not          --</I>
-<I>--  removed from any of its header files. Mention of ncurses and the        --</I>
-<I>--  author of this binding in any applications linked with it is            --</I>
-<I>--  highly appreciated.                                                     --</I>
-<I>--                                                                          --</I>
-<I>--  This binding comes AS IS with no warranty, implied or expressed.        --</I>
-<I>------------------------------------------------------------------------------</I>
-<I>--  Version Control:</I>
-<I>--  @Revision: 1.6 @</I>
-<I>------------------------------------------------------------------------------</I>
-<I>--  You must instantiate this package for any user defined field type</I>
-<I>--  to make it visible to the runtime.</I>
-<I>--</I>
-<B>generic</B>
-   type User <B>is</B> <B>new</B> Ada_Defined_Field_Type <B>with</B> <B>private</B>;
-   type User_Access <B>is</B> <B>access</B> User;
-   <B>with</B> <B>function</B> Field_Check (Fld  : Field;
-                              Info : User_Access) <B>return</B> Boolean;
-   <B>with</B> <B>function</B> Character_Check (Ch   : Character;
-                                  Info : User_Access) <B>return</B> Boolean;
-   <B>with</B> <B>function</B> Next_Choice (Fld  : Field;
-                              Info : User_Access) <B>return</B> Boolean;
-   <B>with</B> <B>function</B> Prev_Choice (Fld  : Field;
-                              Info : User_Access) <B>return</B> Boolean;
-<B>package</B> Terminal_Interface.Curses.Forms.Choice_Field_Types <B>is</B>
-<I>--</I>
-<I>--  Nothing public.</I>
-<I>--  But we need the body.</I>
-    <B>pragma</B> Elaborate_Body;
-<B>end</B> Terminal_Interface.Curses.Forms.Choice_Field_Types;
-
-</PRE>
-
-<P><HR><P>
-<P>
-This is BETA software. The interface is subject to change without notice.<P>
-<!-- Do NOT delete my name or the tool name from below; -->
-<!-- giving me credit is a condition of use of ada2html -->
-<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>
-</BODY>
-</HTML>
-