awesome/widgets
Aldo Cortesi 4723ab3627 This patch is a first draft of independently targetable textboxes, and a
protocol to speak to them. Given a textbox widget definition like this:

        textbox mail {
            default = 0
        }
        textbox time {}

We can update the boxes individually by going:

    echo 0 tell_widget mail 10
    echo 0 tell_widget time 12:01

Text boxes will dynamically resize to fit their contents. A textbox can be
cleared by going:

    echo 0 tell_widget name

A text-box containing no text will take up 0 space in the bar, i.e. it will not
be visible at all

Textboxes now supersede statusbar_set_text, so this call has been removed.
2007-12-17 18:22:05 +01:00
..
focustitle.c This patch is a first draft of independently targetable textboxes, and a 2007-12-17 18:22:05 +01:00
layoutinfo.c This patch is a first draft of independently targetable textboxes, and a 2007-12-17 18:22:05 +01:00
taglist.c This patch is a first draft of independently targetable textboxes, and a 2007-12-17 18:22:05 +01:00
textbox.c This patch is a first draft of independently targetable textboxes, and a 2007-12-17 18:22:05 +01:00