Interface

Adw-1AdwSidebarItemConstructorProps

interface ConstructorProps {
    drag_motion_activate: boolean;
    dragMotionActivate: boolean;
    enabled: boolean;
    icon_name: string | null;
    icon_paintable: Gdk.Paintable | null;
    iconName: string | null;
    iconPaintable: Gdk.Paintable | null;
    section: Adw.SidebarSection | null;
    subtitle: string | null;
    suffix: Gtk.Widget | null;
    title: string | null;
    tooltip: string | null;
    use_underline: boolean;
    useUnderline: boolean;
    visible: boolean;
}

Hierarchy (View Summary)

Index

Properties

drag_motion_activate: boolean
dragMotionActivate: boolean
enabled: boolean
icon_name: string | null
icon_paintable: Gdk.Paintable | null
iconName: string | null
iconPaintable: Gdk.Paintable | null
section: Adw.SidebarSection | null
subtitle: string | null
suffix: Gtk.Widget | null
title: string | null
tooltip: string | null
use_underline: boolean
useUnderline: boolean
visible: boolean