Hello guys
I created the following textbox widget :
widget.TextBox(text='text 
',fontsize=16,padding=5,foreground='#00FF7F',mouse_callbacks 
={'Button4':pl,'Button5':nl}),

the 2 function are defined as follows:
def pl(qtile):
    qtile.cmd_prev_layout
def nl(qtile):
    qtile.cmd_next_layout

I don't have errors, but nothing happens when I scroll up and down over the 
widget above!
Someone has an idea?
Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qtile-dev/801aff76-a3ac-4351-9257-460dec3c16a2n%40googlegroups.com.

Reply via email to