Method
PanelWidgetget_position
Declaration [src]
PanelPosition*
panel_widget_get_position (
PanelWidget* self
)
Return value
Type: PanelPosition
A PanelPosition
or NULL
if the
widget isn’t within a PanelFrame
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |