Enum NppTbMsg
Defines for the Docking Manager.
CONT_ : styles for containers
DWS_ : mask params for plugins of internal dialogs
DWS_DF_* : default docking values for first call of plugin
[Flags]
public enum NppTbMsg : uint
Fields
DWS_ADDINFO = 4Display a string of additional information in the title bar
DWS_DF_CONT_BOTTOM = DWS_DF_CONT_RIGHT | DWS_DF_CONT_TOPDefault docking on bottom
DWS_DF_CONT_LEFT = 0Default docking on left
DWS_DF_CONT_RIGHT = 268435456Default docking on right
DWS_DF_CONT_TOP = 536870912Default docking on top
DWS_DF_FLOATING = 2147483648Default state is floating
DWS_ICONBAR = 2Display an icon in the title bar (currently not supported)
DWS_ICONTAB = 1Display an icon on the docking tab (i.e., when this dialog loses focus in a dock group)
DWS_PARAMSALL = DWS_ICONTAB | DWS_ICONBAR | DWS_ADDINFOCombines all properties of DWS_ICONTAB, DWS_ICONBAR and DWS_ADDINFO
DWS_USEOWNDARKMODE = 8Use plugin's own dark mode (i.e., prevent automatic subclassing; see NPPM_DARKMODESUBCLASSANDTHEME)