summaryrefslogtreecommitdiffstats
path: root/subprojects/libhandy/glade/glade-hdy-swipe-group.h
blob: 5f593e5e155931fa8cf01508a57774207a6683fa (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
26
27
28
/*
 * Copyright (C) 2019 Alexander Mikhaylenko <exalm7659@gmail.com>
 *
 * SPDX-License-Identifier: LGPL-2.1+
 *
 * Based on
 * hdy-header-group.h - GladeWidgetAdaptor for HdyHeaderGroup
 * Copyright (C) 2018 Purism SPC
 */

#pragma once

#include <gladeui/glade.h>

#include <handy.h>


void glade_hdy_swipe_group_set_property (GladeWidgetAdaptor *adaptor,
                                         GObject            *object,
                                         const gchar        *property_name,
                                         const GValue       *value);
void glade_hdy_swipe_group_write_widget (GladeWidgetAdaptor *adaptor,
                                          GladeWidget        *widget,
                                         GladeXmlContext    *context,
                                         GladeXmlNode       *node);
void glade_hdy_swipe_group_read_widget  (GladeWidgetAdaptor *adaptor,
                                         GladeWidget        *widget,
                                         GladeXmlNode       *node);