ScrollableSignalName

public enum ScrollableSignalName : String, SignalNameProtocol

Undocumented

  • Horizontal GtkAdjustment of the scrollable widget. This adjustment is shared between the scrollable widget and its parent.

    Declaration

    Swift

    case notifyHadjustment = "notify::hadjustment"
  • Determines whether horizontal scrolling should start once the scrollable widget is allocated less than its minimum width or less than its natural width.

    Declaration

    Swift

    case notifyHscrollPolicy = "notify::hscroll-policy"
  • Verical GtkAdjustment of the scrollable widget. This adjustment is shared between the scrollable widget and its parent.

    Declaration

    Swift

    case notifyVadjustment = "notify::vadjustment"
  • Determines whether vertical scrolling should start once the scrollable widget is allocated less than its minimum height or less than its natural height.

    Declaration

    Swift

    case notifyVscrollPolicy = "notify::vscroll-policy"