passed as 'uijmp_flags' parameter to jumpto()
|
#define | UIJMP_ACTIVATE 0x0001 |
| activate the new window
|
|
#define | UIJMP_DONTPUSH 0x0002 |
| do not remember the current address in the navigation history
|
|
#define | UIJMP_VIEWMASK 0x000C |
|
#define | UIJMP_ANYVIEW 0x0000 |
| jump in any ea_t-capable view
|
|
#define | UIJMP_IDAVIEW 0x0004 |
| jump in idaview
|
|
#define | UIJMP_IDAVIEW_NEW 0x0008 |
| jump in new idaview
|
|