formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | User Interface

fzrt_menu_append_item_text

Description

This will append a menu item to the bottom of the menu with the specified text. Text is a C string. NOTE: this will not process meta characters ala the Macintosh function AppendMenu

Plugin Prototype

fzrt_error_td fzrt_menu_append_item_text(

fzrt_menu_ptr

menu,

const char *

text )

Parameters

menu [Input]

menu pointer

text [Input]

pointer to string to use a menu item text as C string

Returns

FZRT_NOERR if successful, error ID otherwise.

Availability

5.0.0.0

See Also

fzrt_menu_append_separator,

Function Set

fz_fzrt_ui_fset


Defined in

fzrt_api.h