struct NETIcon
|
Simple icon class. More... |
|
|
Public Methods
Public Members
Detailed Description
Simple icon class.
This class is a convenience class defining an icon of size width by height.
The existence of this class is to keep the implementation from being
dependant on a separate framework/library.
Constructor to initialize this icon to 0x0 with data=0
Size of the icon.
Image data for the icon. This is an array of 32bit packed CARDINAL ARGB
with high byte being A, low byte being B. First two bytes are width, height.
Data is in rows, left to right and top to bottom.
Generated by: prospector@porky.devel.redhat.com on Fri Nov 3 09:58:39 2000, using kdoc 2.0a42. |