|
Blender V4.5
|
#include <DNA_screen_types.h>
Public Attributes | |
| int | custom_height |
| int | scroll_offset |
See uiViewStateLink.
Definition at line 342 of file DNA_screen_types.h.
| int uiViewState::custom_height |
User set height of the view in unscaled pixels. A value of 0 means no custom height was set and the default should be used.
Definition at line 347 of file DNA_screen_types.h.
| int uiViewState::scroll_offset |
Amount of vertical scrolling. View types decide on the unit:
Definition at line 353 of file DNA_screen_types.h.