Package library :: Package pyjamas :: Package ui :: Module RichTextToolbar :: Class Images
[hide private]
[frames] | no frames]

Class Images

source code

object --+
         |
        Images

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  bold = "bold.gif"
  italic = "italic.gif"
  underline = "underline.gif"
  subscript = "subscript.gif"
  superscript = "superscript.gif"
  justifyLeft = "justifyLeft.gif"
  justifyCenter = "justifyCenter.gif"
  justifyRight = "justifyRight.gif"
  strikeThrough = "strikeThrough.gif"
  indent = "indent.gif"
  outdent = "outdent.gif"
  hr = "hr.gif"
  ol = "ol.gif"
  ul = "ul.gif"
  insertImage = "insertImage.gif"
  createLink = "createLink.gif"
  removeLink = "removeLink.gif"
  removeFormat = "removeFormat.gif"
Properties [hide private]

Inherited from object: __class__