Interface

Gtk-4.0GtkNotebookPageConstructorProps

interface ConstructorProps {
    child: Gtk.Widget;
    detachable: boolean;
    menu: Gtk.Widget;
    menu_label: string;
    menuLabel: string;
    position: number;
    reorderable: boolean;
    tab: Gtk.Widget;
    tab_expand: boolean;
    tab_fill: boolean;
    tab_label: string;
    tabExpand: boolean;
    tabFill: boolean;
    tabLabel: string;
}

Hierarchy (View Summary)

Index

Properties

child: Gtk.Widget
detachable: boolean
menu: Gtk.Widget
menu_label: string
menuLabel: string
position: number
reorderable: boolean
tab: Gtk.Widget
tab_expand: boolean
tab_fill: boolean
tab_label: string
tabExpand: boolean
tabFill: boolean
tabLabel: string