Atrinik Client 2.5
Data Fields
textwin_struct Struct Reference

#include <textwin.h>

Data Fields

int x
int y
int scroll
int slider_h
int slider_y
int highlight
char * entries
size_t num_entries
size_t entries_size
int font
int flags
uint8 selection_started
sint64 selection_start
sint64 selection_end
int old_slider_pos

Detailed Description

Custom attributes for text window widgets.

Definition at line 51 of file textwin.h.


Field Documentation

The text in the text window.

Definition at line 69 of file textwin.h.

Length of the entries.

Definition at line 75 of file textwin.h.

Flags.

Definition at line 81 of file textwin.h.

Font used.

Definition at line 78 of file textwin.h.

which part to highlight

Definition at line 66 of file textwin.h.

Number of lines.

Definition at line 72 of file textwin.h.

Slider position.

Definition at line 93 of file textwin.h.

scroll offset

Definition at line 57 of file textwin.h.

End of selection.

Definition at line 90 of file textwin.h.

Start of selection.

Definition at line 87 of file textwin.h.

Whether there is anything in selection_start yet.

Definition at line 84 of file textwin.h.

height of the scrollbar-slider

Definition at line 60 of file textwin.h.

start pos of the scrollbar-slider

Definition at line 63 of file textwin.h.

startpos of the window

Definition at line 54 of file textwin.h.


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