FileChooserNative

class FileChooserNative(fileChooserNativePointer: CPointer<GtkFileChooserNative>) : KGObject, FileChooser

kotlinx-gtk

08 / 07 / 2021

See also

Constructors

FileChooserNative
Link copied to clipboard
fun FileChooserNative(title: String? = null, parent: Window? = null, action: FileChooser.Action, acceptLabel: String? = null, cancelLabel: String? = null)
FileChooserNative
Link copied to clipboard
fun FileChooserNative(fileChooserNativePointer: CPointer<GtkFileChooserNative>)

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
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)
unref
Link copied to clipboard
open override fun unref()

Properties

acceptLabel
Link copied to clipboard
var acceptLabel: String?
cancelLabel
Link copied to clipboard
var cancelLabel: String?
file
Link copied to clipboard
open val file: File?
fileChooserNativePointer
Link copied to clipboard
val fileChooserNativePointer: CPointer<GtkFileChooserNative>
fileChooserPointer
Link copied to clipboard
open override val fileChooserPointer: CPointer<GtkFileChooser>
gClass
Link copied to clipboard
open val gClass: TypeClass
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>