MATLAB: What `gcbf` stands for

MATLAB

I never remember the syntax of the gcbf command because I cannot understand what it stands for.
gcf stands for "Get Current Figure", but what does the "b" in gcbf stands for?

Best Answer

gcbf get callback figure
gcbo get callback object
These are not necessarily the current ones.