StyleSchemeManager

open class StyleSchemeManager(pointer: <Error class: unknown class><<Error class: unknown class>>)

Provides access to class@StyleSchemes.

Skipped during bindings generation

  • method search-path: Property TypeInfo of getter and setter do not match

Constructors

Link copied to clipboard
constructor()

Creates a new style manager.

constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gtksourceStyleSchemeManagerPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open val schemeIds: List<String>?

Functions

Link copied to clipboard
open fun appendSearchPath(path: String)

Appends @path to the list of directories where the @manager looks for style scheme files.

Link copied to clipboard
open fun forceRescan()

Mark any currently cached information about the available style schems as invalid.

Link copied to clipboard
open fun getScheme(schemeId: String): StyleScheme?

Looks up style scheme by id.

Link copied to clipboard
open fun getSchemeIds(): List<String>?

Returns the ids of the available style schemes.

Link copied to clipboard

Returns the current search path for the @manager.

Link copied to clipboard
open fun prependSearchPath(path: String)

Prepends @path to the list of directories where the @manager looks for style scheme files.

Link copied to clipboard
open fun setSearchPath(path: List<String>? = null)

Sets the list of directories where the @manager looks for style scheme files.