Sent when the user clicks on the maximize button of a CTabFolder.
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(true).
@param event an event containing information about the maximize
Sent when the user clicks on the maximize button of a CTabFolder. 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(true).
@param event an event containing information about the maximize
@see CTabFolder#getMaximized() @see CTabFolder#setMaximized(bool) @see CTabFolder#setMaximizeVisible(bool)