Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_ui_api.c
| Show First 20 Lines • Show All 1,538 Lines • ▼ Show 20 Lines | RNA_def_int(func, | ||||
| 0, | 0, | ||||
| INT_MAX); | INT_MAX); | ||||
| RNA_def_boolean(func, "sort_reverse", false, "", "Display items in reverse order by default"); | RNA_def_boolean(func, "sort_reverse", false, "", "Display items in reverse order by default"); | ||||
| RNA_def_boolean(func, "sort_lock", false, "", "Lock display order to default value"); | RNA_def_boolean(func, "sort_lock", false, "", "Lock display order to default value"); | ||||
| func = RNA_def_function(srna, "template_running_jobs", "uiTemplateRunningJobs"); | func = RNA_def_function(srna, "template_running_jobs", "uiTemplateRunningJobs"); | ||||
| RNA_def_function_flag(func, FUNC_USE_CONTEXT); | RNA_def_function_flag(func, FUNC_USE_CONTEXT); | ||||
| RNA_def_function(srna, "template_operator_search", "uiTemplateOperatorSearch"); | func = RNA_def_function(srna, "template_operator_search", "uiTemplateOperatorSearch"); | ||||
| RNA_def_function(srna, "template_menu_search", "uiTemplateMenuSearch"); | func = RNA_def_function(srna, "template_menu_search", "uiTemplateMenuSearch"); | ||||
| func = RNA_def_function(srna, "template_header_3D_mode", "uiTemplateHeader3D_mode"); | func = RNA_def_function(srna, "template_header_3D_mode", "uiTemplateHeader3D_mode"); | ||||
| RNA_def_function_flag(func, FUNC_USE_CONTEXT); | RNA_def_function_flag(func, FUNC_USE_CONTEXT); | ||||
| RNA_def_function_ui_description(func, ""); | RNA_def_function_ui_description(func, ""); | ||||
| func = RNA_def_function(srna, "template_edit_mode_selection", "uiTemplateEditModeSelection"); | func = RNA_def_function(srna, "template_edit_mode_selection", "uiTemplateEditModeSelection"); | ||||
| RNA_def_function_flag(func, FUNC_USE_CONTEXT); | RNA_def_function_flag(func, FUNC_USE_CONTEXT); | ||||
| RNA_def_function_ui_description( | RNA_def_function_ui_description( | ||||
| ▲ Show 20 Lines • Show All 98 Lines • Show Last 20 Lines | |||||