20 #ifndef _TABVIEW_DOCK_H_
21 #define _TABVIEW_DOCK_H_
36 : _tabview(tv), _type(type) {}
38 virtual std::string
get_type() {
return _type; }
40 virtual void dock_view(
mforms::AppView *view,
const std::string &arg1,
int arg2);
43 virtual void set_view_title(
mforms::AppView *view,
const std::string &title);
44 virtual std::pair<int, int> get_size();