GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
com_get.c File Reference
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/graphics.h>
#include "transport.h"
Include dependency graph for com_get.c:

Go to the source code of this file.

Functions

void R_get_location_with_box (int cx, int cy, int *wx, int *wy, int *button)
 
void R_get_location_with_line (int cx, int cy, int *wx, int *wy, int *button)
 
void R_get_location_with_pointer (int *wx, int *wy, int *button)
 

Function Documentation

void R_get_location_with_box ( int  cx,
int  cy,
int wx,
int wy,
int button 
)

Definition at line 7 of file com_get.c.

References transport::get_location_with_box, and trans.

Referenced by get_win_w_mouse().

void R_get_location_with_line ( int  cx,
int  cy,
int wx,
int wy,
int button 
)

Definition at line 12 of file com_get.c.

References transport::get_location_with_line, and trans.

void R_get_location_with_pointer ( int wx,
int wy,
int button 
)

Definition at line 17 of file com_get.c.

References transport::get_location_with_pointer, and trans.

Referenced by D_popup(), and ident_win().