aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-tree-view.h
blob: 4300ffa71f534ddc5061e7dec16dae4134d80c4c (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/*
 * e-attachment-tree-view.h
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) version 3.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with the program; if not, see <http://www.gnu.org/licenses/>
 *
 *
 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
 *
 */

#ifndef E_ATTACHMENT_TREE_VIEW_H
#define E_ATTACHMENT_TREE_VIEW_H

#include <gtk/gtk.h>

/* Standard GObject macros */
#define E_TYPE_ATTACHMENT_TREE_VIEW \
    (e_attachment_tree_view_get_type ())
#define E_ATTACHMENT_TREE_VIEW(obj) \
    (G_TYPE_CHECK_INSTANCE_CAST \
    ((obj), E_TYPE_ATTACHMENT_TREE_VIEW, EAttachmentTreeView))
#define E_ATTACHMENT_TREE_VIEW_CLASS(cls) \
    (G_TYPE_CHECK_CLASS_CAST \
    ((cls), E_TYPE_ATTACHMENT_TREE_VIEW, EAttachmentTreeViewClass))
#define E_IS_ATTACHMENT_TREE_VIEW(obj) \
    (G_TYPE_CHECK_INSTANCE_TYPE \
    ((obj), E_TYPE_ATTACHMENT_TREE_VIEW))
#define E_IS_ATTACHMENT_TREE_VIEW_CLASS(cls) \
    (G_TYPE_CHECK_CLASS_TYPE \
    ((cls), E_TYPE_ATTACHMENT_TREE_VIEW))
#define E_ATTACHMENT_TREE_VIEW_GET_CLASS(obj) \
    (G_TYPE_INSTANCE_GET_CLASS \
    ((obj), E_TYPE_ATTACHMENT_TREE_VIEW, EAttachmentTreeViewClass))

G_BEGIN_DECLS

typedef struct _EAttachmentTreeView EAttachmentTreeView;
typedef struct _EAttachmentTreeViewClass EAttachmentTreeViewClass;
typedef struct _EAttachmentTreeViewPrivate EAttachmentTreeViewPrivate;

struct _EAttachmentTreeView {
    GtkTreeView parent;
    EAttachmentTreeViewPrivate *priv;
};

struct _EAttachmentTreeViewClass {
    GtkTreeViewClass parent_class;
};

GType       e_attachment_tree_view_get_type     (void);
GtkWidget * e_attachment_tree_view_new      (void);

G_END_DECLS

#endif /* E_ATTACHMENT_TREE_VIEW_H */
=9c082897230abef36e3104eaea8ebd77d02b2760'>KDE Frameworks: update to 5.68tcberner2020-03-211-3/+3 * security/openssl: Add missing descriptionbrnrd2020-03-211-0/+1 * gnupg: Update to 2.2.20adamw2020-03-212-4/+4 * security/suricata5: Mark DEPRECATED as security/suricata is at 5.Xbofh2020-03-211-0/+3 * Add details for today's SAs.gordon2020-03-201-3/+154 * Update to the latest MIT KRB5 commits on github.cy2020-03-192-5/+5 * --enable-shared is no longer configure option.cy2020-03-191-1/+1 * devel/libgit2: Update to 0.99.0tobik2020-03-192-31/+1 * security/tor-devel: Update 0.4.3.2 -> 0.4.3.3yuri2020-03-192-4/+4 * security/tor: Update 0.4.2.6 -> 0.4.2.7yuri2020-03-192-4/+4 * security/sudo: Update to 1.8.31p1garga2020-03-182-4/+4 * security/vuxml: Add www/py-bleach entrykoobs2020-03-181-0/+46 * Unmark certain ports as broken on powerpc64 elfv2, after a trybroken run.linimon2020-03-182-2/+4 * security/zeek: Limit portscout to even long term support release versionsleres2020-03-181-0/+2 * security/py-[acme|certbot]: Update to 1.3.0dbaio2020-03-1823-57/+91 * security/nflib: Remove ONLY_FOR_ARCHS=i386yuri2020-03-181-1/+1 * security/openssl: Update to 1.1.1ebrnrd2020-03-183-12/+49 * security/softether5: fix build on aarch64meta2020-03-172-4/+6 * Simplify configuration.cy2020-03-171-8/+1 * security/openvpn: Add a FIXME marker to clean up a local workaround that was ...mandree2020-03-171-0/+2 * Update to 9.18.0dvl2020-03-162-4/+4 * Update to 0.068.vanilla2020-03-162-4/+4 * security/bro: Update to 3.0.3 and address a number of potentialleres2020-03-162-5/+5 * security/vuxml: Mark zeek < 3.0.3 as vulnerable as per:leres2020-03-161-0/+66 * Rename swatch to swatchdog, update to 3.2.4, unbreak buildgrembo2020-03-1614-101/+121 * security/acmed: upgrade 0.6.0 -> 0.7.0pi2020-03-142-259/+258 * Regen patches.hrs2020-03-145-31/+31 * Fix build breakage when PKINIT and/or KX509 disabled.hrs2020-03-146-16/+143 * devel/icu: update to 66.1jbeich2020-03-131-1/+1 * scurity/vuxml: fix rangetcberner2020-03-131-1/+1 * Document security issue in graphics/okulartcberner2020-03-13