bcbnz / python-rofi

A Python module to make simple GUIs with Rofi
MIT License
111 stars 20 forks source link

Refactor parts of Rofi.select to make it more extensible #10

Closed dustinlacewell closed 5 years ago

dustinlacewell commented 6 years ago

This refactors a bit of the Rofi.select implementation out to separate methods so they can be overridden making the class a bit more extensible.