Blender V5.0
uiTooltipField Struct Reference

Public Attributes

std::string text
std::string text_suffix
struct { 
   uint   x_pos 
   uint   lines 
geom
uiTooltipFormat format
std::optional< uiTooltipImageimage

Detailed Description

Definition at line 99 of file interface_region_tooltip.cc.

Member Data Documentation

◆ format

◆ [struct]

struct { ... } uiTooltipField::geom

◆ image

◆ lines

uint uiTooltipField::lines

Number of lines, 1 or more with word-wrap.

Definition at line 106 of file interface_region_tooltip.cc.

Referenced by ui_tooltip_create_with_data(), and ui_tooltip_region_draw_cb().

◆ text

std::string uiTooltipField::text

◆ text_suffix

std::string uiTooltipField::text_suffix

◆ x_pos

uint uiTooltipField::x_pos

X cursor position at the end of the last line.

Definition at line 104 of file interface_region_tooltip.cc.

Referenced by ui_tooltip_create_with_data(), and ui_tooltip_region_draw_cb().


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