Ardour  8.7-14-g57a6773833
gtkfontbutton.h File Reference
#include <gtk/gtkbutton.h>
Include dependency graph for gtkfontbutton.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GtkFontButton
 
struct  _GtkFontButtonClass
 

Macros

#define GTK_TYPE_FONT_BUTTON   (gtk_font_button_get_type ())
 
#define GTK_FONT_BUTTON(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_BUTTON, GtkFontButton))
 
#define GTK_FONT_BUTTON_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_FONT_BUTTON, GtkFontButtonClass))
 
#define GTK_IS_FONT_BUTTON(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FONT_BUTTON))
 
#define GTK_IS_FONT_BUTTON_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_FONT_BUTTON))
 
#define GTK_FONT_BUTTON_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_FONT_BUTTON, GtkFontButtonClass))
 

Typedefs

typedef struct _GtkFontButton GtkFontButton
 
typedef struct _GtkFontButtonClass GtkFontButtonClass
 
typedef struct _GtkFontButtonPrivate GtkFontButtonPrivate
 

Functions

GType gtk_font_button_get_type (void) G_GNUC_CONST
 
GtkWidgetgtk_font_button_new (void)
 
GtkWidgetgtk_font_button_new_with_font (const gchar *fontname)
 
const gchar * gtk_font_button_get_title (GtkFontButton *font_button)
 
void gtk_font_button_set_title (GtkFontButton *font_button, const gchar *title)
 
gboolean gtk_font_button_get_use_font (GtkFontButton *font_button)
 
void gtk_font_button_set_use_font (GtkFontButton *font_button, gboolean use_font)
 
gboolean gtk_font_button_get_use_size (GtkFontButton *font_button)
 
void gtk_font_button_set_use_size (GtkFontButton *font_button, gboolean use_size)
 
const gchar * gtk_font_button_get_font_name (GtkFontButton *font_button)
 
gboolean gtk_font_button_set_font_name (GtkFontButton *font_button, const gchar *fontname)
 
gboolean gtk_font_button_get_show_style (GtkFontButton *font_button)
 
void gtk_font_button_set_show_style (GtkFontButton *font_button, gboolean show_style)
 
gboolean gtk_font_button_get_show_size (GtkFontButton *font_button)
 
void gtk_font_button_set_show_size (GtkFontButton *font_button, gboolean show_size)
 

Macro Definition Documentation

◆ GTK_FONT_BUTTON

#define GTK_FONT_BUTTON (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_BUTTON, GtkFontButton))

Definition at line 43 of file gtkfontbutton.h.

◆ GTK_FONT_BUTTON_CLASS

#define GTK_FONT_BUTTON_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_FONT_BUTTON, GtkFontButtonClass))

Definition at line 44 of file gtkfontbutton.h.

◆ GTK_FONT_BUTTON_GET_CLASS

#define GTK_FONT_BUTTON_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_FONT_BUTTON, GtkFontButtonClass))

Definition at line 47 of file gtkfontbutton.h.

◆ GTK_IS_FONT_BUTTON

#define GTK_IS_FONT_BUTTON (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FONT_BUTTON))

Definition at line 45 of file gtkfontbutton.h.

◆ GTK_IS_FONT_BUTTON_CLASS

#define GTK_IS_FONT_BUTTON_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_FONT_BUTTON))

Definition at line 46 of file gtkfontbutton.h.

◆ GTK_TYPE_FONT_BUTTON

#define GTK_TYPE_FONT_BUTTON   (gtk_font_button_get_type ())

Definition at line 42 of file gtkfontbutton.h.

Typedef Documentation

◆ GtkFontButton

typedef struct _GtkFontButton GtkFontButton

Definition at line 37 of file gtkfontbutton.h.

◆ GtkFontButtonClass

Definition at line 37 of file gtkfontbutton.h.

◆ GtkFontButtonPrivate

typedef struct _GtkFontButtonPrivate GtkFontButtonPrivate

Definition at line 37 of file gtkfontbutton.h.

Function Documentation

◆ gtk_font_button_get_font_name()

const gchar* gtk_font_button_get_font_name ( GtkFontButton font_button)

◆ gtk_font_button_get_show_size()

gboolean gtk_font_button_get_show_size ( GtkFontButton font_button)

◆ gtk_font_button_get_show_style()

gboolean gtk_font_button_get_show_style ( GtkFontButton font_button)

◆ gtk_font_button_get_title()

const gchar* gtk_font_button_get_title ( GtkFontButton font_button)

◆ gtk_font_button_get_type()

GType gtk_font_button_get_type ( void  )

◆ gtk_font_button_get_use_font()

gboolean gtk_font_button_get_use_font ( GtkFontButton font_button)

◆ gtk_font_button_get_use_size()

gboolean gtk_font_button_get_use_size ( GtkFontButton font_button)

◆ gtk_font_button_new()

GtkWidget* gtk_font_button_new ( void  )

◆ gtk_font_button_new_with_font()

GtkWidget* gtk_font_button_new_with_font ( const gchar *  fontname)

◆ gtk_font_button_set_font_name()

gboolean gtk_font_button_set_font_name ( GtkFontButton font_button,
const gchar *  fontname 
)

◆ gtk_font_button_set_show_size()

void gtk_font_button_set_show_size ( GtkFontButton font_button,
gboolean  show_size 
)

◆ gtk_font_button_set_show_style()

void gtk_font_button_set_show_style ( GtkFontButton font_button,
gboolean  show_style 
)

◆ gtk_font_button_set_title()

void gtk_font_button_set_title ( GtkFontButton font_button,
const gchar *  title 
)

◆ gtk_font_button_set_use_font()

void gtk_font_button_set_use_font ( GtkFontButton font_button,
gboolean  use_font 
)

◆ gtk_font_button_set_use_size()

void gtk_font_button_set_use_size ( GtkFontButton font_button,
gboolean  use_size 
)