Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkfontbutton.h
Go to the documentation of this file.
1/* GTK - The GIMP Toolkit
2 * Copyright (C) 1998 David Abilleira Freijeiro <odaf@nexo.es>
3 * All rights reserved
4 * Based on gnome-color-picker by Federico Mena <federico@nuclecu.unam.mx>
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public
8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Library General Public License for more details.
15 *
16 * You should have received a copy of the GNU Library General Public
17 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
18 */
19/*
20 * Modified by the GTK+ Team and others 2003. See the AUTHORS
21 * file for a list of people on the GTK+ Team. See the ChangeLog
22 * files for a list of changes. These files are distributed with
23 * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
24 */
25
26#pragma once
27
28#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
29#error "Only <gtk/gtk.h> can be included directly."
30#endif
31
32#include <gtk/gtkbutton.h>
33
34
36
37#define GTK_TYPE_FONT_BUTTON (gtk_font_button_get_type ())
38#define GTK_FONT_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_BUTTON, GtkFontButton))
39#define GTK_IS_FONT_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FONT_BUTTON))
40
41typedef struct _GtkFontButton GtkFontButton;
42
49
51const char * gtk_font_button_get_title (GtkFontButton *font_button);
54 const char *title);
59 gboolean modal);
64 gboolean use_font);
69 gboolean use_size);
70
72
74
75
#define GDK_DEPRECATED_IN_4_10
#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_DEPRECATED_IN_4_10 void gtk_font_button_set_use_size(GtkFontButton *font_button, gboolean use_size)
GDK_DEPRECATED_IN_4_10 void gtk_font_button_set_modal(GtkFontButton *font_button, gboolean modal)
GDK_DEPRECATED_IN_4_10 void gtk_font_button_set_title(GtkFontButton *font_button, const char *title)
GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_font_button_new(void)
GDK_DEPRECATED_IN_4_10 gboolean gtk_font_button_get_modal(GtkFontButton *font_button)
GDK_DEPRECATED_IN_4_10 const char * gtk_font_button_get_title(GtkFontButton *font_button)
GDK_DEPRECATED_IN_4_10 gboolean gtk_font_button_get_use_font(GtkFontButton *font_button)
GDK_DEPRECATED_IN_4_10 void gtk_font_button_set_use_font(GtkFontButton *font_button, gboolean use_font)
struct _GtkFontButton GtkFontButton
GDK_AVAILABLE_IN_ALL GType gtk_font_button_get_type(void) G_GNUC_CONST
GDK_DEPRECATED_IN_4_10 gboolean gtk_font_button_get_use_size(GtkFontButton *font_button)
GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_font_button_new_with_font(const char *fontname)
gsize GType
Definition gtype.h:427
gint gboolean
Definition gtypes.h:56