no more submodule
This commit is contained in:
12
GtkSharp/Source/Libs/GtkSourceSharp/GtkSourceSharp.cs
Normal file
12
GtkSharp/Source/Libs/GtkSourceSharp/GtkSourceSharp.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace GtkSource
|
||||
{
|
||||
public partial class SourceView : Gtk.TextView
|
||||
{
|
||||
new public GtkSource.Buffer Buffer
|
||||
{
|
||||
get => base.Buffer as GtkSource.Buffer;
|
||||
set => base.Buffer = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user