def __wrap_uihooks_callback(name, do_call): return ida_ida.__wrap_hooks_callback(UI_Hooks, name, name.replace("widget", "tform"), do_call)
cmd.icon) attach_dynamic_action_to_popup(widget, popup, desc) class disabled_script_timeout_t(object): def __enter__(self): import _ida_idaapi self.was_timeout = _ida_idaapi.set_script_timeout(0) def __exit__(self, type, value, tb): import _ida_idaapi _ida_idaapi.set_script_timeout(self.was_timeout) import ida_ida ida_ida.__wrap_hooks_callback( UI_Hooks, "database_closed", "term", lambda cb, *args: cb(*args)) # ---------------------------------------------------------------------- # bw-compat/deprecated. You shouldn't rely on this in new code from ida_pro import str2user #</pycode(py_kernwin)> #<pycode_BC695(py_kernwin)> AST_DISABLE_FOR_FORM=AST_DISABLE_FOR_WIDGET AST_ENABLE_FOR_FORM=AST_ENABLE_FOR_WIDGET CB_CLOSE_IDB=CB_INVISIBLE chtype_generic2=chtype_generic