This converts the public `uiLayoutPanelProp` function to an object oriented API (`uiLayout::panel_prop`), matching the python API. This reduces the difference between the C++ API with the python version, its also helps while converting code from python to C++ code (or vice-versa), making it almost seamless. Pull Request: https://projects.blender.org/blender/blender/pulls/138501