libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
tooltip_set_t Struct Reference
Collaboration diagram for tooltip_set_t:
Collaboration graph
[legend]

Data Fields

XPLMWindowID window
 
int orig_w
 
int orig_h
 
list_t tooltips
 
list_node_t node
 
double display_delay
 
cairo_surface_t * surf
 
cairo_t * cr
 
cairo_font_face_t * font_face
 
double font_size
 
double line_height
 
double font_color [4]
 
double bg_color [4]
 

Detailed Description

Definition at line 55 of file widget.c.

Field Documentation

◆ bg_color

double bg_color[4]

Definition at line 69 of file widget.c.

◆ cr

cairo_t* cr

Definition at line 64 of file widget.c.

◆ display_delay

double display_delay

Definition at line 61 of file widget.c.

◆ font_color

double font_color[4]

Definition at line 68 of file widget.c.

◆ font_face

cairo_font_face_t* font_face

Definition at line 65 of file widget.c.

◆ font_size

double font_size

Definition at line 66 of file widget.c.

◆ line_height

double line_height

Definition at line 67 of file widget.c.

◆ node

Definition at line 60 of file widget.c.

◆ orig_h

int orig_h

Definition at line 58 of file widget.c.

◆ orig_w

int orig_w

Definition at line 57 of file widget.c.

◆ surf

cairo_surface_t* surf

Definition at line 63 of file widget.c.

◆ tooltips

list_t tooltips

Definition at line 59 of file widget.c.

◆ window

XPLMWindowID window

Definition at line 56 of file widget.c.


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