GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Toggle main menu visibility
Main Page
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
g
j
Functions
g
Variables
Typedefs
g
Enumerations
g
j
Enumerator
g
Macros
g
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
include
widgets
gp_widget_scroll_area.h
1
//SPDX-License-Identifier: LGPL-2.0-or-later
2
3
/*
4
5
Copyright (c) 2014-2020 Cyril Hrubis <metan@ucw.cz>
6
7
*/
8
9
#ifndef GP_WIDGET_SCROLL_AREA_H
10
#define GP_WIDGET_SCROLL_AREA_H
11
21
gp_widget
*gp_widget_scroll_area_new(
gp_size
min_w,
gp_size
min_h,
gp_widget
*child);
22
31
int
gp_widget_scroll_area_move(
gp_widget
*self,
gp_coord
x_off,
gp_coord
y_off);
32
41
gp_widget
*gp_widget_scroll_area_put(
gp_widget
*self,
gp_widget
*child);
42
43
#endif
/* GP_WIDGET_SCROLL_AREA_H */
gp_coord
int gp_coord
Integer type for coordinates i.e. x, y, ...
Definition
gp_types.h:19
gp_size
unsigned int gp_size
Integer type for sizes i.e. w, h, ...
Definition
gp_types.h:24
gp_widget
A widget base.
Definition
gp_widget.h:28
Generated by
1.9.8