Icon :: inactive - Inactive 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 inactive pixmap
Icon :: inactive (  ) - Set inactive pixmap
Icon :: inactive ( cPixmap ) 
Implementation details
- 
Get inactive pixmap
const odabagui::Pixmap & Icon  :: inactive (  )
The function returns the inactive pixmap.
to list
 - 
Set inactive pixmap
const odabagui::Pixmap & Icon  :: inactive ( odabagui::Pixmap &cPixmap )
The function sets path and binary data block of the inactive 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
 

