278. TreePanel

Expert Partitioner

278.1. Authors

  • Arvin Schnell <aschnell@suse.de>

  • The Tree widget must have id `tree. The ids of the items of the Tree

  • widget must be made of symbols or strings.

278.2. Summary of Module Globals

List of Global Functions

  • Destroy - Delegating destroying to the selected panel.

  • Handle - Handle user input by either switching the panel or delegating the input to the selected panel.

  • Init - Initialises internal data and calls the create function of the selected panel.

  • Update - Update the contents of the Tree widget.

List of Global Variables

    278.3. Global Functions

    278.3.1. Destroy

    Delegating destroying to the selected panel.

    Return value

    • void

    278.3.2. Handle

    Handle user input by either switching the panel or delegating the input to the selected panel.

    Function parameters

    • symbol widget

    Return value

    • void

    278.3.3. Init

    Initialises internal data and calls the create function of the selected panel.

    Function parameters

    • map<any, map> d

    Return value

    • void

    278.3.4. Update

    Update the contents of the Tree widget.

    Function parameters

    • map<any, map> d

    • list<term> tree

    • any new_item

    Return value

    • void

    278.4. Global Variables

    278.5. Module Requirements

    none