Class k.u.w.t.ProxyTextView(PropertyObject, gtk.TextView, ValidatableProxyWidgetMixin):

Part of kiwi.ui.widgets.textview

known subclasses: kiwi.ui.widgets.textview.TextView

Undocumented
Function__init__Undocumented
Function_on_textbuffer__changedUndocumented
Functionread

Get the content of the widget.

Functionupdate

Update the content value of the widget.

def __init__(self):
Undocumented
def _on_textbuffer__changed(self, textbuffer):
Undocumented
def read(self):

Get the content of the widget. The type of the return value

def update(self, data):

Update the content value of the widget.