Method

CogViewset_fullscreen

Declaration [src]

gboolean
cog_view_set_fullscreen (
  CogView* self,
  gboolean enable
)

Description [src]

Change the fullscreening status of the view.

Note that not all platform plug-ins may implement view fullscreening, and in that case FALSE is always returned.

Available since:0.20

Parameters

enable gboolean
 

Whether to enable fullscreening.

Return value

Returns: gboolean
 

Whether the view fullscreening state was set to the requested one.