Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkcellareabox.h
Go to the documentation of this file.
1/* gtkcellareabox.h
2 *
3 * Copyright (C) 2010 Openismus GmbH
4 *
5 * Authors:
6 * Tristan Van Berkom <tristanvb@openismus.com>
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Library General Public
10 * License as published by the Free Software Foundation; either
11 * version 2 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Library General Public License for more details.
17 *
18 * You should have received a copy of the GNU Library General Public
19 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
20 */
21
22#pragma once
23
24#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
25#error "Only <gtk/gtk.h> can be included directly."
26#endif
27
29
31
32#define GTK_TYPE_CELL_AREA_BOX (gtk_cell_area_box_get_type ())
33#define GTK_CELL_AREA_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CELL_AREA_BOX, GtkCellAreaBox))
34#define GTK_IS_CELL_AREA_BOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CELL_AREA_BOX))
35
36typedef struct _GtkCellAreaBox GtkCellAreaBox;
37
40
45 GtkCellRenderer *renderer,
46 gboolean expand,
47 gboolean align,
48 gboolean fixed);
51 GtkCellRenderer *renderer,
52 gboolean expand,
53 gboolean align,
54 gboolean fixed);
59 int spacing);
60
61/* Private interaction with GtkCellAreaBoxContext */
63 int group_idx);
64
66
68
#define GDK_DEPRECATED_IN_4_10
#define GDK_AVAILABLE_IN_ALL
#define G_END_DECLS
Definition gmacros.h:910
#define G_BEGIN_DECLS
Definition gmacros.h:909
#define G_GNUC_CONST
Definition gmacros.h:637
#define G_DEFINE_AUTOPTR_CLEANUP_FUNC(TypeName, func)
Definition gmacros.h:1400
GOBJECT_AVAILABLE_IN_ALL void g_object_unref(gpointer object)
struct _GtkCellAreaBox GtkCellAreaBox
GDK_DEPRECATED_IN_4_10 int gtk_cell_area_box_get_spacing(GtkCellAreaBox *box)
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_box_pack_end(GtkCellAreaBox *box, GtkCellRenderer *renderer, gboolean expand, gboolean align, gboolean fixed)
gboolean _gtk_cell_area_box_group_visible(GtkCellAreaBox *box, int group_idx)
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_box_set_spacing(GtkCellAreaBox *box, int spacing)
GDK_AVAILABLE_IN_ALL GType gtk_cell_area_box_get_type(void) G_GNUC_CONST
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_box_pack_start(GtkCellAreaBox *box, GtkCellRenderer *renderer, gboolean expand, gboolean align, gboolean fixed)
GDK_DEPRECATED_IN_4_10 GtkCellArea * gtk_cell_area_box_new(void)
gsize GType
Definition gtype.h:427
gint gboolean
Definition gtypes.h:56