#include <bclistbox.h>
Public Types | |
| enum | { TOGGLE_UP, TOGGLE_UPHI, TOGGLE_CHECKED, TOGGLE_DOWN, TOGGLE_CHECKEDHI, TOGGLE_DOWN_EXIT } |
Public Member Functions | |
| BC_ListBoxToggle (BC_ListBox *listbox, BC_ListBoxItem *item, int x, int y) | |
| int | cursor_motion_event (int *redraw_toggles) |
| int | cursor_leave_event (int *redraw_toggles) |
| int | button_press_event () |
| int | button_release_event (int *redraw_toggles) |
| void | update (BC_ListBoxItem *item, int x, int y, int flash) |
| void | draw (int flash) |
Public Attributes | |
| BC_ListBox * | listbox |
| BC_ListBoxItem * | item |
| int | value |
| int | x |
| int | y |
| int | state |
Definition at line 45 of file bclistbox.h.
|
|
Definition at line 66 of file bclistbox.h. |
|
||||||||||||||||||||
|
Definition at line 83 of file bclistbox.C. |
|
|
Definition at line 211 of file bclistbox.C. |
|
|
Definition at line 227 of file bclistbox.C. |
|
|
Definition at line 203 of file bclistbox.C. |
|
|
Definition at line 143 of file bclistbox.C. |
|
|
Definition at line 254 of file bclistbox.C. |
|
||||||||||||||||||||
|
Definition at line 99 of file bclistbox.C. |
|
|
Definition at line 61 of file bclistbox.h. |
|
|
Definition at line 60 of file bclistbox.h. |
|
|
Definition at line 65 of file bclistbox.h. |
|
|
Definition at line 62 of file bclistbox.h. |
|
|
Definition at line 63 of file bclistbox.h. |
|
|
Definition at line 64 of file bclistbox.h. |
1.4.4