struct pass to vnlib::menu
More...
#include <vnlib.h>
|
|
MenuOptions * | with_choice_x (bn::fixed x) |
| | set the choice_x
|
| |
|
MenuOptions * | with_choice_y (bn::fixed y) |
| | set the choice_y
|
| |
|
MenuOptions * | with_cursor_x (bn::fixed x) |
| | set the cursor_x
|
| |
|
MenuOptions * | with_cursor_y (bn::fixed y) |
| | set the cursor_y
|
| |
|
MenuOptions * | with_cols (int c) |
| | set the cols
|
| |
|
MenuOptions * | with_use_bg (bool u) |
| | set the use_bg
|
| |
|
|
bn::fixed | choice_x |
| | text, top-left x
|
| |
|
bn::fixed | choice_y |
| | text, top-left y
|
| |
|
bool | use_variable_width |
| | variable/fixed font
|
| |
|
bn::fixed | cursor_x |
| | cursor, top-left x
|
| |
|
bn::fixed | cursor_y |
| | cursor, top-left y
|
| |
|
bool | use_bg |
| | use the default menu background
|
| |
|
bn::fixed | bg_x |
| | top-left bg x
|
| |
|
bn::fixed | bg_y |
| | top-left bg y
|
| |
|
bn::fixed | bg_width |
| | background width
|
| |
|
int | default_selection |
| | default selection to hover/render
|
| |
|
bool | store_selection_as_default |
| | store the eventual selection into passed struct's default_selection
|
| |
|
int | cols |
| | columns to use in an ani grid
|
| |
|
bn::fixed | ani_x_inc |
| | x inc between both animations, text, cursor
|
| |
|
bn::fixed | ani_y_inc |
| | y inc between both animations, text, cursor
|
| |
struct pass to vnlib::menu
The documentation for this struct was generated from the following file: