Blender  V2.59
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]
int(* poll )(const struct bContext *, struct MenuType *)
void(* draw )(const struct bContext *, struct Menu *)
ExtensionRNA ext

Detailed Description

Definition at line 206 of file BKE_screen.h.


Member Data Documentation

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 207 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 207 of file BKE_screen.h.


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