ui: Graphical user interface

class Main_Window(app, session, parent=None)

Main application window including graphics, toolbar, command line, status line, and scrolled text log.

enable_shortcuts(enable)

Interpret key strokes as shortcuts. The command-line changes color to light green when in shortcut mode.

show_back_forward_buttons(show)

Display toolbar arrow buttons for going back or forward when users follows links in html panel.

show_status(msg, append=False)

Write a message on the status line.

show_text(text=None, url=None, html=False, id=None, anchor_callback=None, open_links=False, scroll_to_end=False)

Show specified HTML in the main panel of the main window. This html panel covers the graphics.

Previous topic

surface: Surfaces

Next topic

Chimera2 Web Application

This Page