Creating windows
Last updated
Last updated
Following the steps in the , once you have installed ReGui, you can begin to create your first window!
By default, ReGui parents windows into ReGui.Container.Windows
. The container parent is automatically tested. For example if ReGui had CoreGui permissions, the container would be parented to the CoreGUI.
If you would like to speicifcally parent the Container, define ContainerParent
with the Parent in the ReGui:Init call
TabsWindow
Window