#include <bclistbox.h>
Inherits BC_ScrollBar.

Public Member Functions | |
| BC_ListBoxXScroll (BC_ListBox *listbox, int total_width, int view_width, int position) | |
| ~BC_ListBoxXScroll () | |
| int | handle_event () |
Private Attributes | |
| BC_ListBox * | listbox |
Definition at line 32 of file bclistbox.h.
| BC_ListBoxXScroll::BC_ListBoxXScroll | ( | BC_ListBox * | listbox, | |
| int | total_width, | |||
| int | view_width, | |||
| int | position | |||
| ) |
Definition at line 52 of file bclistbox.C.
| BC_ListBoxXScroll::~BC_ListBoxXScroll | ( | ) |
Definition at line 67 of file bclistbox.C.
| int BC_ListBoxXScroll::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ScrollBar.
Definition at line 71 of file bclistbox.C.
References BC_ScrollBar::get_value(), listbox, and BC_ListBox::set_xposition().

BC_ListBox* BC_ListBoxXScroll::listbox [private] |
1.5.5