Package bpy :: Module types :: Class Menu
[hide private]
[frames] | no frames]

Class Menu

The Menu Object

Editor menu containing buttons.

(no references to this struct found)

Instance Methods [hide private]
boolean
poll(context)
Test if the menu is visible or not.
 
draw(context)
Draw buttons into the menu UI layout.
Instance Variables [hide private]
string bl_idname
bl_idname (maximum length of 0)
string bl_label
bl_label (maximum length of 0)
UILayout (readonly) layout
layout
Method Details [hide private]

poll(context)

 

Test if the menu is visible or not.

Parameters:
Returns: boolean

draw(context)

 

Draw buttons into the menu UI layout.

Parameters: