Interface

Adw-1AdwSidebarItemConstructorProps

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

Hierarchy (View Summary)

Index

Properties

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