InputKeyMapPanel(Panel)

base classes — bpy_struct, Panel

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

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

draw_entry(display_keymaps, entry, col, level=0)
draw_filtered(display_keymaps, filter_text, layout)
draw_hierarchy(display_keymaps, layout)
draw_keymaps(context, layout)
draw_km(display_keymaps, kc, km, children, layout, level)
draw_kmi(display_keymaps, kc, km, kmi, layout, level)
static draw_kmi_properties(box, properties, title=None)
indented_layout(layout, level)
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)