StyleSchemeChooserWidget

Constructors

this
this(GtkSourceStyleSchemeChooserWidget* gtkSourceStyleSchemeChooserWidget, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this()

Creates a new #GtkSourceStyleSchemeChooserWidget.

Members

Functions

getStruct
void* getStruct()

the main Gtk struct as a void*

getStyleSchemeChooserWidgetStruct
GtkSourceStyleSchemeChooserWidget* getStyleSchemeChooserWidgetStruct(bool transferOwnership)

Get the main Gtk struct

Mixins

__anonymous
mixin StyleSchemeChooserT!(GtkSourceStyleSchemeChooserWidget)
Undocumented in source.

Static functions

getType
GType getType()

Variables

gtkSourceStyleSchemeChooserWidget
GtkSourceStyleSchemeChooserWidget* gtkSourceStyleSchemeChooserWidget;

the main Gtk struct

Inherited Members

From Bin

gtkBin
GtkBin* gtkBin;

the main Gtk struct

getBinStruct
GtkBin* getBinStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
getChild
Widget getChild()

Gets the child of the #GtkBin, or %NULL if the bin contains no child widget. The returned widget does not have a reference added, so you do not need to unref it.

From StyleSchemeChooserIF

getStyleSchemeChooserStruct
GtkSourceStyleSchemeChooser* getStyleSchemeChooserStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
getStyleScheme
SourceStyleScheme getStyleScheme()

Gets the currently-selected scheme.

setStyleScheme
void setStyleScheme(SourceStyleScheme scheme)

Sets the scheme.

Meta