Difference between revisions of "Category:Picture Windows"
From Scriptwiki
m (Added how to create a picture window.) |
|||
Line 1: | Line 1: | ||
The picture window is a special type of custom window that can display a combination of text, graphics, and pictures, and can trigger script events relating to mouse clicks and movements. | The picture window is a special type of custom window that can display a combination of text, graphics, and pictures, and can trigger script events relating to mouse clicks and movements. | ||
+ | |||
+ | To create a picture window, use /window with a -p switch: | ||
+ | /window -p @drawingBoard | ||
[[Category:MIRC Help]] | [[Category:MIRC Help]] |
Revision as of 16:13, 28 June 2013
The picture window is a special type of custom window that can display a combination of text, graphics, and pictures, and can trigger script events relating to mouse clicks and movements.
To create a picture window, use /window with a -p switch:
/window -p @drawingBoard