Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Context not available. | |||||
| UI_BUT_IMMEDIATE = 1 << 20, | UI_BUT_IMMEDIATE = 1 << 20, | ||||
| UI_BUT_NO_UTF8 = 1 << 21, | UI_BUT_NO_UTF8 = 1 << 21, | ||||
| /** Indicate that the item represents the currently-set value */ | |||||
| UI_BUT_CURRENT = 1 << 22, | |||||
| /** For popups, pressing return activates this button, overriding the highlighted button. | /** For popups, pressing return activates this button, overriding the highlighted button. | ||||
| * For non-popups this is just used as a display hint for the user to let them | * For non-popups this is just used as a display hint for the user to let them | ||||
| * know the action which is activated when pressing return (file selector for eg). */ | * know the action which is activated when pressing return (file selector for eg). */ | ||||
| Context not available. | |||||