BBjWindow::setIcons
Description
In BBj 16.00 and higher, this method assigns multiple icons to a BBjWindow.
Syntax
Return Value |
Method |
void |
setIcons(BBjVector images!) |
Parameters
Variable |
Description |
images! |
Return Value
None.
Remarks
Native windowing systems may use different images of differing dimensions to represent a window, depending on the context (e.g. window decoration, window list, taskbar, etc.). They could also use just a single image for all contexts or no image at all.
Example
|
See Also
MINICON Mnemonic - Create Window Icon (SYSWINDOW)
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.