Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_layout.c
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| UI_UNIT_X * 5, | UI_UNIT_X * 5, | ||||
| UI_UNIT_Y, | UI_UNIT_Y, | ||||
| NULL, | NULL, | ||||
| 0.0, | 0.0, | ||||
| 0.0, | 0.0, | ||||
| 0, | 0, | ||||
| 0, | 0, | ||||
| ""); | ""); | ||||
| uiItemS(target); | |||||
| } | } | ||||
| ui_but_tip_from_enum_item(but, item); | ui_but_tip_from_enum_item(but, item); | ||||
| } | } | ||||
| else { | else { | ||||
| if (radial) { | if (radial) { | ||||
| /* invisible dummy button to ensure all items are | /* invisible dummy button to ensure all items are | ||||
| * always at the same position */ | * always at the same position */ | ||||
| uiItemS(target); | uiItemS(target); | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||