Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_screen.c
| Context not available. | |||||
| RNA_def_property_enum_default(prop, SPACE_VIEW3D << 16); | RNA_def_property_enum_default(prop, SPACE_VIEW3D << 16); | ||||
| RNA_def_property_enum_funcs( | RNA_def_property_enum_funcs( | ||||
| prop, "rna_Area_ui_type_get", "rna_Area_ui_type_set", "rna_Area_ui_type_itemf"); | prop, "rna_Area_ui_type_get", "rna_Area_ui_type_set", "rna_Area_ui_type_itemf"); | ||||
| RNA_def_property_ui_text(prop, "Editor Type", "Current editor type for this area"); | RNA_def_property_ui_text(prop, "", "Current editor type for this area"); | ||||
| RNA_def_property_flag(prop, PROP_CONTEXT_UPDATE); | RNA_def_property_flag(prop, PROP_CONTEXT_UPDATE); | ||||
| RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); | RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); | ||||
| RNA_def_property_update(prop, 0, "rna_Area_ui_type_update"); | RNA_def_property_update(prop, 0, "rna_Area_ui_type_update"); | ||||
| Context not available. | |||||