CtkFontChooserDialog

CtkFontChooserDialog — A dialog for selecting fonts

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── CtkWidget
            ╰── CtkContainer
                ╰── CtkBin
                    ╰── CtkWindow
                        ╰── CtkDialog
                            ╰── CtkFontChooserDialog

Implemented Interfaces

CtkFontChooserDialog implements AtkImplementorIface, CtkBuildable and CtkFontChooser.

Includes

#include <ctk/ctk.h>

Description

The CtkFontChooserDialog widget is a dialog for selecting a font. It implements the CtkFontChooser interface.

CtkFontChooserDialog as CtkBuildable

The CtkFontChooserDialog implementation of the CtkBuildable interface exposes the buttons with the names “select_button” and “cancel_button”.

Functions

ctk_font_chooser_dialog_new ()

CtkWidget *
ctk_font_chooser_dialog_new (const gchar *title,
                             CtkWindow *parent);

Creates a new CtkFontChooserDialog.

Parameters

title

Title of the dialog, or NULL.

[allow-none]

parent

Transient parent of the dialog, or NULL.

[allow-none]

Returns

a new CtkFontChooserDialog

Since: 3.2

Types and Values

struct CtkFontChooserDialog

struct CtkFontChooserDialog;

struct CtkFontChooserDialogClass

struct CtkFontChooserDialogClass {
  CtkDialogClass parent_class;
};

Members

See Also

CtkFontChooser, CtkDialog