Hasty Badger
Small UI library (a branch of Turbo Badger)
 All Classes Namespaces Functions Variables Enumerations Enumerator Friends Groups Pages
tb::TBScrollBarVisibility Class Reference

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
 

Detailed Description

TBScrollBarVisibility - Helper for TBScrollContainer or any other scrollable container that needs to solve scrollbar visibility according to SCROLL_MODE.


The documentation for this class was generated from the following files: