// Purpose: Variable scrolled windows (wx[V/H/HV]ScrolledWindow)
// Author: Vadim Zeitlin
// Modified by: Brad Anderson, Bryan Petty
// Purpose: Variable scrolled windows (wx[V/H/HV]ScrolledWindow)
// Author: Vadim Zeitlin
// Modified by: Brad Anderson, Bryan Petty
// Provides public API functions targeted for vertical-specific scrolling,
// wrapping the functionality of wxVarScrollHelperBase.
// Provides public API functions targeted for vertical-specific scrolling,
// wrapping the functionality of wxVarScrollHelperBase.
// Provides public API functions targeted for horizontal-specific scrolling,
// wrapping the functionality of wxVarScrollHelperBase.
// Provides public API functions targeted for horizontal-specific scrolling,
// wrapping the functionality of wxVarScrollHelperBase.
// in not only those classes, but also in wxHVScrolledWindow where functions
// are inherited from both.
// in not only those classes, but also in wxHVScrolledWindow where functions
// are inherited from both.
// wxScrolledWindow features however, notably it can't scroll only a rectangle
// of the window and not its entire client area.
// wxScrolledWindow features however, notably it can't scroll only a rectangle
// of the window and not its entire client area.
// wxScrolledWindow features however, notably it can't scroll only a rectangle
// of the window and not its entire client area.
// wxScrolledWindow features however, notably it can't scroll only a rectangle
// of the window and not its entire client area.
{
(void)Create(parent, id, pos, size, style, name);
}
{
(void)Create(parent, id, pos, size, style, name);
}