Blender V2.61 - r43446
Public Attributes

MenuType Struct Reference

#include <BKE_screen.h>

List of all members.

Public Attributes

struct MenuTypenext
struct MenuTypeprev
char idname [BKE_ST_MAXNAME]
char label [BKE_ST_MAXNAME]
char * description
int(* poll )(const struct bContext *, struct MenuType *)
void(* draw )(const struct bContext *, struct Menu *)
ExtensionRNA ext

Detailed Description

Definition at line 205 of file BKE_screen.h.


Member Data Documentation

Definition at line 210 of file BKE_screen.h.

Referenced by uiItemM().

void(* MenuType::draw)(const struct bContext *, struct Menu *)

Definition at line 218 of file BKE_screen.h.

Referenced by WM_menutype_free().

char MenuType::idname[BKE_ST_MAXNAME]
char MenuType::label[BKE_ST_MAXNAME]

Definition at line 206 of file BKE_screen.h.

int(* MenuType::poll)(const struct bContext *, struct MenuType *)

Definition at line 213 of file BKE_screen.h.

Referenced by uiPupMenuInvoke().

Definition at line 206 of file BKE_screen.h.


The documentation for this struct was generated from the following file: