⁘ electron.core

ElectronBase

go to → Members
Utils

Methods

protected_Bind(p_func)

Bind the given function to this object and returns it. Note that it replaces the function reference, hence referencing function before they are being bound in _Init, ( i.e in the constructor ) will target an obsolete function.

Parameters:
Name Type Description
p_func *
Misc

Members

mainWindow :BrowserWindow

TODO

Methods

protected_Boot()

TODO