RAGS - v1.10.0
    Preparing search index...

    Type Alias FontButtonProps<Child, Attr, Self>

    FontButtonProps: BaseProps<
        Self,
        Gtk.FontButton.ConstructorProps & {
            child?: Child;
            on_font_set?: Event<Self>;
        },
        Attr,
    >

    Props for the FontButton font chooser widget.

    Type Parameters