DemoDlg

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Enums

mode
enum mode
Undocumented in source.

Functions

create
void create(void* dialog_p, int dialogID, bool isRTL, bool msgDestParent)
Undocumented in source.
display
void display(bool toShow)
Undocumented in source.
doDialog
void doDialog(void* dialog_p, bool isRTL)
Undocumented in source.
initialize
void initialize(core.sys.windows.windef.HINSTANCE hInst, core.sys.windows.windef.HWND hPere, ScintillaEditView** ppEditView)
Undocumented in source.
initialize
void initialize(core.sys.windows.windef.HINSTANCE hInst, core.sys.windows.windef.HWND parent)
Undocumented in source.
run_dlgProc
core.sys.windows.basetsd.INT_PTR run_dlgProc(core.sys.windows.windef.UINT message, core.sys.windows.windef.WPARAM wParam, core.sys.windows.windef.LPARAM lParam)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Variables

_mode
mode _mode;
Undocumented in source.

Inherited Members

From DockingDlgInterface

_HSource
core.sys.windows.windef.HWND _HSource;
Undocumented in source.
_dlgID
int _dlgID;
Undocumented in source.
_isFloating
bool _isFloating;
Undocumented in source.
_iDockedPos
int _iDockedPos;
Undocumented in source.
_moduleName
core.sys.windows.winnt.WCHAR[core.sys.windows.windef.MAX_PATH] _moduleName;
Undocumented in source.
_pluginName
core.sys.windows.winnt.WCHAR[core.sys.windows.windef.MAX_PATH] _pluginName;
Undocumented in source.
_isClosed
bool _isClosed;
Undocumented in source.
initialize
void initialize(core.sys.windows.windef.HINSTANCE hInst, core.sys.windows.windef.HWND parent)
Undocumented in source.
create
void create(void* dialog_p, npp_api.powereditor.wincontrols.dockingwnd.docking.tTbData data, bool isRTL)
Undocumented in source.
create
void create(void* dialog_p, int dialogID, bool isRTL, bool msgDestParent)
Undocumented in source.
updateDockingDlg
void updateDockingDlg()
Undocumented in source.
destroy
void destroy()
Undocumented in source.
setBackgroundColor
void setBackgroundColor(core.sys.windows.windef.COLORREF bgColour);
Undocumented in source.
setForegroundColor
void setForegroundColor(core.sys.windows.windef.COLORREF bgColour);
Undocumented in source.
display
void display(bool toShow)
Undocumented in source.
isClosed
bool isClosed()
Undocumented in source.
setClosed
void setClosed(bool toClose)
Undocumented in source.
getPluginFileName
const(core.sys.windows.winnt.WCHAR)* getPluginFileName()
Undocumented in source.
run_dlgProc
core.sys.windows.basetsd.INT_PTR run_dlgProc(core.sys.windows.windef.UINT message, core.sys.windows.windef.WPARAM wParam, core.sys.windows.windef.LPARAM lParam)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta