Home
last modified time | relevance | path

Searched refs:IE_GUI_LABEL (Results 1 – 7 of 7) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DLabel.cpp34 ControlType = IE_GUI_LABEL; in Label()
H A DGUIScriptInterface.h84 case IE_GUI_LABEL: in ScriptingClass()
H A DControl.h34 #define IE_GUI_LABEL 6 macro
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DGUIDefines.py106 IE_GUI_LABEL = 6 variable
H A DGUIClasses.py179 return self.CreateControl(control, IE_GUI_LABEL, args[0], args[1], args[2], args[3], args[4:])
359 return self.CreateControl(labelid, IE_GUI_LABEL, 0, 0, frame['w'], frame['h'], args)
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/CHUImporter/
H A DCHUImporter.cpp399 case IE_GUI_LABEL: in GetWindow()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/GUIScript/
H A DGUIScript.cpp2170 case IE_GUI_LABEL: in GemRB_CreateView()