Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkactionbar.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2013 - 2014 Red Hat, Inc.
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 */
19
20#pragma once
21
22#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
23#error "Only <gtk/gtk.h> can be included directly."
24#endif
25
26#include <gtk/gtkwidget.h>
27
29
30#define GTK_TYPE_ACTION_BAR (gtk_action_bar_get_type ())
31#define GTK_ACTION_BAR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_ACTION_BAR, GtkActionBar))
32#define GTK_IS_ACTION_BAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_ACTION_BAR))
33
34typedef struct _GtkActionBar GtkActionBar;
35
44 GtkWidget *center_widget);
45
48 GtkWidget *child);
51 GtkWidget *child);
52
55 GtkWidget *child);
56
59 gboolean revealed);
62
64
66
#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)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_action_bar_get_center_widget(GtkActionBar *action_bar)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_action_bar_new(void)
struct _GtkActionBar GtkActionBar
GDK_AVAILABLE_IN_ALL void gtk_action_bar_pack_start(GtkActionBar *action_bar, GtkWidget *child)
GDK_AVAILABLE_IN_ALL void gtk_action_bar_pack_end(GtkActionBar *action_bar, GtkWidget *child)
GDK_AVAILABLE_IN_ALL GType gtk_action_bar_get_type(void) G_GNUC_CONST
GDK_AVAILABLE_IN_ALL void gtk_action_bar_set_revealed(GtkActionBar *action_bar, gboolean revealed)
GDK_AVAILABLE_IN_ALL gboolean gtk_action_bar_get_revealed(GtkActionBar *action_bar)
GDK_AVAILABLE_IN_ALL void gtk_action_bar_set_center_widget(GtkActionBar *action_bar, GtkWidget *center_widget)
GDK_AVAILABLE_IN_ALL void gtk_action_bar_remove(GtkActionBar *action_bar, GtkWidget *child)
gsize GType
Definition gtype.h:427
gint gboolean
Definition gtypes.h:56