Get the backmost control surface belonging to a widget
PtSurface_t *PtSurfaceInBack( PtWidget_t *widget );
ph
This function gets the backmost control surface belonging to the given widget.
A pointer to the PtSurface_t structure describing the control surface, or NULL if the widget doesn't have any control surfaces.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtInsertSurface(), PtInsertSurfaceById(), PtSurfaceBrotherBehind(), PtSurfaceBrotherInFront(), PtSurfaceInFront(), PtSurfaceToBack(), PtSurfaceToBackById(), PtSurfaceToFront(), PtSurfaceToFrontById()
Control Surfaces chapter of the Photon Programmer's Guide