Function

PanelFrameCallback

Declaration

void
(* PanelFrameCallback) (
  PanelFrame* frame,
  gpointer user_data
)

Description [src]

Callback passed to “foreach frame” functions.

Parameters

frame PanelFrame
 

The PanelFrame calling.

 The data is owned by the caller of the function.
user_data gpointer
 

The user data received by the callback.

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