Method
PanelGridforeach_frame
Declaration [src]
void
panel_grid_foreach_frame (
PanelGrid* self,
PanelFrameCallback callback,
gpointer user_data
)
Parameters
callback
-
Type:
PanelFrameCallback
A
PanelFrameCallback
. user_data
-
Type:
gpointer
Closure data for
callback
.The argument can be NULL
.The data is owned by the caller of the function.