Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkcenterbox.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2017 Timm Bäder <mail@baedert.org>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
12 * License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public License
15 * along with this program; if not, write to the Free Software Foundation,
16 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17 *
18 * Author: Timm Bäder <mail@baedert.org>
19 *
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
28#include "gtkwidget.h"
29
31
32#define GTK_TYPE_CENTER_BOX (gtk_center_box_get_type ())
33#define GTK_CENTER_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CENTER_BOX, GtkCenterBox))
34#define GTK_CENTER_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_CENTER_BOX, GtkCenterBoxClass))
35#define GTK_IS_CENTER_BOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CENTER_BOX))
36#define GTK_IS_CENTER_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_CENTER_BOX))
37#define GTK_CENTER_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_CENTER_BOX, GtkCenterBoxClass))
38
39typedef struct _GtkCenterBox GtkCenterBox;
40typedef struct _GtkCenterBoxClass GtkCenterBoxClass;
41
44
49 GtkWidget *child);
52 GtkWidget *child);
55 GtkWidget *child);
56
63
66 GtkBaselinePosition position);
69
72 gboolean shrink_center_last);
75
77
#define GDK_AVAILABLE_IN_4_12
#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
GDK_AVAILABLE_IN_ALL GtkBaselinePosition gtk_center_box_get_baseline_position(GtkCenterBox *self)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_center_box_get_start_widget(GtkCenterBox *self)
struct _GtkCenterBox GtkCenterBox
GDK_AVAILABLE_IN_4_12 gboolean gtk_center_box_get_shrink_center_last(GtkCenterBox *self)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_center_box_new(void)
GDK_AVAILABLE_IN_ALL void gtk_center_box_set_center_widget(GtkCenterBox *self, GtkWidget *child)
struct _GtkCenterBoxClass GtkCenterBoxClass
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_center_box_get_end_widget(GtkCenterBox *self)
GDK_AVAILABLE_IN_ALL void gtk_center_box_set_end_widget(GtkCenterBox *self, GtkWidget *child)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_center_box_get_center_widget(GtkCenterBox *self)
GDK_AVAILABLE_IN_ALL void gtk_center_box_set_baseline_position(GtkCenterBox *self, GtkBaselinePosition position)
GDK_AVAILABLE_IN_ALL GType gtk_center_box_get_type(void) G_GNUC_CONST
GDK_AVAILABLE_IN_4_12 void gtk_center_box_set_shrink_center_last(GtkCenterBox *self, gboolean shrink_center_last)
GDK_AVAILABLE_IN_ALL void gtk_center_box_set_start_widget(GtkCenterBox *self, GtkWidget *child)
GtkBaselinePosition
Definition gtkenums.h:129
gsize GType
Definition gtype.h:427
gint gboolean
Definition gtypes.h:56