GitXplorerGitXplorer
p

urwidtrees

public
53 stars
18 forks
3 issues

Commits

List of commits on branch master.
Unverified
71ad9b31ad978c7455be9ce99fabbe5ca8e66491

Use self.set_focus to be DRY (#46).

mmrichar1 committed 5 years ago
Verified
7f252c9f6b7f1e7c39e0a9885781f59763e2e08b

Merge pull request #46 from mrichar1/set_focus_valign

ppazz committed 5 years ago
Unverified
f87f7edf19e5e97d5448e1d495f7ef035910a981

Add valign option to set_focus.

mmrichar1 committed 5 years ago
Verified
d1fa38ce4f37db00bdfc574b856023b5db4c7ead

Merge pull request #45 from pdeblanc/master

ppazz committed 6 years ago
Unverified
0dcf9b69a7ebb3977845ba8e8adc375cf6d78896

Remove extra os.path.isdir() calls.

ppeterfnfn committed 6 years ago
Unverified
207563ad5d750155104ed25292a264957f79af51

Merge pull request #42 from lucc/fix-quantify-code-issues

ppazz committed 7 years ago

README

The README file for this repository.

Urwid Tree Container API

Docs Build

This is a Widget Container API for the urwid toolkit. It uses a MVC approach and allows to build trees of widgets. Its design goals are

  • clear separation classes that define, decorate and display trees of widgets
  • representation of trees by local operations on node positions
  • easy to use default implementation for simple trees
  • Collapses are considered decoration

See the docs/ subdirectory for autogenetated API docs.

Examples