![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include "FXComposite.h"
Go to the source code of this file.
Namespaces
namespace FX Enumerations
enum {
SCROLLERS_NORMAL = 0,
HSCROLLER_ALWAYS = 0x00008000,
HSCROLLER_NEVER = 0x00010000,
VSCROLLER_ALWAYS = 0x00020000,
VSCROLLER_NEVER = 0x00040000,
HSCROLLING_ON = 0,
HSCROLLING_OFF = HSCROLLER_NEVER|HSCROLLER_ALWAYS,
VSCROLLING_ON = 0,
VSCROLLING_OFF = VSCROLLER_NEVER|VSCROLLER_ALWAYS,
SCROLLERS_TRACK = 0,
SCROLLERS_DONT_TRACK = 0x00080000
}
![]() |