_gtkLabelNew

Create a label with any small string.

Crée une étiquette avec une chaîne à l'intérieur.

Type :

fun [Chn S] ObjGtk

_channel_ : Chn : any channel

_string_ : S : any string

Return : ObjGtk : the new object of nil if error

Back