#include <bclistbox.h>
Inherits BC_ScrollBar.

Public Member Functions | |
| BC_ListBoxYScroll (BC_ListBox *listbox, int total_height, int view_height, int position) | |
| ~BC_ListBoxYScroll () | |
| int | handle_event () |
Private Attributes | |
| BC_ListBox * | listbox |
Definition at line 19 of file bclistbox.h.
| BC_ListBoxYScroll::BC_ListBoxYScroll | ( | BC_ListBox * | listbox, | |
| int | total_height, | |||
| int | view_height, | |||
| int | position | |||
| ) |
Definition at line 21 of file bclistbox.C.
| BC_ListBoxYScroll::~BC_ListBoxYScroll | ( | ) |
Definition at line 36 of file bclistbox.C.
| int BC_ListBoxYScroll::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ScrollBar.
Definition at line 40 of file bclistbox.C.
References BC_ScrollBar::get_value(), listbox, and BC_ListBox::set_yposition().

BC_ListBox* BC_ListBoxYScroll::listbox [private] |
1.5.5