10 lines
102 B
Text
10 lines
102 B
Text
|
//
|
||
|
// Atom.custom
|
||
|
//
|
||
|
|
||
|
public static implicit operator string (Gdk.Atom atom)
|
||
|
{
|
||
|
return atom.Name;
|
||
|
}
|
||
|
|