Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Class for tab dialogs, relies on a SCR_SuperMenuComponent placed on content layout root widget Do your tab related stuff in a child of SCR_SuperMenuComponent! Leave this for calling necessary events on it, and for global menu necessities
Note that any button created by tab sub menus will not be registered in the dialog's buttons map, as it should only include global ones. Any tab related button should be handled by the tab itself, even if they share the same footer space
Definition at line 9 of file SCR_TabDialog.c.