Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/UI/
H A DUIElement.pkg141 void SetIndentSpacing(int indentSpacing);
310 tolua_property__get_set int indentSpacing;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DUIElement.h330 void SetIndentSpacing(int indentSpacing);
H A DUIElement.cpp1128 void UIElement::SetIndentSpacing(int indentSpacing) in SetIndentSpacing() argument
1130 indentSpacing_ = Max(indentSpacing, 0); in SetIndentSpacing()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DAngelScriptAPI.h993 int indentSpacing; variable
1261 int indentSpacing; variable
1605 int indentSpacing; variable
3885 int indentSpacing; variable
4789 int indentSpacing; variable
6391 int indentSpacing; variable
6634 int indentSpacing; variable
7151 int indentSpacing; variable
10393 int indentSpacing; variable
10612 int indentSpacing; variable
[all …]
H A DScriptAPI.dox3722 - int indentSpacing
3952 - int indentSpacing
4248 - int indentSpacing
6213 - int indentSpacing
6990 - int indentSpacing
8308 - int indentSpacing
8519 - int indentSpacing
8969 - int indentSpacing
11771 - int indentSpacing
11959 - int indentSpacing
[all …]
H A DLuaScriptAPI.dox7181 - void SetIndentSpacing(int indentSpacing)
7343 - int indentSpacing
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorUI.as871 spacer.minWidth = menuText.indentSpacing;
1057 menuText.children[0].indentSpacing = maxWidth;