-
-
Notifications
You must be signed in to change notification settings - Fork 53
GetWindowContainer
otvv edited this page Aug 12, 2020
·
5 revisions
This function is pretty similar to CWidgets::GetParentWidget
, where it could return either a Window Container or a GroupBox Container. In this case it will always return an instance of the first Container (Your window).
This function is currently being used in the GetAbsolutePosition function. It will check if the parent widget (See: GetParentWidget) is the container window. If so, it will set the initial widget position accordingly.
Next you will learn about the GetPixelation function.
You can also read the library comments/functions for additional info.