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

Data Fields

XPLMWindowID win
 
unsigned norm_w
 
unsigned norm_h
 
double w_h_ratio
 
int left
 
int top
 
int right
 
int bottom
 
delay_line_t snap_hold_delay
 

Detailed Description

Definition at line 42 of file widget.h.

Field Documentation

◆ bottom

int bottom

Definition at line 50 of file widget.h.

◆ left

int left

Definition at line 47 of file widget.h.

◆ norm_h

unsigned norm_h

Definition at line 45 of file widget.h.

◆ norm_w

unsigned norm_w

Definition at line 44 of file widget.h.

◆ right

int right

Definition at line 49 of file widget.h.

◆ snap_hold_delay

delay_line_t snap_hold_delay

Definition at line 51 of file widget.h.

◆ top

int top

Definition at line 48 of file widget.h.

◆ w_h_ratio

double w_h_ratio

Definition at line 46 of file widget.h.

◆ win

XPLMWindowID win

Definition at line 43 of file widget.h.


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