Skip to content
#

cui

Here are 139 public repositories matching this topic...

WardBrian
WardBrian commented Jul 18, 2020

Because BlockLabels uses _lines instead of _title, set_title does nothing.

To reproduce:

import py_cui
root = py_cui.PyCUI(2,2)
root.set_title('Block Labels')
label = root.add_block_label('Hello\nWorld', 0,0, row_span=2, column_span=2)
label.set_title('Goodbye\nWorld')
root.start()

Expected behavior
set_title(title) should set the BlockLabel's ._line

Improve this page

Add a description, image, and links to the cui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cui topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.