InputKeyMapPanel(Panel)

base classes — bpy_struct, Panel

class bpy.types.InputKeyMapPanel(Panel)
classmethod append(draw_func)

Append a draw function to this menu, takes the same arguments as the menus draw function.

classmethod prepend(draw_func)

Prepend a draw function to this menu, takes the same arguments as the menus draw function.

classmethod remove(draw_func)

Remove a draw function that has been added to this menu

Inherited Properties

Inherited Functions

Previous topic

InflowFluidSettings(FluidSettings)

Next topic

IntProperty(Property)