GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Panel.c File Reference
#include "driver.h"
#include "driverlib.h"
Include dependency graph for Panel.c:

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)
 

Function Documentation

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().

void COM_Panel_save ( const char *  name,
int  top,
int  bottom,
int  left,
int  right 
)

Definition at line 4 of file Panel.c.

References driver::Panel_save.

Referenced by LOC_panel_save(), and process_command().