Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
UP_DOWN Struct Reference

Data Fields

struct widgetbegin
 
struct widgetend
 
struct widgetbegin_widget_list
 
struct widgetend_widget_list
 
struct scroll_barvscroll
 
float old_y
 
int step
 
int prev_x
 
int prev_y
 
int offset
 

Detailed Description

Definition at line 39 of file widget_scrollbar.c.

Field Documentation

◆ begin

struct widget* UP_DOWN::begin

◆ begin_widget_list

struct widget* UP_DOWN::begin_widget_list

◆ end

struct widget* UP_DOWN::end

Definition at line 41 of file widget_scrollbar.c.

Referenced by down_scroll_widget_list(), and inside_scroll_down_loop().

◆ end_widget_list

struct widget* UP_DOWN::end_widget_list

◆ offset

int UP_DOWN::offset

Definition at line 49 of file widget_scrollbar.c.

◆ old_y

float UP_DOWN::old_y

Definition at line 45 of file widget_scrollbar.c.

◆ prev_x

int UP_DOWN::prev_x

Definition at line 47 of file widget_scrollbar.c.

◆ prev_y

int UP_DOWN::prev_y

Definition at line 48 of file widget_scrollbar.c.

◆ step

int UP_DOWN::step

◆ vscroll

struct scroll_bar* UP_DOWN::vscroll