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_t Struct Reference
Collaboration diagram for tooltip_t:
Collaboration graph
[legend]

Data Fields

int x
 
int y
 
int w
 
int h
 
const char * text
 
list_node_t node
 

Detailed Description

Definition at line 49 of file widget.c.

Field Documentation

◆ h

int h

Definition at line 50 of file widget.c.

◆ node

Definition at line 52 of file widget.c.

◆ text

const char* text

Definition at line 51 of file widget.c.

◆ w

int w

Definition at line 50 of file widget.c.

◆ x

int x

Definition at line 50 of file widget.c.

◆ y

int y

Definition at line 50 of file widget.c.


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