npp-api v0.1.4-dev (2019-10-09T09:25:27Z)
Home
Dub
Repo
npp_beNotified
npp_api
pluginfunc
basic_interface
Undocumented in source.
version(Windows)
mixin template
npp_beNotified () {
static if
(
!__traits(compiles, .beNotified)
)
static if
(
!__traits(compiles, .pluginBeNotified)
)
void
beNotified
(npp_api.scintilla.scintilla.SCNotification* notifyCode);
static if
(
!__traits(compiles, .beNotified)
)
static if
(!(
!__traits(compiles, .pluginBeNotified)
))
static if
(
std.traits.hasFunctionAttributes!(.pluginBeNotified, "@nogc")
)
void
beNotified
(npp_api.scintilla.scintilla.SCNotification* notifyCode);
static if
(
!__traits(compiles, .beNotified)
)
static if
(!(
!__traits(compiles, .pluginBeNotified)
))
static if
(!(
std.traits.hasFunctionAttributes!(.pluginBeNotified, "@nogc")
))
void
beNotified
(npp_api.scintilla.scintilla.SCNotification* notifyCode);
}
Members
Functions
beNotified
void
beNotified
(npp_api.scintilla.scintilla.SCNotification* notifyCode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
beNotified
void
beNotified
(npp_api.scintilla.scintilla.SCNotification* notifyCode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
beNotified
void
beNotified
(npp_api.scintilla.scintilla.SCNotification* notifyCode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Meta
Source
See Implementation
npp_api
pluginfunc
basic_interface
functions
npp_init_main_menu
mixin templates
npp_DLLMain
npp_beNotified
npp_getFuncsArray
npp_getName
npp_isUnicode
npp_main_menu
npp_messageProc
npp_nppData
npp_plugin_interface
npp_setInfo
structs
plugin_DLL_info
templates
is_DllMain
is_npp_func
is_plugin_func