Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtktypes.h
Go to the documentation of this file.
1/* GDK - The GIMP Drawing Kit
2 * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18/*
19 * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
20 * file for a list of people on the GTK+ Team. See the ChangeLog
21 * files for a list of changes. These files are distributed with
22 * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
23 */
24
25#pragma once
26
27#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
28#error "Only <gtk/gtk.h> can be included directly."
29#endif
30
31#include <gdk/gdk.h>
32
34
36typedef struct _GtkATContext GtkATContext;
37typedef struct _GtkBitset GtkBitset;
38typedef struct _GtkBuilder GtkBuilder;
39typedef struct _GtkBuilderScope GtkBuilderScope;
40
41/**
42 * GtkCssStyleChange:
43 *
44 * A CSS style change.
45 */
46typedef struct _GtkCssStyleChange GtkCssStyleChange;
47typedef struct _GtkEventController GtkEventController;
48typedef struct _GtkGesture GtkGesture;
49typedef struct _GtkLayoutManager GtkLayoutManager;
50typedef struct _GtkListItem GtkListItem;
51typedef struct _GtkListItemFactory GtkListItemFactory;
52typedef struct _GtkNative GtkNative;
54typedef struct _GtkRoot GtkRoot;
55typedef struct _GtkScrollInfo GtkScrollInfo;
56typedef struct _GtkSettings GtkSettings;
57typedef struct _GtkShortcut GtkShortcut;
58typedef struct _GtkShortcutAction GtkShortcutAction;
59typedef struct _GtkShortcutTrigger GtkShortcutTrigger;
62typedef struct _GtkTooltip GtkTooltip;
63typedef struct _GtkWidget GtkWidget;
64typedef struct _GtkWindow GtkWindow;
65
66/**
67 * GTK_INVALID_LIST_POSITION:
68 *
69 * The value used to refer to a guaranteed invalid position
70 * in a `GListModel`.
71 *
72 * This value may be returned from some functions, others may
73 * accept it as input. Its interpretation may differ for different
74 * functions.
75 *
76 * Refer to each function's documentation for if this value is
77 * allowed and what it does.
78 */
79#define GTK_INVALID_LIST_POSITION ((guint) 0xffffffff)
80
82
struct _GdkSnapshot GdkSnapshot
Definition gdktypes.h:94
#define G_END_DECLS
Definition gmacros.h:910
#define G_BEGIN_DECLS
Definition gmacros.h:909
struct _GtkShortcutAction GtkShortcutAction
Definition gtktypes.h:58
struct _GtkBuilder GtkBuilder
Definition gtktypes.h:38
struct _GtkListItemFactory GtkListItemFactory
Definition gtktypes.h:51
struct _GtkScrollInfo GtkScrollInfo
Definition gtktypes.h:55
struct _GtkBitset GtkBitset
Definition gtktypes.h:37
struct _GtkSettings GtkSettings
Definition gtktypes.h:56
struct _GtkCssStyleChange GtkCssStyleChange
Definition gtktypes.h:46
struct _GtkTooltip GtkTooltip
Definition gtktypes.h:62
struct _GtkRoot GtkRoot
Definition gtktypes.h:54
GdkSnapshot GtkSnapshot
Definition gtktypes.h:60
struct _GtkLayoutManager GtkLayoutManager
Definition gtktypes.h:49
struct _GtkListItem GtkListItem
Definition gtktypes.h:50
struct _GtkATContext GtkATContext
Definition gtktypes.h:36
struct _GtkShortcut GtkShortcut
Definition gtktypes.h:57
struct _GtkEventController GtkEventController
Definition gtktypes.h:47
struct _GtkShortcutTrigger GtkShortcutTrigger
Definition gtktypes.h:59
struct _GtkNative GtkNative
Definition gtktypes.h:52
typedefG_BEGIN_DECLS struct _GtkAdjustment GtkAdjustment
Definition gtktypes.h:35
struct _GtkBuilderScope GtkBuilderScope
Definition gtktypes.h:39
struct _GtkGesture GtkGesture
Definition gtktypes.h:48