Blender Git Commit Log

Git Commits -> Revision 2977a8c

Revision 2977a8c by Julian Eisel (master)
March 17, 2017, 16:10 (GMT)
Add tabs as standard button types

NOTE: This is really a backend-only implementation, nothing is changed in the UI

Adds a tab button-type and the basic drawing and handling code for it.
More work needs to be done on it, but idea is to get in ready for usage in the
topbar.

Differential Revision: https://developer.blender.org/D1371

Commit Details:

Full Hash: 2977a8cd2176997ab38dc4ba22db9b4029365aad
Parent Commit: a96008f
Lines Changed: +194, -6

9 Modified Paths:

/source/blender/editors/include/UI_interface.h (+1, -0) (Diff)
/source/blender/editors/interface/interface.c (+1, -0) (Diff)
/source/blender/editors/interface/interface_align.c (+3, -3) (Diff)
/source/blender/editors/interface/interface_draw.c (+87, -0) (Diff)
/source/blender/editors/interface/interface_handlers.c (+16, -0) (Diff)
/source/blender/editors/interface/interface_intern.h (+3, -0) (Diff)
/source/blender/editors/interface/interface_widgets.c (+65, -1) (Diff)
/source/blender/editors/interface/resources.c (+17, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021