Icon :: active - Active pixmap
In order to use an icon definition, the active pixmap must not be empty. The property returns the active pixmap.
Return value:  Pixmap data ( odabagui::Pixmap & )
Pixmap data contains a file path to a pixmap file and/or pixmap data as binary data block.
Implementation overview
- Get active pixmap
 Icon :: active (  )
- Set active pixmap
 Icon :: active ( cPixmap )
Implementation details
- 
Get active pixmap
 const odabagui::Pixmap & Icon  :: active (  )
 The function returns the active pixmap. to list
- 
Set active pixmap
 const odabagui::Pixmap & Icon  :: active ( odabagui::Pixmap &cPixmap )
 The function sets path and binary data block of the active pixmap from the pixmap passed in cPixmap. - cPixmap
 - Pixmap data
Pixmap data contains a file path to a pixmap file and/or pixmap data as binary data block. 
 to list
- cPixmap
 - Pixmap data

