Hasty Badger
Small UI library (a branch of Turbo Badger)
|
TBScrollBarVisibility - Helper for TBScrollContainer or any other scrollable container that needs to solve scrollbar visibility according to SCROLL_MODE. More...
#include <tb_scroll_container.h>
Static Public Member Functions | |
static TBScrollBarVisibility | Solve (SCROLL_MODE mode, int content_w, int content_h, int available_w, int available_h, int scrollbar_x_h, int scrollbar_y_w) |
static bool | IsAlwaysOnX (SCROLL_MODE mode) |
static bool | IsAlwaysOnY (SCROLL_MODE mode) |
Public Attributes | |
bool | x_on |
bool | y_on |
int | visible_w |
int | visible_h |
TBScrollBarVisibility - Helper for TBScrollContainer or any other scrollable container that needs to solve scrollbar visibility according to SCROLL_MODE.