OpenClonk
C4ScriptGuiWindowPropertyName Namespace Reference

Enumerations

enum  type {
  left = 0 , top , right , bottom ,
  relLeft , relRight , relTop , relBottom ,
  leftMargin , topMargin , rightMargin , bottomMargin ,
  relLeftMargin , relRightMargin , relTopMargin , relBottomMargin ,
  backgroundColor , frameDecoration , symbolObject , symbolDef ,
  symbolGraphicsName , text , onClickAction , onMouseInAction ,
  onMouseOutAction , onCloseAction , style , priority ,
  player , tooltip , _lastProp
}
 

Enumeration Type Documentation

◆ type

Enumerator
left 
top 
right 
bottom 
relLeft 
relRight 
relTop 
relBottom 
leftMargin 
topMargin 
rightMargin 
bottomMargin 
relLeftMargin 
relRightMargin 
relTopMargin 
relBottomMargin 
backgroundColor 
frameDecoration 
symbolObject 
symbolDef 
symbolGraphicsName 
text 
onClickAction 
onMouseInAction 
onMouseOutAction 
onCloseAction 
style 
priority 
player 
tooltip 
_lastProp 

Definition at line 26 of file C4ScriptGuiWindow.h.

27  {
28  left = 0,
29  top,
30  right,
31  bottom,
32 
33  relLeft,
34  relRight,
35  relTop,
36  relBottom,
37 
38  leftMargin,
39  topMargin,
42 
47 
51  symbolDef,
53  text,
58  style,
59  priority,
60  player,
61  tooltip,
62  _lastProp
63  };