CellAccessibleParentProtocol
public protocol CellAccessibleParentProtocol
The CellAccessibleParentProtocol
protocol exposes the methods and properties of an underlying GtkCellAccessibleParent
instance.
The default implementation of these can be found in the protocol extension below.
For a concrete class that implements these methods and properties, see CellAccessibleParent
.
Alternatively, use CellAccessibleParentRef
as a lighweight, unowned
reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
GtkCellAccessibleParent
instance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get }
-
cell_accessible_parent_ptr
Default implementationTyped pointer to the underlying
GtkCellAccessibleParent
instance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GtkCellAccessibleParent
instance.Declaration
Swift
var cell_accessible_parent_ptr: UnsafeMutablePointer<GtkCellAccessibleParent>! { get }
-
Required Initialiser for types conforming to
CellAccessibleParentProtocol
Declaration
Swift
init(raw: UnsafeMutableRawPointer)
-
activate(cell:
Extension method) Undocumented
Declaration
Swift
@inlinable func activate<CellAccessibleT>(cell: CellAccessibleT) where CellAccessibleT : CellAccessibleProtocol
-
edit(cell:
Extension method) Undocumented
Declaration
Swift
@inlinable func edit<CellAccessibleT>(cell: CellAccessibleT) where CellAccessibleT : CellAccessibleProtocol
-
expandCollapse(cell:
Extension method) Undocumented
Declaration
Swift
@inlinable func expandCollapse<CellAccessibleT>(cell: CellAccessibleT) where CellAccessibleT : CellAccessibleProtocol
-
getCellArea(cell:
Extension methodcellRect: ) Undocumented
Declaration
Swift
@inlinable func getCellArea<CellAccessibleT, RectangleT>(cell: CellAccessibleT, cellRect: RectangleT) where CellAccessibleT : CellAccessibleProtocol, RectangleT : RectangleProtocol
-
getCellExtents(cell:
Extension methodx: y: width: height: coordType: ) Undocumented
Declaration
Swift
@inlinable func getCellExtents<CellAccessibleT>(cell: CellAccessibleT, x: UnsafeMutablePointer<gint>!, y: UnsafeMutablePointer<gint>!, width: UnsafeMutablePointer<gint>!, height: UnsafeMutablePointer<gint>!, coordType: AtkCoordType) where CellAccessibleT : CellAccessibleProtocol
-
getCellPosition(cell:
Extension methodrow: column: ) Undocumented
Declaration
Swift
@inlinable func getCellPosition<CellAccessibleT>(cell: CellAccessibleT, row: UnsafeMutablePointer<gint>!, column: UnsafeMutablePointer<gint>!) where CellAccessibleT : CellAccessibleProtocol
-
getChildIndex(cell:
Extension method) Undocumented
Declaration
Swift
@inlinable func getChildIndex<CellAccessibleT>(cell: CellAccessibleT) -> Int where CellAccessibleT : CellAccessibleProtocol
-
getRendererState(cell:
Extension method) Undocumented
Declaration
Swift
@inlinable func getRendererState<CellAccessibleT>(cell: CellAccessibleT) -> CellRendererState where CellAccessibleT : CellAccessibleProtocol
-
grabFocus(cell:
Extension method) Undocumented
Declaration
Swift
@inlinable func grabFocus<CellAccessibleT>(cell: CellAccessibleT) -> Bool where CellAccessibleT : CellAccessibleProtocol
-
updateRelationset(cell:
Extension methodrelationset: ) Undocumented
Declaration
Swift
@inlinable func updateRelationset<CellAccessibleT, RelationSetT>(cell: CellAccessibleT, relationset: RelationSetT) where CellAccessibleT : CellAccessibleProtocol, RelationSetT : RelationSetProtocol