0e3d540892
This contains the full eti (panel, form, menu) extensions. bmake glue to follow. Obtained from: ftp://ftp.clark.net/pub/dickey/ncurses
26 lines
723 B
Modula-2
26 lines
723 B
Modula-2
LIBRARY panel4 INITINSTANCE TERMINSTANCE
|
|
DESCRIPTION "NCurses-4-2-981212, module panel"
|
|
CODE LOADONCALL
|
|
DATA LOADONCALL NONSHARED MULTIPLE
|
|
EXPORTS
|
|
"_nc_calculate_obscure" @16 NONAME
|
|
"_nc_free_obscure" @17 NONAME
|
|
"_nc_override" @18 NONAME
|
|
"_nc_panel_is_linked" @19 NONAME
|
|
"_nc_panel_link_bottom" @20 NONAME
|
|
"bottom_panel" @7 NONAME
|
|
"del_panel" @5 NONAME
|
|
"hide_panel" @3 NONAME
|
|
"move_panel" @13 NONAME
|
|
"new_panel" @8 NONAME
|
|
"panel_above" @9 NONAME
|
|
"panel_below" @10 NONAME
|
|
"panel_hidden" @15 NONAME
|
|
"panel_userptr" @12 NONAME
|
|
"panel_window" @1 NONAME
|
|
"replace_panel" @14 NONAME
|
|
"set_panel_userptr" @11 NONAME
|
|
"show_panel" @4 NONAME
|
|
"top_panel" @6 NONAME
|
|
"update_panels" @2 NONAME
|