Index

Package: Gui

Description

package Applications.Gui is
Copyright (c) 2012 Kevin Wellwood All rights reserved. This source code is distributed under the Modified BSD License. For terms and conditions, see license.txt.

Classes

Gui_Application (abstract)

type Gui_Application is abstract new Application with private;

Ancestors:

Immediate Children:

Primitive operations:

Applications.Delete (Inherited)
Applications.Run (Inherited)
Close (overriding Applications.Close)
Construct
Construct (overriding Applications.Construct)
Construct (Inherited)
Init
Init (overriding Applications.Init)
To_String (Inherited)
An abstract application class with a single window for graphics and mouse/keyboard facilities.

Types

A_Gui_Application

type A_Gui_Application is access all Gui_Application'Class;

Subprograms & Entries

Get_Window_Title

function Get_Window_Title
( this: not null access Gui_Application'Class ) return String;
Returns the title text at the top of the application's window.