#include "bclistbox.inc"#include "bcsubwindow.h"


Go to the source code of this file.
Data Structures | |
| class | BC_ScrollBar |
Defines | |
| #define | SCROLL_HORIZ 0 |
| #define | SCROLL_VERT 1 |
| #define | SCROLL_HANDLE 1 |
| #define | SCROLL_BACKPAGE 2 |
| #define | SCROLL_FWDPAGE 3 |
| #define | SCROLL_BACKARROW 4 |
| #define | SCROLL_FWDARROW 5 |
| #define | SCROLL_HANDLE_UP 0 |
| #define | SCROLL_HANDLE_HI 1 |
| #define | SCROLL_HANDLE_DN 2 |
| #define | SCROLL_HANDLE_BG 3 |
| #define | SCROLL_BACKARROW_UP 4 |
| #define | SCROLL_BACKARROW_HI 5 |
| #define | SCROLL_BACKARROW_DN 6 |
| #define | SCROLL_FWDARROW_UP 7 |
| #define | SCROLL_FWDARROW_HI 8 |
| #define | SCROLL_FWDARROW_DN 9 |
| #define | SCROLL_IMAGES 10 |
| #define SCROLL_BACKARROW 4 |
Definition at line 15 of file bcscrollbar.h.
Referenced by BC_ScrollBar::button_press_event(), BC_ScrollBar::draw(), BC_ScrollBar::get_cursor_zone(), and BC_ScrollBar::repeat_event().
| #define SCROLL_BACKARROW_DN 6 |
| #define SCROLL_BACKARROW_HI 5 |
| #define SCROLL_BACKARROW_UP 4 |
Definition at line 23 of file bcscrollbar.h.
Referenced by BC_ScrollBar::draw(), and BC_ScrollBar::get_arrow_pixels().
| #define SCROLL_BACKPAGE 2 |
Definition at line 13 of file bcscrollbar.h.
Referenced by BC_ScrollBar::get_cursor_zone(), and BC_ScrollBar::repeat_event().
| #define SCROLL_FWDARROW 5 |
Definition at line 16 of file bcscrollbar.h.
Referenced by BC_ScrollBar::button_press_event(), BC_ScrollBar::draw(), BC_ScrollBar::get_cursor_zone(), and BC_ScrollBar::repeat_event().
| #define SCROLL_FWDARROW_DN 9 |
| #define SCROLL_FWDARROW_HI 8 |
| #define SCROLL_FWDARROW_UP 7 |
| #define SCROLL_FWDPAGE 3 |
Definition at line 14 of file bcscrollbar.h.
Referenced by BC_ScrollBar::get_cursor_zone(), and BC_ScrollBar::repeat_event().
| #define SCROLL_HANDLE 1 |
Definition at line 12 of file bcscrollbar.h.
Referenced by BC_ScrollBar::button_press_event(), BC_ScrollBar::button_release_event(), BC_ScrollBar::cursor_motion_event(), BC_ScrollBar::draw(), and BC_ScrollBar::get_cursor_zone().
| #define SCROLL_HANDLE_BG 3 |
| #define SCROLL_HANDLE_DN 2 |
| #define SCROLL_HANDLE_HI 1 |
| #define SCROLL_HANDLE_UP 0 |
Definition at line 19 of file bcscrollbar.h.
Referenced by BC_ScrollBar::calculate_dimensions(), BC_ScrollBar::draw(), BC_ListBox::draw_items(), BC_ListBox::get_cursor_item(), BC_ListBox::get_scrollbars(), BC_ScrollBar::get_span(), BC_ListBox::get_xscroll_width(), BC_ListBox::get_xscroll_y(), BC_ListBox::get_yscroll_height(), BC_ListBox::get_yscroll_x(), and BC_ListBox::select_rectangle().
| #define SCROLL_HORIZ 0 |
Definition at line 8 of file bcscrollbar.h.
Referenced by BC_ScrollBar::BC_ScrollBar(), BC_ScrollBar::button_press_event(), BC_ScrollBar::calculate_dimensions(), BC_ScrollBar::cursor_motion_event(), BC_ScrollBar::draw(), BC_ScrollBar::get_arrow_pixels(), SUV::get_mwindow_sizes(), BlondTheme::get_mwindow_sizes(), BlueDotTheme::get_mwindow_sizes(), Canvas::get_scrollbars(), and BC_ScrollBar::get_span().
| #define SCROLL_IMAGES 10 |
Definition at line 29 of file bcscrollbar.h.
Referenced by BC_ScrollBar::BC_ScrollBar(), BC_ScrollBar::set_images(), and BC_ScrollBar::~BC_ScrollBar().
| #define SCROLL_VERT 1 |
Definition at line 9 of file bcscrollbar.h.
Referenced by BC_ScrollBar::calculate_dimensions(), BC_ScrollBar::draw(), BC_ScrollBar::get_arrow_pixels(), BC_ScrollBar::get_cursor_zone(), SUV::get_mwindow_sizes(), BlondTheme::get_mwindow_sizes(), BlueDotTheme::get_mwindow_sizes(), Canvas::get_scrollbars(), BC_ScrollBar::get_span(), and SampleScroll::set_position().
1.5.5