Set an area based on the canvas of a widget
PhArea_t * PtSetAreaFromWidgetCanvas( PtWidget_t *widget, PhRect_t const *canvas_rect, PhArea_t *area)
This function sets area to an area that produces a widget canvas of canvas_rect, given the attributes, borders, etc. of widget.
The area argument must be provided and have its own storage. This function doesn't allocate any memory. |
A pointer to the area argument, or NULL if an error occurred.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |