Python Library Reference
Previous: Up: 14.11 curses.panel Next:


14.11.1 Functions

The module curses.panel defines the following functions:

bottom_panel( )
Returns the bottom panel in the panel stack.

new_panel( win)
Returns a panel object, associating it with the given window win. Be aware that you need to keep the returned panel object referenced explicitly. If you don't, the panel object is garbage collected and removed from the panel stack.

top_panel( )
Returns the top panel in the panel stack.

update_panels( )
Updates the virtual screen after changes in the panel stack. This does not call curses.doupdate(), so you'll have to do this yourself.


Python Library Reference
Previous: Up: 14.11 curses.panel Next:

Release 2.5.2, documentation updated on 21st February, 2008.
See About this document... for information on suggesting changes.

AltStyle によって変換されたページ (->オリジナル) /