Blender  V3.3
Public Attributes | List of all members
uiButExtraOpIcon Struct Reference

#include <interface_intern.h>

Public Attributes

struct uiButExtraOpIconnext
 
struct uiButExtraOpIconprev
 
BIFIconID icon
 
struct wmOperatorCallParamsoptype_params
 
bool highlighted
 
bool disabled
 

Detailed Description

Additional, superimposed icon for a button, invoking an operator.

Definition at line 393 of file interface_intern.h.

Member Data Documentation

◆ disabled

bool uiButExtraOpIcon::disabled

Definition at line 400 of file interface_intern.h.

Referenced by ui_but_extra_operator_icon_add_ptr().

◆ highlighted

bool uiButExtraOpIcon::highlighted

◆ icon

BIFIconID uiButExtraOpIcon::icon

◆ next

struct uiButExtraOpIcon* uiButExtraOpIcon::next

Definition at line 394 of file interface_intern.h.

◆ optype_params

struct wmOperatorCallParams* uiButExtraOpIcon::optype_params

◆ prev

struct uiButExtraOpIcon * uiButExtraOpIcon::prev

Definition at line 394 of file interface_intern.h.


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