Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ menu_i_uptr(3X) — Amiga System V Release 4 Version 2.03

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

menus(3X)



menu_item_userptr(
M
3
I
S
X
)
C
ELLANEOUS LIBRARY FUNCTI
m
O
e
N
n
S
u
_item_userptr(3X) NAME menuitemuserptr: setitemuserptr, itemuserptr - associ- ate application data with menus items SYNOPSIS #include <menu.h> int setitemuserptr(ITEM *item, char *userptr); char *itemuserptr(ITEM *item); DESCRIPTION Every item has an associated user pointer that can be used to store relevant information. setitemuserptr sets the user pointer of item. itemuserptr returns the user pointer of item. RETURN VALUE itemuserptr returns NULL on error. setitemuserptr returns one of the following: E_OK - The routine returned successfully. E_SYSTEM_ERROR - System error. NOTES The header file <menu.h> automatically includes the header files <eti.h> and <curses.h>. SEE ALSO curses(3X), menus(3X). Last change: 1

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026