Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_workspace_api.c
| Context not available. | |||||
| FunctionRNA *func; | FunctionRNA *func; | ||||
| PropertyRNA *parm; | PropertyRNA *parm; | ||||
| func = RNA_def_function(srna, "status_text_set_internal", "ED_workspace_status_text"); | func = RNA_def_function(srna, "status_text_set", "ED_workspace_status_text"); | ||||
| RNA_def_function_flag(func, FUNC_NO_SELF | FUNC_USE_CONTEXT); | RNA_def_function_flag(func, FUNC_NO_SELF | FUNC_USE_CONTEXT); | ||||
| RNA_def_function_ui_description( | RNA_def_function_ui_description( | ||||
| func, "Set the status bar text, typically key shortcuts for modal operators"); | func, "Set the status bar text, typically key shortcuts for modal operators"); | ||||
| Context not available. | |||||