Package org.gtk.gtk.widgets.popover

Types

EmojiChooser
Link copied to clipboard
class EmojiChooser(emojiChooserPointer: CPointer<GtkEmojiChooser>) : Popover

15 / 12 / 2021

EmojiChooserEmojiPickedFunction
Link copied to clipboard
typealias EmojiChooserEmojiPickedFunction = EmojiChooser.(emoji: String) -> Unit
Popover
Link copied to clipboard
open class Popover(popoverPointer: CPointer<GtkPopover>) : Widget, ShortcutManager

kotlinx-gtk

PopoverMenu
Link copied to clipboard
class PopoverMenu(popoverMenuPointer: CPointer<GtkPopoverMenu>) : Popover
PopoverOnActivateDefaultFunction
Link copied to clipboard
typealias PopoverOnActivateDefaultFunction = Popover.() -> Unit
PopoverOnClosedFunction
Link copied to clipboard
typealias PopoverOnClosedFunction = Popover.() -> Unit