Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_screen.c
| Context not available. | |||||
| prop = RNA_def_property(srna, "show_statusbar", PROP_BOOLEAN, PROP_NONE); | prop = RNA_def_property(srna, "show_statusbar", PROP_BOOLEAN, PROP_NONE); | ||||
| RNA_def_property_boolean_negative_sdna(prop, NULL, "flag", SCREEN_COLLAPSE_STATUSBAR); | RNA_def_property_boolean_negative_sdna(prop, NULL, "flag", SCREEN_COLLAPSE_STATUSBAR); | ||||
| RNA_def_property_ui_text(prop, "Show Status Bar", "Show Status Bar"); | RNA_def_property_ui_text(prop, "Show Status Bar", "Show status bar"); | ||||
| RNA_def_property_update(prop, 0, "rna_Screen_bar_update"); | RNA_def_property_update(prop, 0, "rna_Screen_bar_update"); | ||||
| func = RNA_def_function(srna, "statusbar_info", "rna_Screen_statusbar_info_get"); | func = RNA_def_function(srna, "statusbar_info", "rna_Screen_statusbar_info_get"); | ||||
| Context not available. | |||||