Files
KioskApp/GtkSharp/Source/Libs/GtkSourceSharp/Generated/GtkSource/QueryTooltipTextHandler.cs
2024-09-15 22:40:48 +02:00

19 lines
374 B
C#

// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.
namespace GtkSource {
using System;
public delegate void QueryTooltipTextHandler(object o, QueryTooltipTextArgs args);
public class QueryTooltipTextArgs : GLib.SignalArgs {
public GtkSource.Mark P0{
get {
return (GtkSource.Mark) Args [0];
}
}
}
}