hou.ShelfDock class
Represents the shelf area at the top of the screen, within which shelf sets and shelf tabs exist.
See also: hou.Desktop
The shelf docking area on any given desktop has space for any number of shelf sets, each of which may contain shelf tabs.
Methods
addShelfSet(self, shelfset)iconsize(self)→ (int,int)-
Returns the height and width, in pixels, of the icons in the shelf at the current “Display Tools As” setting.
removeShelfSet(self, shelfset)shelfSets(self)→ tuple of hou.ShelfSet-
Returns a list of the shelf sets in the current shelf dock.