~ubuntu-branches/ubuntu/natty/ncurses/natty

« back to all changes in this revision

Viewing changes to doc/html/ada/terminal_interface-curses-mouse__ads.htm

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-17 09:00:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517090042-86fgxrr6j5jzagot
Tags: 5.6-0ubuntu1
* New upstream version.
  - Remove patches applied upstream: ncurses.upstream, signed-chars.
  - Update patches: debian-backspace.
* Build-depend on g++-multilib instead of lib{32,64}c*-dev-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
<FONT COLOR=green><EM>--                                 S P E C                                  --</EM></FONT>
14
14
<FONT COLOR=green><EM>--                                                                          --</EM></FONT>
15
15
<FONT COLOR=green><EM>------------------------------------------------------------------------------</EM></FONT>
16
 
<FONT COLOR=green><EM>-- Copyright (c) 1998,2004 Free Software Foundation, Inc.                   --</EM></FONT>
 
16
<FONT COLOR=green><EM>-- Copyright (c) 1998-2004,2006 Free Software Foundation, Inc.              --</EM></FONT>
17
17
<FONT COLOR=green><EM>--                                                                          --</EM></FONT>
18
18
<FONT COLOR=green><EM>-- Permission is hereby granted, free of charge, to any person obtaining a  --</EM></FONT>
19
19
<FONT COLOR=green><EM>-- copy of this software and associated documentation files (the            --</EM></FONT>
41
41
<FONT COLOR=green><EM>------------------------------------------------------------------------------</EM></FONT>
42
42
<FONT COLOR=green><EM>--  Author:  Juergen Pfeifer, 1996</EM></FONT>
43
43
<FONT COLOR=green><EM>--  Version Control:</EM></FONT>
44
 
<FONT COLOR=green><EM>--  @Revision: 1.25 @</EM></FONT>
45
 
<FONT COLOR=green><EM>--  @Date: 2004/08/21 21:37:00 @</EM></FONT>
 
44
<FONT COLOR=green><EM>--  @Revision: 1.27 @</EM></FONT>
 
45
<FONT COLOR=green><EM>--  @Date: 2006/06/25 14:30:22 @</EM></FONT>
46
46
<FONT COLOR=green><EM>--  Binding Version 01.00</EM></FONT>
47
47
<FONT COLOR=green><EM>------------------------------------------------------------------------------</EM></FONT>
48
48
<FONT COLOR=green><EM>--  mouse binding.</EM></FONT>
173
173
 
174
174
   <b>type</b> Mouse_Event <b>is</b>
175
175
      <b>record</b>
176
 
         Id      : Integer <b>range</b> Integer (<A HREF="interfac__ads.htm#ref_23_9">Interfaces</A>.C.short'First) ..
177
 
         <FONT COLOR=red><A NAME="ref_172_10"> </A></FONT>  <FONT COLOR=red><A NAME="ref_172_13"> </A></FONT>  <FONT COLOR=red><A NAME="ref_172_16"> </A></FONT>                 Integer (<A HREF="interfac__ads.htm#ref_23_9">Interfaces</A>.C.short'Last);
178
 
         X, Y, Z : Integer <b>range</b> Integer (<A HREF="interfac__ads.htm#ref_23_9">Interfaces</A>.C.int'First) ..
 
176
         Id      : Integer <b>range</b> Integer (<A HREF="interfac__ads.htm#ref_38_9">Interfaces</A>.C.short'First) ..
 
177
         <FONT COLOR=red><A NAME="ref_172_10"> </A></FONT>  <FONT COLOR=red><A NAME="ref_172_13"> </A></FONT>  <FONT COLOR=red><A NAME="ref_172_16"> </A></FONT>                 Integer (<A HREF="interfac__ads.htm#ref_38_9">Interfaces</A>.C.short'Last);
 
178
         X, Y, Z : Integer <b>range</b> Integer (<A HREF="interfac__ads.htm#ref_38_9">Interfaces</A>.C.int'First) ..
179
179
         <FONT COLOR=red><A NAME="ref_174_10"> </A></FONT>         <A HREF="terminal_interface-curses-mouse__ads.htm#ref_64_9"> </A>             Integer (Interfaces.C.int'Last);
180
180
         Bstate  : Event_Mask;
181
181
      <b>end</b> <b>record</b>;
229
229
   <FONT COLOR=red><A NAME="ref_224_4">BUTTON3_EVENTS</A></FONT>            : <b>constant</b> <A HREF="terminal_interface-curses-mouse__ads.htm#ref_64_9">Event_Mask</A> := 8#00000770000#;
230
230
   BUTTON4_EVENTS            : <b>constant</b> Event_Mask := 8#00077000000#;
231
231
 
232
 
 
233
232
   <A HREF="terminal_interface-curses-mouse__ads.htm#ref_66_4">No_Events</A>  : <b>constant</b> <A HREF="terminal_interface-curses-mouse__ads.htm#ref_64_9">Event_Mask</A> := <A HREF="terminal_interface-curses-mouse__ads.htm#ref_220_4">0</A>;
234
233
   All_Events : <b>constant</b> Event_Mask := ALL_MOUSE_EVENTS;
235
234