Virtual Method

IdeWorkspaceget_frame_at_position

Declaration

PanelFrame*
get_frame_at_position (
  IdeWorkspace* self,
  PanelPosition* position
)

Description

Attempts to locate the PanelFrame at a given position.

Parameters

position

Type: PanelPosition

An PanelPosition.

The data is owned by the caller of the function.

Return value

Type: PanelFrame

A PaneFrame or NULL.

The data is owned by the called function.
The return value can be NULL.