summaryrefslogtreecommitdiffstats
path: root/subprojects/libhandy/src/hdy-css-private.h
blob: d8190b570952e2cd7435933d3b94f6c06388b054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * Copyright (C) 2020 Purism SPC
 *
 * SPDX-License-Identifier: LGPL-2.1+
 */

#pragma once

#if !defined(_HANDY_INSIDE) && !defined(HANDY_COMPILATION)
#error "Only <handy.h> can be included directly."
#endif

#include <gtk/gtk.h>

G_BEGIN_DECLS

void hdy_css_measure (GtkWidget      *widget,
                      GtkOrientation  orientation,
                      gint           *minimum,
                      gint           *natural);

void hdy_css_size_allocate (GtkWidget     *widget,
                            GtkAllocation *allocation);

G_END_DECLS