PrintContext

class PrintContext(printContextPointer: GtkPrintContext_autoptr) : KGObject

06 / 01 / 2022

See also

Constructors

PrintContext
Link copied to clipboard
fun PrintContext(obj: TypeInstance)
PrintContext
Link copied to clipboard
fun PrintContext(printContextPointer: GtkPrintContext_autoptr)

Types

HardMargins
Link copied to clipboard
data class HardMargins(top: Double, bottom: Double, left: Double, right: Double)

Functions

addWeakPointer
Link copied to clipboard
fun addWeakPointer(weakPointerLocation: CValuesRef<COpaquePointerVar>)
bindProperty
Link copied to clipboard
fun bindProperty(property: String, target: KGObject, targetProperty: String, flags: Binding.Flags): Binding
createPangoContext
Link copied to clipboard
fun createPangoContext(): Context
createPangoLayout
Link copied to clipboard
fun createPangoLayout(): Layout
getString
Link copied to clipboard
fun getString(propertyName: String): String
ref
Link copied to clipboard
open fun ref(): KGObject
set
Link copied to clipboard
fun set(propertyName: String, boolean: Boolean)
fun set(propertyName: String, string: String)
setCairoContext
Link copied to clipboard
fun setCairoContext(cairo: Cairo, dpiX: Double, dpiY: Double)
unref
Link copied to clipboard
open override fun unref()

Properties

cairoContext
Link copied to clipboard
val cairoContext: Cairo
dpiX
Link copied to clipboard
val dpiX: Double
dpiY
Link copied to clipboard
val dpiY: Double
gClass
Link copied to clipboard
open val gClass: TypeClass
hardMargins
Link copied to clipboard
val hardMargins: PrintContext.HardMargins?
height
Link copied to clipboard
val height: Double
pageSetup
Link copied to clipboard
val pageSetup: PageSetup
pangoFontMap
Link copied to clipboard
val pangoFontMap: FontMap
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
printContextPointer
Link copied to clipboard
val printContextPointer: GtkPrintContext_autoptr
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>
width
Link copied to clipboard
val width: Double