IDA SDK
Macros
Widget open flags

Detailed Description

passed as options to open_form() and display_widget()

Macros

#define WOPN_TAB   0x02
 attached by default to a tab. More...
 
#define WOPN_RESTORE   0x04
 if the widget was the only widget in a floating area the More...
 
#define WOPN_PERSIST   0x40
 widget will remain available when starting or stopping debugger sessions
 
#define WOPN_CLOSED_BY_ESC   0x80
 override idagui.cfg:CLOSED_BY_ESC: esc will close
 
#define WOPN_NOT_CLOSED_BY_ESC   0x100
 override idagui.cfg:CLOSED_BY_ESC: esc will not close
 
#define WOPN_SZHINT   0x200
 when floating (i.e., not tabbed), use the widget's size hint to More...
 

Macro Definition Documentation

#define WOPN_TAB   0x02

attached by default to a tab.

If not specified, the widget will be inserted into its own, new floating area

#define WOPN_RESTORE   0x04

if the widget was the only widget in a floating area the

last time it was closed, it will be restored as floating, with the same position+size as before

#define WOPN_SZHINT   0x200

when floating (i.e., not tabbed), use the widget's size hint to

determine the best geometry (Qt only)