On 01.01.2013, 20:57, Piotr Adamus wrote:
> myspacer = wibox.widget.textbox()
> myspacer.text = " | "
>
> But above doesn't work nor returns an error.
> Could I ask you for a help?
The second line has to be rewritten into myspacer:set_text(" | "), that
should work. You also could use myspacer:set_markup(" | ") if you have a
markup on the textbox which shall be respected.

Cheers
Manuel

-- 
To unsubscribe, send mail to [email protected].

Reply via email to