Index

Package: Keen_Panels

Description

package Widgets.Containers.Keen_Panels 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

Keen_Panel

type Keen_Panel is new Container with private;

Ancestors:

Primitive operations:

Activate_Popup (Inherited)
Add_Child (Inherited)
Apply_Container_Layout (Inherited)
Bring_To_Front (Inherited)
Bring_To_Front (Inherited)
Construct (Inherited)
Construct
Construct (Inherited)
Delete (overriding Delete)
Delete_Child (Inherited)
Delete_Children (Inherited)
Draw (Inherited)
Draw_Children (Inherited)
Draw_Content (Inherited)
Draw_Content
Find_Widget_At (Inherited)
Get_Color (Inherited)
Get_Min_Height (overriding Get_Min_Height)
Get_Min_Width (overriding Get_Min_Width)
Get_Process_Name (Inherited)
Get_View (Inherited)
Get_Window (Inherited)
Give_Focus (Inherited)
Handle_Blur (Inherited)
Handle_Click (Inherited)
Handle_Descendant_Shown (Inherited)
Handle_Disabled (Inherited)
Handle_Enabled (Inherited)
Handle_Enter (Inherited)
Handle_Exit (Inherited)
Handle_Focus (Inherited)
Handle_Key_Held (Inherited)
Handle_Key_Press (Inherited)
Handle_Key_Release (Inherited)
Handle_Mouse_Held (Inherited)
Handle_Mouse_Move (Inherited)
Handle_Mouse_Press (Inherited)
Handle_Mouse_Release (Inherited)
Handle_Mouse_Scroll (Inherited)
Handle_Resize (Inherited)
Handle_Rooted (Inherited)
Handle_Shown (Inherited)
Is_Rooted (Inherited)
Is_Showing (Inherited)
Pack (Inherited)
Remove_Child (Inherited)
Set_Color (Inherited)
Set_Dirty (Inherited)
Set_Parent (Inherited)
Set_Zoom (Inherited)
To_String (Inherited)
Translate_To_Content (Inherited)
Translate_To_Window (Inherited)

Types

A_Keen_Panel

type A_Keen_Panel is access all Keen_Panel'Class;

Subprograms & Entries

Create_Panel

function Create_Panel
( view: not null access Game_Views.Game_View'Class;
id: String;
libName: String ) return A_Keen_Panel;

Add_Widget

procedure Add_Widget
( this: access Keen_Panel;
child: in out A_Widget );
Adds a child widget to the Keen panel. 'child' will be consumed.