$Date: 2005/10/23 11:24:49 $
$Revision: 1.7 $
-- Initialise panel with a_container.
-- Background of widget
-- (From EM_WIDGET)
-- Container of drawables
-- Delegate which draws widget
-- (From EM_WIDGET)
-- Foreground color of widget
-- (From EM_WIDGET)
-- Surface to draw on
-- (From EM_2D_COMPONENT)
-- Tooltip of Current
-- (From EM_COMPONENT)
-- X position of Current relative to parent
-- (From EM_COMPONENT)
-- Y position of Current relative to parent
-- (From EM_COMPONENT)
-- Height of Current
-- (From EM_COMPONENT)
-- Optimal height of Current
-- (From EM_WIDGET)
-- Optimal width of Current
-- (From EM_WIDGET)
-- Width of Current
-- (From EM_COMPONENT)
--Is a_widget present on this widget?
-- (From EM_WIDGET)
-- Is this widget changed since last draw?
-- (From EM_WIDGET)
-- Is Current enabled?
-- (From EM_COMPONENT)
-- Does Current handle joystick events?
-- (From EM_INPUT_SENSITIVE)
-- Does Current handle keyboard events?
-- (From EM_INPUT_SENSITIVE)
-- Does Current handle mouse events?
-- (From EM_INPUT_SENSITIVE)
-- Is Current visible?
-- (From EM_COMPONENT)
-- Hide Current.
-- This will trigger a hide event.
-- (From EM_COMPONENT)
-- Set this widget's changed status to true.
-- This also sets the changed status of the parent widget (if any) to true.
-- (From EM_WIDGET)
-- Set joystick sensitivity status.
-- (From EM_INPUT_SENSITIVE)
-- Set keyboard sensitivity status.
-- (From EM_INPUT_SENSITIVE)
-- Set mouse sensitivity status.
-- (From EM_INPUT_SENSITIVE)
-- Show Current.
-- This will trigger a show event.
-- (From EM_COMPONENT)
-- Add a_widget to nested widgets.
-- (From EM_WIDGET)
-- Set dimension to optimal_width optimal_height.
-- (From EM_WIDGET)
-- Set background to a_background.
-- (From EM_WIDGET)
-- Set background to display a_color as color.
-- If a_color has an alpha value of 255, an EM_COLOR_BACKGROUND will be used.
-- Otherwise an EM_ALPHA_COLOR_BACKGROUND or an
-- EM_TRANSPARENT_BACKGROUND is used.
-- (From EM_WIDGET)
-- Set foreground_color to a_color.
-- (From EM_WIDGET)
-- Set optimal dimension to a_width a_height.
-- The dimenson of the widget will not change, but subsequent calls to optimal_width
-- and optimal_height will return a_width and a_height. Also a call to resize_to_optimal_dimension
-- will set the widget's dimension to a_width a_height.
-- This setting will overwrite the optimal dimension definded by the widget delegate.
-- If a negative width or height is set, the optimal dimension will be set by the
-- delegate again.
-- (From EM_WIDGET)
-- Set position to a_x a_y.
-- This will trigger a move event.
-- (From EM_COMPONENT)
-- Set background to an EM_TRANSPARENT_BACKGROUND.
-- (From EM_WIDGET)
-- Set background to be transparent and use a_color as transparent colorkey (this color will be 100% transparent).
-- This sets the background to a EM_COLOR_BACKGROUND using a_color as color and
-- also sets the transparent colorkey of the surface to a_color
-- (From EM_WIDGET)
-- Remove a_widget from nested widgets.
-- (From EM_WIDGET)
-- Set dimension to a_width a_height.
-- This will trigger a resize event.
-- (From EM_COMPONENT)
-- Set height to a_height.
-- (From EM_COMPONENT)
-- Handle frame change.
-- (From EM_WIDGET)
-- Update all display data according to new theme.
-- (From EM_WIDGET)
-- Draw Current.
-- (From EM_COMPONENT)
-- Finish drawing Current.
-- (From EM_COMPONENT)
-- Prepare for drawing Current.
-- (From EM_COMPONENT)
-- Redraw Current.
-- (From EM_COMPONENT)
-- Focus lost event
-- (From EM_KEYBOARD_SENSITIVE)
-- Focus received event
-- (From EM_KEYBOARD_SENSITIVE)
-- Component hidden event
-- (From EM_COMPONENT)
-- Joystick axis event
-- (From EM_JOYSTICK_SENSITIVE)
-- Joystick ball event
-- (From EM_JOYSTICK_SENSITIVE)
-- Joystick button down event
-- (From EM_JOYSTICK_SENSITIVE)
-- Joystick button up event
-- (From EM_JOYSTICK_SENSITIVE)
-- Joystick hat event
-- (From EM_JOYSTICK_SENSITIVE)
-- Key down event
-- (From EM_KEYBOARD_SENSITIVE)
-- Key up event
-- (From EM_KEYBOARD_SENSITIVE)
-- Mouse button down event
-- (From EM_MOUSE_SENSITIVE)
-- Mouse button up event
-- (From EM_MOUSE_SENSITIVE)
-- Mouse clicked event
-- (From EM_MOUSE_SENSITIVE)
-- Mouse drag start event
-- (From EM_MOUSE_SENSITIVE)
-- Mouse drag stop event
-- (From EM_MOUSE_SENSITIVE)
-- Mouse dragged event
-- (From EM_MOUSE_SENSITIVE)
-- Mouse entered event
-- (From EM_MOUSE_SENSITIVE)
-- Mouse exited event
-- (From EM_MOUSE_SENSITIVE)
-- Mouse moved event
-- (From EM_MOUSE_SENSITIVE)
-- Mouse wheel down event
-- (From EM_MOUSE_SENSITIVE)
-- Mouse wheel up event
-- (From EM_MOUSE_SENSITIVE)
-- Component moved event
-- (From EM_COMPONENT)
-- Component resized event
-- (From EM_COMPONENT)
-- Component shown event
-- (From EM_COMPONENT)
-- Handle mouse button down event.
-- (From EM_COMPONENT)
-- Handle mouse button down event.
-- Set new keyboard focus if applicable.
-- (From EM_COMPONENT)
-- Handle mouse clicked event.
-- (From EM_COMPONENT)
-- Handle mouse drag start event.
-- (From EM_COMPONENT)
-- Handle mouse-drag drop event.
-- (From EM_COMPONENT)
-- Handle mouse dragging event.
-- (From EM_COMPONENT)
-- Handle mouse entered event.
-- (From EM_COMPONENT)
-- Handle mouse exited event.
-- (From EM_COMPONENT)
-- Child with mouse focus
-- (From EM_WIDGET)
-- Handle mouse motion event.
-- (From EM_COMPONENT)
-- Handle mouse wheel down event.
-- (From EM_COMPONENT)
-- Handle mouse wheel up event.
-- (From EM_COMPONENT)
-- Set component at position mouse_x mouse_y to mouse_focus
-- or set mouse_focuse to Void if no component is at the given position.
-- (From EM_WIDGET)
-- Parent of this widget. The changed status will be forwarded to the parent.
-- (From EM_WIDGET)
-- Set parent_widget to a_widget.
-- If the parent is alredy set, this widget will be removed from the old parent!
-- (From EM_WIDGET)
-- Topmost parent or Current if no parent is set
-- (From EM_WIDGET)
A panel which displays EM_DRAWABLE's.
Add new EM_DRAWABLE's to container.