This commit is contained in:
Hisham Muhammad
2007-08-10 05:59:36 +00:00
parent 4c51ad0e35
commit e685bdeea0
8 changed files with 16 additions and 16 deletions

View File

@ -72,9 +72,9 @@ void Panel_init(Panel* this, int x, int y, int w, int h, char* type, bool owner)
void Panel_done(Panel* this);
inline void Panel_setRichHeader(Panel* this, RichString header);
extern void Panel_setRichHeader(Panel* this, RichString header);
inline void Panel_setHeader(Panel* this, char* header);
extern void Panel_setHeader(Panel* this, char* header);
void Panel_setEventHandler(Panel* this, Panel_EventHandler eh);