WindowGUIManipulatorView-classDerived from: public BViewDeclared in: WindowGUIManipulator.h
OverviewThis is almost like a regular BView with a few additions. This instances of this class automatically set their view-colors to that of their parents when they are attached to window. This also sets default flags and name so only the BRect must be provided in the constructor. |
||
Constructor |
||
WindowGUIManipulatorView()WindowGUIManipulatorView(BRect rect)Constructs a view with the frame rectangle rect and a name "window_gui_manipulator_view" and resizing mode B_FOLLOW_ALL_SIDES and flags B_WILL_DRAW. |
||