1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNW_1.1 { 29 global: 30 current_item; 31 free_item; 32 free_menu; 33 item_count; 34 item_description; 35 item_index; 36 item_init; 37 item_name; 38 item_opts; 39 item_opts_off; 40 item_opts_on; 41 item_term; 42 item_userptr; 43 item_value; 44 item_visible; 45 menu_back; 46 menu_driver; 47 menu_fore; 48 menu_format; 49 menu_grey; 50 menu_init; 51 menu_items; 52 menu_mark; 53 menu_opts; 54 menu_opts_off; 55 menu_opts_on; 56 menu_pad; 57 menu_pattern; 58 menu_sub; 59 menu_term; 60 menu_userptr; 61 menu_win; 62 new_item; 63 new_menu; 64 pos_menu_cursor; 65 post_menu; 66 scale_menu; 67 set_current_item; 68 set_item_init; 69 set_item_opts; 70 set_item_term; 71 set_item_userptr; 72 set_item_value; 73 set_menu_back; 74 set_menu_fore; 75 set_menu_format; 76 set_menu_grey; 77 set_menu_init; 78 set_menu_items; 79 set_menu_mark; 80 set_menu_opts; 81 set_menu_pad; 82 set_menu_pattern; 83 set_menu_sub; 84 set_menu_term; 85 set_menu_userptr; 86 set_menu_win; 87 set_top_row; 88 top_row; 89 unpost_menu; 90}; 91 92SUNWprivate_1.1 { 93 global: 94 _affect_change; 95 _chk_current; 96 _chk_top; 97 _connect; 98 _Default_Item; 99 _Default_Menu; 100 _disconnect; 101 _draw; 102 _lib_version; 103 _link_items; 104 _match; 105 _movecurrent; 106 _move_post_item; 107 _position_cursor; 108 _post_item; 109 _scale; 110 _show; 111 local: 112 *; 113}; 114