|
enum | { kDefaultScrollBarWidth = 16
} |
|
enum | EGEventType {
kGKeyPress
, kKeyRelease
, kButtonPress
, kButtonRelease
,
kMotionNotify
, kEnterNotify
, kLeaveNotify
, kFocusIn
,
kFocusOut
, kExpose
, kConfigureNotify
, kMapNotify
,
kUnmapNotify
, kDestroyNotify
, kClientMessage
, kSelectionClear
,
kSelectionRequest
, kSelectionNotify
, kColormapNotify
, kButtonDoubleClick
,
kOtherEvent
} |
|
enum | EGraphicsFunction {
kGXclear = 0
, kGXand
, kGXandReverse
, kGXcopy
,
kGXandInverted
, kGXnoop
, kGXxor
, kGXor
,
kGXnor
, kGXequiv
, kGXinvert
, kGXorReverse
,
kGXcopyInverted
, kGXorInverted
, kGXnand
, kGXset
} |
|
enum | EGuiConstants {
kNotUseful = 0
, kWhenMapped = 1
, kAlways = 2
, kIsUnmapped = 0
,
kIsUnviewable = 1
, kIsViewable = 2
, kInputOutput = 1
, kInputOnly = 2
,
kLineSolid = 0
, kLineOnOffDash = 1
, kLineDoubleDash = 2
, kCapNotLast = 0
,
kCapButt = 1
, kCapRound = 2
, kCapProjecting = 3
, kJoinMiter = 0
,
kJoinRound = 1
, kJoinBevel = 2
, kFillSolid = 0
, kFillTiled = 1
,
kFillStippled = 2
, kFillOpaqueStippled = 3
, kEvenOddRule = 0
, kWindingRule = 1
,
kClipByChildren = 0
, kIncludeInferiors = 1
, kArcChord = 0
, kArcPieSlice = 1
} |
|
enum | EInitialState { kNormalState = BIT(0)
, kIconicState = BIT(1)
} |
|
enum | EMouseButton {
kAnyButton
, kButton1
, kButton2
, kButton3
,
kButton4
, kButton5
, kButton6
, kButton7
} |
|
enum | EXMagic {
kNotifyNormal = 0
, kNotifyGrab = 1
, kNotifyUngrab = 2
, kNotifyPointer = 5
,
kColormapUninstalled = 0
, kColormapInstalled = 1
} |
|