Table Of Contents

Previous topic

DispatcherListing

Next topic

SessionListing

This Page

phoenix_title Display

STC used to display an object using Pretty Print.


class_hierarchy Inheritance Diagram

Inheritance diagram for class Display

Inheritance diagram of Display


super_classes Known Superclasses

py.editwindow.EditWindow


method_summary Methods Summary

__init__ Create Display instance.
push Receiver for Interpreter.push signal.
Refresh  
setItem Set item to pretty print in the notebook Display tab.

api Class API



class Display(editwindow.EditWindow)

STC used to display an object using Pretty Print.


Methods



__init__(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=CLIP_CHILDREN | SUNKEN_BORDER, static=False)

Create Display instance.



push(self, command, more)

Receiver for Interpreter.push signal.



Refresh(self)


setItem(self, item)

Set item to pretty print in the notebook Display tab.