Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
Stream seeking
Enumerations
enum
FX::FXWhence
{
FX::FXFromStart
= 0,
FX::FXFromCurrent
= 1,
FX::FXFromEnd
= 2
}
Enumeration Type Documentation
enum
FX::FXWhence
Stream seeking.
Enumeration values:
FXFromStart
Seek from start position.
FXFromCurrent
Seek from current position.
FXFromEnd
Seek from end position.
Copyright © 1997-2004 Jeroen van der Zijp