pisak.symboler package

pisak.symboler.description module

pisak.symboler.handlers module

Signal handlers specific for the symboler application.

pisak.symboler.handlers.backspace(entry)[source]

Delete the last symbol from the entry.

Parameters:entry – symbols entry.
pisak.symboler.handlers.clear_all(entry)[source]

Clear the whole entry.

Parameters:entry – symbols entry.
pisak.symboler.handlers.load(pop_up)[source]

Load one of the previously saved symbols chains. Put the symbols inside the entry. Open a dialog window.

Parameters:pop_up – dialog window.
pisak.symboler.handlers.load_main(data_source)[source]

Load main content of the symboler, that is table of contents and then all the categories.

Parameters:data_source – source of the data for the pager.
pisak.symboler.handlers.save(pop_up)[source]

Save the current symbols buffer. Open a dialog window.

Parameters:pop_up – dialog window.
pisak.symboler.handlers.scroll_left(entry)[source]

Scroll the entry content left.

Parameters:entry – symbols entry.
pisak.symboler.handlers.scroll_right(entry)[source]

Scroll the entry content right.

Parameters:entry – symbols entry.
pisak.symboler.handlers.text_to_speech(entry)[source]

Read the text loud.

Parameters:entry – symbols entry.

pisak.symboler.widgets module

Module contents