Interface

Gtk-4.0GtkPopoverMenuConstructorProps

interface ConstructorProps {
    accessible_role: Gtk.AccessibleRole;
    accessibleRole: Gtk.AccessibleRole;
    autohide: boolean;
    can_focus: boolean;
    can_target: boolean;
    canFocus: boolean;
    canTarget: boolean;
    cascade_popdown: boolean;
    cascadePopdown: boolean;
    child: Gtk.Widget;
    css_classes: string[];
    css_name: string;
    cssClasses: string[];
    cssName: string;
    cursor: Gdk.Cursor;
    default_widget: Gtk.Widget;
    defaultWidget: Gtk.Widget;
    flags: Gtk.PopoverMenuFlags;
    focus_on_click: boolean;
    focusable: boolean;
    focusOnClick: boolean;
    halign: Gtk.Align;
    has_arrow: boolean;
    has_default: boolean;
    has_focus: boolean;
    has_tooltip: boolean;
    hasArrow: boolean;
    hasDefault: boolean;
    hasFocus: boolean;
    hasTooltip: boolean;
    height_request: number;
    heightRequest: number;
    hexpand: boolean;
    hexpand_set: boolean;
    hexpandSet: boolean;
    layout_manager: Gtk.LayoutManager;
    layoutManager: Gtk.LayoutManager;
    limit_events: boolean;
    limitEvents: boolean;
    margin_bottom: number;
    margin_end: number;
    margin_start: number;
    margin_top: number;
    marginBottom: number;
    marginEnd: number;
    marginStart: number;
    marginTop: number;
    menu_model: Gio.MenuModel;
    menuModel: Gio.MenuModel;
    mnemonics_visible: boolean;
    mnemonicsVisible: boolean;
    name: string;
    opacity: number;
    overflow: Gtk.Overflow;
    parent: Gtk.Widget;
    pointing_to: Gdk.Rectangle;
    pointingTo: Gdk.Rectangle;
    position: Gtk.PositionType;
    receives_default: boolean;
    receivesDefault: boolean;
    root: Gtk.Root;
    scale_factor: number;
    scaleFactor: number;
    sensitive: boolean;
    tooltip_markup: string;
    tooltip_text: string;
    tooltipMarkup: string;
    tooltipText: string;
    valign: Gtk.Align;
    vexpand: boolean;
    vexpand_set: boolean;
    vexpandSet: boolean;
    visible: boolean;
    visible_submenu: string;
    visibleSubmenu: string;
    width_request: number;
    widthRequest: number;
}

Hierarchy (View Summary)

Index

Properties

menu_model: Gio.MenuModel
menuModel: Gio.MenuModel
visible_submenu: string
visibleSubmenu: string

Properties - Inherited from Gtk.Popover.ConstructorProps

accessible_role: Gtk.AccessibleRole
accessibleRole: Gtk.AccessibleRole
autohide: boolean
can_focus: boolean
can_target: boolean
canFocus: boolean
canTarget: boolean
cascade_popdown: boolean
cascadePopdown: boolean
child: Gtk.Widget
css_classes: string[]
css_name: string
cssClasses: string[]
cssName: string
cursor: Gdk.Cursor
default_widget: Gtk.Widget
defaultWidget: Gtk.Widget
focus_on_click: boolean
focusable: boolean
focusOnClick: boolean
halign: Gtk.Align
has_arrow: boolean
has_default: boolean
has_focus: boolean
has_tooltip: boolean
hasArrow: boolean
hasDefault: boolean
hasFocus: boolean
hasTooltip: boolean
height_request: number
heightRequest: number
hexpand: boolean
hexpand_set: boolean
hexpandSet: boolean
layout_manager: Gtk.LayoutManager
layoutManager: Gtk.LayoutManager
limit_events: boolean
limitEvents: boolean
margin_bottom: number
margin_end: number
margin_start: number
margin_top: number
marginBottom: number
marginEnd: number
marginStart: number
marginTop: number
mnemonics_visible: boolean
mnemonicsVisible: boolean
name: string
opacity: number
overflow: Gtk.Overflow
parent: Gtk.Widget
pointing_to: Gdk.Rectangle
pointingTo: Gdk.Rectangle
position: Gtk.PositionType
receives_default: boolean
receivesDefault: boolean
root: Gtk.Root
scale_factor: number
scaleFactor: number
sensitive: boolean
tooltip_markup: string
tooltip_text: string
tooltipMarkup: string
tooltipText: string
valign: Gtk.Align
vexpand: boolean
vexpand_set: boolean
vexpandSet: boolean
visible: boolean
width_request: number
widthRequest: number