GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
Functions | |
void | COM_Panel_save (const char *name, int top, int bottom, int left, int right) |
void | COM_Panel_restore (const char *name) |
void | COM_Panel_delete (const char *name) |
void COM_Panel_delete | ( | const char * | name | ) |
Definition at line 17 of file Panel.c.
References driver::Panel_delete.
Referenced by LOC_panel_delete(), and process_command().
void COM_Panel_restore | ( | const char * | name | ) |
Definition at line 11 of file Panel.c.
References driver::Panel_restore.
Referenced by LOC_panel_restore(), and process_command().
Definition at line 4 of file Panel.c.
References driver::Panel_save.
Referenced by LOC_panel_save(), and process_command().