Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtksearchbar.h
Go to the documentation of this file.
1/* GTK - The GIMP Toolkit
2 * Copyright (C) 2013 Red Hat, Inc.
3 *
4 * Authors:
5 * - Bastien Nocera <bnocera@redhat.com>
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
19 */
20
21/*
22 * Modified by the GTK+ Team and others 2013. See the AUTHORS
23 * file for a list of people on the GTK+ Team. See the ChangeLog
24 * files for a list of changes. These files are distributed with
25 * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
26 */
27
28#pragma once
29
30#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
31#error "Only <gtk/gtk.h> can be included directly."
32#endif
33
34#include <gtk/gtkwidget.h>
35#include <gtk/gtkeditable.h>
36
38
39#define GTK_TYPE_SEARCH_BAR (gtk_search_bar_get_type ())
40#define GTK_SEARCH_BAR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEARCH_BAR, GtkSearchBar))
41#define GTK_IS_SEARCH_BAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEARCH_BAR))
42
43typedef struct _GtkSearchBar GtkSearchBar;
44
47
50
53 GtkEditable *entry);
54
59 gboolean search_mode);
60
65 gboolean visible);
66
69 GtkWidget *widget);
72
75 GtkWidget *child);
78
80
82
#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 _GtkEditable GtkEditable
Definition gtkeditable.h:42
GDK_AVAILABLE_IN_ALL void gtk_search_bar_connect_entry(GtkSearchBar *bar, GtkEditable *entry)
GDK_AVAILABLE_IN_ALL gboolean gtk_search_bar_get_show_close_button(GtkSearchBar *bar)
GDK_AVAILABLE_IN_ALL void gtk_search_bar_set_child(GtkSearchBar *bar, GtkWidget *child)
GDK_AVAILABLE_IN_ALL GType gtk_search_bar_get_type(void) G_GNUC_CONST
GDK_AVAILABLE_IN_ALL gboolean gtk_search_bar_get_search_mode(GtkSearchBar *bar)
GDK_AVAILABLE_IN_ALL void gtk_search_bar_set_key_capture_widget(GtkSearchBar *bar, GtkWidget *widget)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_search_bar_get_child(GtkSearchBar *bar)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_search_bar_new(void)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_search_bar_get_key_capture_widget(GtkSearchBar *bar)
struct _GtkSearchBar GtkSearchBar
GDK_AVAILABLE_IN_ALL void gtk_search_bar_set_show_close_button(GtkSearchBar *bar, gboolean visible)
GDK_AVAILABLE_IN_ALL void gtk_search_bar_set_search_mode(GtkSearchBar *bar, gboolean search_mode)
gsize GType
Definition gtype.h:427
gint gboolean
Definition gtypes.h:56