~ubuntu-branches/debian/sid/ncurses/sid-200908151543

« back to all changes in this revision

Viewing changes to doc/html/man/menu_opts.3x.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-12-14 21:06:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20081214210600-2rdjwvpplgvh3zeb
Tags: 5.7+20081213-1
MergingĀ upstreamĀ versionĀ 5.7+20081213.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!-- 
3
3
  * t
4
4
  ****************************************************************************
5
 
  * Copyright (c) 1998 Free Software Foundation, Inc.                        *
 
5
  * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc.              *
6
6
  *                                                                          *
7
7
  * Permission is hereby granted, free of charge, to any person obtaining a  *
8
8
  * copy of this software and associated documentation files (the            *
28
28
  * sale, use or other dealings in this Software without prior written       *
29
29
  * authorization.                                                           *
30
30
  ****************************************************************************
31
 
  * @Id: menu_opts.3x,v 1.7 1998/11/29 01:10:21 Rick.Ohnemus Exp @
 
31
  * @Id: menu_opts.3x,v 1.10 2007/02/24 17:33:59 tom Exp @
32
32
-->
33
33
<HTML>
34
34
<HEAD>
54
54
</PRE>
55
55
<H2>SYNOPSIS</H2><PRE>
56
56
       <STRONG>#include</STRONG> <STRONG>&lt;menu.h&gt;</STRONG>
57
 
       int set_menu_opts(MENU *menu, OPTIONS opts);
58
 
       int menu_opts_on(MENU *menu, OPTIONS opts);
59
 
       int menu_opts_off(MENU *menu, OPTIONS opts);
60
 
       OPTIONS menu_opts(const MENU *menu);
 
57
       int set_menu_opts(MENU *menu, Menu_Options opts);
 
58
       int menu_opts_on(MENU *menu, Menu_Options opts);
 
59
       int menu_opts_off(MENU *menu, Menu_Options opts);
 
60
       Menu_Options menu_opts(const MENU *menu);
61
61
 
62
62
 
63
63
</PRE>