Icon :: normal - Normal pixmap
The property returns the inactive pixmap, i.e. the pixmap that is displayed for inactive GUI elements.
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 normal pixmap
 Icon :: normal (  )
- Set normal pixmap
 Icon :: normal ( cPixmap )
Implementation details
- 
Get normal pixmap
 const odabagui::Pixmap & Icon  :: normal (  )
 The function returns the normal pixmap from the icon. to list
- 
Set normal pixmap
 const odabagui::Pixmap & Icon  :: normal ( odabagui::Pixmap &cPixmap )
 The function sets path and binary data block of the normal 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

