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

Information about scrolling for a widget at the time of calling GetScrollInfo. More...

#include <tb_widgets.h>

Public Member Functions

bool CanScrollX () const
 
bool CanScrollY () const
 
bool CanScrollLeft () const
 
bool CanScrollRight () const
 
bool CanScrollUp () const
 
bool CanScrollDown () const
 
bool CanScroll () const
 

Public Attributes

int min_x
 
int min_y
 Minimum x and y scroll position.
 
int max_x
 
int max_y
 Maximum x and y scroll position.
 
int x
 
int y
 Current x and y scroll position.
 

Detailed Description

Information about scrolling for a widget at the time of calling GetScrollInfo.


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