19 #ifndef _MFORMS_PANEL_H_
20 #define _MFORMS_PANEL_H_
40 #ifndef DOXYGEN_SHOULD_SKIP_THIS
45 void (*set_back_color)(Panel*,
const std::string &);
46 void (*set_title)(Panel*,
const std::string&);
48 void (*set_active)(Panel*, bool);
49 bool (*get_active)(Panel*);
51 void (*add)(Panel *
self,View*);
52 void (*
remove)(Panel *
self,View*);
74 void set_title(
const std::string &title);
76 virtual void set_back_color(
const std::string &color);
79 void set_active(
bool);
84 void add(
View *subview);
86 virtual void remove(
View *subview);