Method

PanelWidgetset_foreground_rgba

Declaration [src]

void
panel_widget_set_foreground_rgba (
  PanelWidget* self,
  const GdkRGBA* foreground_rgba
)

Description [src]

Sets the foreground color of the widget.

Parameters

foreground_rgba GdkRGBA
 

The foreground color.

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