Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkpasswordentry.h
Go to the documentation of this file.
1/* GTK - The GIMP Toolkit
2 * Copyright (C) 2019 Red Hat, Inc.
3 *
4 * Authors:
5 * - MAtthias Clasen <mclasen@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#pragma once
22
23#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
24#error "Only <gtk/gtk.h> can be included directly."
25#endif
26
27#include <gtk/gtkentry.h>
28
30
31#define GTK_TYPE_PASSWORD_ENTRY (gtk_password_entry_get_type ())
32#define GTK_PASSWORD_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_PASSWORD_ENTRY, GtkPasswordEntry))
33#define GTK_IS_PASSWORD_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_PASSWORD_ENTRY))
34
35typedef struct _GtkPasswordEntry GtkPasswordEntry;
36typedef struct _GtkPasswordEntryClass GtkPasswordEntryClass;
37
40
43
46 gboolean show_peek_icon);
49
52 GMenuModel *model);
55
57
#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 GType gtk_password_entry_get_type(void) G_GNUC_CONST
GDK_AVAILABLE_IN_ALL gboolean gtk_password_entry_get_show_peek_icon(GtkPasswordEntry *entry)
struct _GtkPasswordEntry GtkPasswordEntry
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_password_entry_new(void)
struct _GtkPasswordEntryClass GtkPasswordEntryClass
GDK_AVAILABLE_IN_ALL void gtk_password_entry_set_extra_menu(GtkPasswordEntry *entry, GMenuModel *model)
GDK_AVAILABLE_IN_ALL void gtk_password_entry_set_show_peek_icon(GtkPasswordEntry *entry, gboolean show_peek_icon)
GDK_AVAILABLE_IN_ALL GMenuModel * gtk_password_entry_get_extra_menu(GtkPasswordEntry *entry)
gsize GType
Definition gtype.h:427
gint gboolean
Definition gtypes.h:56