Skip to content

GetParentWidget

Otavio edited this page Jul 21, 2021 · 6 revisions

CWidgets::GetParentWidget

What it does:

This function returns the parent widget of another widget. In most cases will be either a Window Container or a GroupBox Container.

Widgets:

List of widgets that are using this function:

  • ComboBox
  • ColorPicker
  • Container
  • MultiBox

Widgets that can use this function:

  • All of them.

What's next?

Next you will learn about the GetWindowContainer function.