CTabFolder2Listener.restore

Sent when the user clicks on the restore button of a CTabFolder. This event is sent either to restore the CTabFolder from the minimized state or from the maximized state. To determine which restore is requested, use CTabFolder.getMinimized() or CTabFolder.getMaximized() to determine the current state. The state of the CTabFolder does not change automatically - it is up to the application to change the state of the CTabFolder in response to this event using CTabFolder.setMaximized(false) or CTabFolder.setMinimized(false).

@param event an event containing information about the restore

@see CTabFolder#getMinimized() @see CTabFolder#getMaximized() @see CTabFolder#setMinimized(bool) @see CTabFolder#setMinimizeVisible(bool) @see CTabFolder#setMaximized(bool) @see CTabFolder#setMaximizeVisible(bool)

interface CTabFolder2Listener
void
restore

Meta