Steam Fort 0.5
|
Functions | |
void | help2Clb (Widget *w, void *data) |
Show selected help entry after click on button. | |
void | showHelp (int index) |
Show selected help entry. | |
int | find_help (string name) |
Find help entry with selected name. | |
Variables | |
vector< Help > | helps |
VBox * | helpmenu = new VBox(40, SCREENHEIGHT - 19, 1) |
int find_help | ( | string | name | ) |
Find help entry with selected name.
name | Name of help entry |
void help2Clb | ( | Widget * | w, |
void * | data | ||
) |
Show selected help entry after click on button.
w | Unused. |
data | Name of help entry to show. |
void showHelp | ( | int | index | ) |
Show selected help entry.
index | Index of help entry or -1 to clear screen |
VBox* helpmenu = new VBox(40, SCREENHEIGHT - 19, 1) |