company logo

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

Implementation details

  1. Get normal pixmap
    const odabagui::Pixmap & Icon  :: normal (  )

    The function returns the normal pixmap from the icon.

  2. to list
  3. 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.

  4. to list