Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtksearchentry.h
Go to the documentation of this file.
1/* GTK - The GIMP Toolkit
2 * Copyright (C) 2012 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 2012. 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/gtkentry.h>
35
37
38#define GTK_TYPE_SEARCH_ENTRY (gtk_search_entry_get_type ())
39#define GTK_SEARCH_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEARCH_ENTRY, GtkSearchEntry))
40#define GTK_IS_SEARCH_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEARCH_ENTRY))
41
42typedef struct _GtkSearchEntry GtkSearchEntry;
43
46
49
52 GtkWidget *widget);
55
58 guint delay);
61
64 const char *text);
67
70 GtkInputPurpose purpose);
73
76 GtkInputHints hints);
79
81
83
#define GDK_AVAILABLE_IN_4_10
#define GDK_AVAILABLE_IN_4_8
#define GDK_AVAILABLE_IN_4_14
#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)
GtkInputPurpose
Definition gtkenums.h:955
GtkInputHints
Definition gtkenums.h:1002
GDK_AVAILABLE_IN_ALL void gtk_search_entry_set_key_capture_widget(GtkSearchEntry *entry, GtkWidget *widget)
GDK_AVAILABLE_IN_4_14 GtkInputHints gtk_search_entry_get_input_hints(GtkSearchEntry *entry)
GDK_AVAILABLE_IN_4_8 void gtk_search_entry_set_search_delay(GtkSearchEntry *entry, guint delay)
GDK_AVAILABLE_IN_4_10 void gtk_search_entry_set_placeholder_text(GtkSearchEntry *entry, const char *text)
GDK_AVAILABLE_IN_ALL GType gtk_search_entry_get_type(void) G_GNUC_CONST
GDK_AVAILABLE_IN_4_14 void gtk_search_entry_set_input_purpose(GtkSearchEntry *entry, GtkInputPurpose purpose)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_search_entry_new(void)
GDK_AVAILABLE_IN_4_14 void gtk_search_entry_set_input_hints(GtkSearchEntry *entry, GtkInputHints hints)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_search_entry_get_key_capture_widget(GtkSearchEntry *entry)
GDK_AVAILABLE_IN_4_8 guint gtk_search_entry_get_search_delay(GtkSearchEntry *entry)
GDK_AVAILABLE_IN_4_10 const char * gtk_search_entry_get_placeholder_text(GtkSearchEntry *entry)
struct _GtkSearchEntry GtkSearchEntry
GDK_AVAILABLE_IN_4_14 GtkInputPurpose gtk_search_entry_get_input_purpose(GtkSearchEntry *entry)
gsize GType
Definition gtype.h:427
unsigned int guint
Definition gtypes.h:61