Go to the source code of this file.
Data Structures | |
struct | area |
Typedefs | |
typedef int | area_id |
Functions | |
area * | create_area (area_id aid) |
void | destroy_area (struct area *area) |
int | set_area_title (struct area *area, const char *title) |
int | set_area_description (struct area *area, const char *desc) |
|
creates an area with the specified area id and returns the pointer |
|
properly destroys an area |
|
set the area description (the string is copied, so you don't need to keep it around) |
|
set the area title (the string is copied, so you don't need to keep it around) |