This class allows an arbitrary Component to be placed within the ScrollArea. The component is set with the set_inner() method, and it must have an absolute size, ie not specified in percentage terms.
| Class summary |
| Methods inherited from gui::ScrollArea |
| compute_and_invalidate() display(buffer_flag) get_areax() get_areay() get_view_x_padding() get_view_y_padding() initially() on_hsb() on_vsb() resize() set_internal_fields() |
| Variables inherited from gui::ScrollArea |
| hsb last_refresh_x last_refresh_y view vsb |
| Variables inherited from gui::Component |
| accel accepts_focus_flag allow_drag_flag allow_drop_flag attribs cbwin children cwin draw_border_flag h h_spec has_focus is_shaded_flag parent parent_dialog pointer ticker tooltip valid w w_spec x x_align x_spec y y_align y_spec |
| Methods inherited from lang::Object |
| clone(seen) equals(other, seen) get_class() get_class_name() get_id() hash_code(depth, seen) is_instance(name) to_string(depth, seen) |
| Methods inherited from util::Connectable |
| connect(obj, meth, type) disconnect(l) fire(type, param) fire_event(e) initially() |
| Variables inherited from util::Connectable |
| listeners |
| Method detail |