DockingDlgInterface

Undocumented in source.
version(Windows && Not_betterC)
class DockingDlgInterface : StaticDialog {}

Constructors

this
this()
Undocumented in source.
this
this(int dlgID)
Undocumented in source.

Members

Functions

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.
destroy
void destroy()
Undocumented in source.
display
void display(bool toShow)
Undocumented in source.
getPluginFileName
const(core.sys.windows.winnt.WCHAR)* getPluginFileName()
Undocumented in source.
initialize
void initialize(core.sys.windows.windef.HINSTANCE hInst, core.sys.windows.windef.HWND parent)
Undocumented in source.
isClosed
bool isClosed()
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.
setClosed
void setClosed(bool toClose)
Undocumented in source.
updateDockingDlg
void updateDockingDlg()
Undocumented in source.

Variables

_HSource
core.sys.windows.windef.HWND _HSource;
Undocumented in source.
_dlgID
int _dlgID;
Undocumented in source.
_iDockedPos
int _iDockedPos;
Undocumented in source.
_isClosed
bool _isClosed;
Undocumented in source.
_isFloating
bool _isFloating;
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.
setBackgroundColor
void setBackgroundColor(core.sys.windows.windef.COLORREF bgColour);
Undocumented in source.
setForegroundColor
void setForegroundColor(core.sys.windows.windef.COLORREF bgColour);
Undocumented in source.

Inherited Members

From StaticDialog

~this
~this()
Undocumented in source.
create
void create(void* dialog_p, int dialogID, bool isRTL, bool msgDestParent)
Undocumented in source.
isCreated
bool isCreated()
Undocumented in source.
goToCenter
void goToCenter()
Undocumented in source.
destroy
void destroy()
Undocumented in source.
display
void display(bool toShow)
Undocumented in source.
getTopPoint
core.sys.windows.windef.POINT getTopPoint(core.sys.windows.windef.HWND hwnd, bool isLeft)
Undocumented in source.
_rc
core.sys.windows.windef.RECT _rc;
Undocumented in source.
dlgProc
core.sys.windows.basetsd.INT_PTR dlgProc(core.sys.windows.windef.HWND hwnd, 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.
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.
alignWith
void alignWith(core.sys.windows.windef.HWND handle, core.sys.windows.windef.HWND handle2Align, .PosAlign pos, core.sys.windows.windef.POINT point)
Undocumented in source.
makeRTLResource
core.sys.windows.windef.HGLOBAL makeRTLResource(int dialogID, core.sys.windows.winuser.DLGTEMPLATE** ppMyDlgTemplate)
Undocumented in source.

Meta