Method

IdePageset_primary_color_fg

Declaration

void
ide_page_set_primary_color_fg (
  IdePage* self,
  const GdkRGBA* primary_color_fg
)

Description

Sets the IdePage:primary-color-fg property. If primary_color_fg is NULL, the property is unset.

Available since:3.32

Parameters

primary_color_fg const GdkRGBA*
 

A GdkRGBA or NULL.

 The argument can be NULL.
 The data is owned by the caller of the function.