Fix the label int he sidebar
[gmpc.git] / src / GUI / title_header.h
blob983f9b3095c43ef1948a69d27ecd6c0650e359af
1 #ifndef __TITLE_HEADER_H__
2 #define __TITLE_HEADER_H__
4 /**
5 * Create the header.
6 * (this could not be done from GtkBuilder/GLade because it are
7 * custom widgets (maybe GtkBuilder can? Glade failed!)
8 */
9 void playlist3_new_header(void);
11 /**
12 * Update the header fields.
14 void playlist3_update_header(void);
16 #endif