Virtual Method

IdeFrameAddinset_page

Declaration

void
set_page (
  IdeFrameAddin* self,
  IdePage* page
)

Description

This virtual method is called whenever the active page changes in the IdePage. Plugins may want to alter what controls are displayed on the frame based on the current page.

Parameters

page

Type: IdePage

An IdePage or NULL.

The argument can be NULL.
The data is owned by the caller of the function.