Signals are sent to mIRC containing information about components which have resized. To activate signal messages for docked windows, refer to /dcx xSignal |
Signal: |
DCX size WINDOW_TYPE HWND W H |
Example: |
DCX size mIRC_Toolbar 345564 1024 32 |
Parameters: |
size |
The event signal identifier. |
WINDOW_TYPE |
Information about which window type this information is describing. |
mIRC |
The mIRC window has resized. |
mIRC_Switchbar |
The mIRC SwitchBar has resized. |
mIRC_Toolbar |
The mIRC ToolBar has resized. |
mIRC_TreeList |
The mIRC TreeList has resized. |
ListBox |
The channel ListBox has been resized. |
Custom |
A custom window has been resized. |
HWND |
The hwnd of the window which resized. |
W |
The new width of the window. |
H |
The new height of the window. |
|
Note. For ListBox and Custom, the HWND will be the HWND of the window which triggered the event. For the other events, the HWND will be for the main mIRC window. |