Home > PHP > Function > Newt > newt_win_menu()

newt_win_menu()

newt_win_menu -

Description

int

newt_win_menu
(

string
$title
,

string
$text
,

int
$suggestedWidth
,

int
$flexDown
,

int
$flexUp
,

int
$maxListHeight
,

array
$items
,

int
&$listItem
[,

string
$button1
[,

string
$...
]] )

Warning
This function is currently not documented; only its argument list is available.



Parameters





title









text









suggestedWidth









flexDown









flexUp









maxListHeight









items









listItem









button1










Return Values
No value is returned.




newt_win_entries


newt_win_message


Newt Functions


PHP Manual


Syntax

int newt_win_menu (string $title, string $text, int $suggestedWidth, int $flexDown, int $flexUp, int $maxListHeight, array $items, int &$listItem, string $button1, string $...)

Arguments

  • title
  • text
  • suggestedWidth
  • flexDown
  • flexUp
  • maxListHeight
  • items
  • listItem
  • button1
  • ...

Description

Version

PHP PECL newt >= 0.1

Return value

No value is returned.