#include "window.h"
#include "hscroll.h"
#include <glib.h>
Go to the source code of this file.
◆ status_bar_init()
void status_bar_init |
( |
struct status_bar * |
p, |
|
|
unsigned |
width, |
|
|
int |
y, |
|
|
int |
x |
|
) |
| |
◆ status_bar_deinit()
◆ status_bar_paint()
void status_bar_paint |
( |
struct status_bar * |
p, |
|
|
const struct mpd_status * |
status, |
|
|
const struct mpd_song * |
song |
|
) |
| |
◆ status_bar_resize()
void status_bar_resize |
( |
struct status_bar * |
p, |
|
|
unsigned |
width, |
|
|
int |
y, |
|
|
int |
x |
|
) |
| |
◆ status_bar_message()
void status_bar_message |
( |
struct status_bar * |
p, |
|
|
const char * |
msg |
|
) |
| |
◆ status_bar_clear_message()
void status_bar_clear_message |
( |
struct status_bar * |
p | ) |
|