neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
scrollable_widget.hpp File Reference

Go to the source code of this file.

Classes

class  neogfx::scrollable_widget< Base >
 
class  neogfx::scrollable_widget< Base >::suppress_scrollbar_visibility_updates
 

Namespaces

namespace  neogfx
 

Typedefs

typedef scrollable_widget< framed_widget< widget<> > > neogfx::framed_scrollable_widget
 

Enumerations

enum class  neogfx::scrolling_disposition : uint32_t { neogfx::DontScrollChildWidget = 0x00 , neogfx::ScrollChildWidgetVertically = 0x01 , neogfx::ScrollChildWidgetHorizontally = 0x02 , neogfx::DontConsiderChildWidgets = 0x08 }
 

Functions

constexpr scrolling_disposition neogfx::operator| (scrolling_disposition aLhs, scrolling_disposition aRhs)
 
constexpr scrolling_disposition neogfx::operator& (scrolling_disposition aLhs, scrolling_disposition aRhs)