1 #ifndef BCRELOCATABLEWIDGET_H
2 #define BCRELOCATABLEWIDGET_H
4 class BC_RelocatableWidget
7 BC_RelocatableWidget();
8 virtual int reposition_widget(int x
, int y
, int w
= -1, int h
= -1) { return -1; };
9 virtual int get_w() {return -1; };
10 virtual int get_h() {return -1; };