Class VisibleContainer

Summary

#
  This is similar to a Container, except that the object
  itself is a capable of display.  A {VisibleContainer} should not
  be instantiated itself; rather one of its subclasses should be
  instantiated.

Superclasses:
Component

Package:
(main)
File:
gui.icn
Methods:
add, final_setup, finally, firstly, generate_all_components, generate_components, get_components, in_region, resize, set_components

Methods inherited from Component:
accepts_tab_focus, attrib, clear_accepts_tab_focus, clear_draw_border, clear_is_shaded, clear_no_updates, display, do_shading, error, get_cbwin_reference, get_cwin_reference, get_h_reference, get_parent_Dialog, get_parent_buffer_win, get_parent_win, get_visible_reference, get_w_reference, get_x_reference, get_y_reference, got_focus, handle_event, handle_notify, is_hidden, is_shaded, is_unhidden, is_unshaded, lost_focus, parse_pos, redisplay, set_abs_coords, set_abs_size, set_accepts_tab_focus, set_align, set_attribs, set_attribs_list, set_draw_border, set_is_shaded, set_no_updates, set_parent_Dialog, set_pos, set_size, set_tooltip, toggle_draw_border, toggle_is_shaded, unique_end, unique_start

Methods inherited from MetaComponent:
set_fields

Methods inherited from Ticker:
is_ticking, retime_ticker, set_ticker, stop_ticker, tick

Fields:
components

Source code.

Details
Constructor

VisibleContainer(argv)

Methods:

add(c)

#
  Add the {Component} to the {Container}.
  @param c   The {Component} to add.


final_setup(x, y)

This method overrides final_setup in class Component

finally()

This method overrides finally in class Component

firstly()

This method overrides firstly in class Component

generate_all_components()

This method overrides generate_all_components in class Component

generate_components()

This method overrides generate_components in class Component

get_components()

#
  Get the list of {Components} in this {Container}.
  @return   The list of {Components}


in_region()

This method overrides in_region in class Component

resize()

This method overrides resize in class Component

set_components(x)

#
  Set the list of {Components} in this {Container}.
  @param x   The list of {Components}.


Fields:
components


This page produced by UniDoc on 2021/04/15 @ 23:59:54.