TextForm

class compas_rhino.forms.TextForm(text, title='Message', width=800, height=600)[source]

Bases: compas_rhino.forms.base.BaseForm

A form for text.

Methods

__init__(text[, title, width, height])

Initialize self.

init()

on_form_closed(sender, eargs)

show()

Show the form as a modal dialog.