#include <config.h>
#include <stdio.h>
#include <math.h>
#include "gschem.h"
Go to the source code of this file.
Function Documentation
void a_pan_general |
( |
GSCHEM_TOPLEVEL * |
w_current, |
|
|
double |
world_cx, |
|
|
double |
world_cy, |
|
|
double |
relativ_zoom_factor, |
|
|
int |
flags |
|
) |
| |
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 37 of file a_pan.c.
- Todo:
- Finish function documentation!!!
- Function Description
- Bug:
- FIXME? This call will trigger a motion event (x_event_motion()), even if the user doesn't move the mouse Not ready for prime time, maybe there is another way to trigger the motion event without changing the cursor position (Werner)
Definition at line 175 of file a_pan.c.
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 195 of file a_pan.c.