Window


Object Hierarchy:

Object hierarchy for Window

Description:

public class Window : Container

Top level widget for displaying other widgets on the Screen.

All other widgets must be contained in a Window in order to be displayed on the Screen . Windows are displayed in a stack. A new Window is added to the stack by calling show and removed from the stack by calling close. Only the top-most Window is visible to the user and only that Window receives user input.

All known sub-classes:
 

Namespace: EV3devKit.UI
Package: ev3devkit

Content:

Properties:

Creation methods:

Methods:

Signals:

Inherited Members:

All known members inherited from class GLib.Object