Home
last modified time | relevance | path

Searched refs:LAB_CANCEL_BUTTON (Results 1 – 6 of 6) sorted by relevance

/dports/audio/py-fmoo-audiotools/audiotools-3.0/
H A Dtrack2track193 from audiotools.text import LAB_CANCEL_BUTTON
197 urwid.Button(LAB_CANCEL_BUTTON, on_press=self.exit),
H A Dtrackrename55 urwid.Button(_.LAB_CANCEL_BUTTON,
H A Dtracktag71 cancel_button=urwid.Button(_.LAB_CANCEL_BUTTON,
H A Daudiotools-config963 urwid.Button(_.LAB_CANCEL_BUTTON,
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/
H A Dui.py153 from audiotools.text import LAB_CANCEL_BUTTON
176 urwid.Button(LAB_CANCEL_BUTTON,
290 from audiotools.text import (LAB_CANCEL_BUTTON,
300 ('weight', 1, urwid.Button(LAB_CANCEL_BUTTON,
H A Dtext.py266 LAB_CANCEL_BUTTON = u"cancel" variable