Enumeration

EogTransparencyStyle

Declaration

enum Eog.TransparencyStyle

Description [src]

Used to define how transparent image parts are drawn.

Members

EOG_TRANSP_BACKGROUND

Use the background color of the current UI theme.

  • Value: 0
  • Nickname: background
  • Available since: 3.0
EOG_TRANSP_CHECKED

Show transparent parts as a checkerboard pattern.

  • Value: 1
  • Nickname: checked
  • Available since: 3.0
EOG_TRANSP_COLOR

Show transparent parts in a user defined color (see EogScrollView:transparency-color )

  • Value: 2
  • Nickname: color
  • Available since: 3.0