mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 01:45:32 +00:00
Add myself as maintainer to previously submitted docs.
svn path=/trunk/gtk-sharp/; revision=14591
This commit is contained in:
parent
15d2a0c710
commit
4d41ffcdc3
|
@ -1,6 +1,10 @@
|
||||||
2003-05-14 John Luke <jluke@cfl.rr.com>
|
2003-05-14 John Luke <jluke@cfl.rr.com>
|
||||||
* en/Gtk/Progress.xml:
|
* en/Gtk/Progress.xml:
|
||||||
* en/Gtk/ProgressBar.xml: Add first drafts, without examples.
|
* en/Gtk/ProgressBar.xml: Add first drafts, without examples.
|
||||||
|
* en/Gtk/EventBox.xml:
|
||||||
|
* en/Gtk/Fixed.xml:
|
||||||
|
* en/Gtk/ToggleButton.xml:
|
||||||
|
* en/Gtk/Tooltips.xml: Add myself as maintainer
|
||||||
|
|
||||||
2003-05-09 John Luke <jluke@cfl.rr.com>
|
2003-05-09 John Luke <jluke@cfl.rr.com>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<Type Name="EventBox" FullName="Gtk.EventBox">
|
<Type Name="EventBox" FullName="Gtk.EventBox">
|
||||||
<TypeSignature Language="C#" Value="public class EventBox : Gtk.Bin, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="auto" />
|
<TypeSignature Language="C#" Value="public class EventBox : Gtk.Bin, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="John Luke" />
|
||||||
<AssemblyInfo>
|
<AssemblyInfo>
|
||||||
<AssemblyName>gtk-sharp</AssemblyName>
|
<AssemblyName>gtk-sharp</AssemblyName>
|
||||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<Type Name="Fixed" FullName="Gtk.Fixed">
|
<Type Name="Fixed" FullName="Gtk.Fixed">
|
||||||
<TypeSignature Language="C#" Value="public class Fixed : Gtk.Container, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="auto" />
|
<TypeSignature Language="C#" Value="public class Fixed : Gtk.Container, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="John Luke" />
|
||||||
<AssemblyInfo>
|
<AssemblyInfo>
|
||||||
<AssemblyName>gtk-sharp</AssemblyName>
|
<AssemblyName>gtk-sharp</AssemblyName>
|
||||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<Type Name="Progress" FullName="Gtk.Progress">
|
<Type Name="Progress" FullName="Gtk.Progress">
|
||||||
<TypeSignature Language="C#" Value="public class Progress : Gtk.Widget, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="auto" />
|
<TypeSignature Language="C#" Value="public class Progress : Gtk.Widget, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="John Luke" />
|
||||||
<AssemblyInfo>
|
<AssemblyInfo>
|
||||||
<AssemblyName>gtk-sharp</AssemblyName>
|
<AssemblyName>gtk-sharp</AssemblyName>
|
||||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<Type Name="ProgressBar" FullName="Gtk.ProgressBar">
|
<Type Name="ProgressBar" FullName="Gtk.ProgressBar">
|
||||||
<TypeSignature Language="C#" Value="public class ProgressBar : Gtk.Progress, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="auto" />
|
<TypeSignature Language="C#" Value="public class ProgressBar : Gtk.Progress, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="John Luke" />
|
||||||
<AssemblyInfo>
|
<AssemblyInfo>
|
||||||
<AssemblyName>gtk-sharp</AssemblyName>
|
<AssemblyName>gtk-sharp</AssemblyName>
|
||||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<Type Name="ToggleButton" FullName="Gtk.ToggleButton">
|
<Type Name="ToggleButton" FullName="Gtk.ToggleButton">
|
||||||
<TypeSignature Language="C#" Value="public class ToggleButton : Gtk.Button, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="auto" />
|
<TypeSignature Language="C#" Value="public class ToggleButton : Gtk.Button, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="John Luke" />
|
||||||
<AssemblyInfo>
|
<AssemblyInfo>
|
||||||
<AssemblyName>gtk-sharp</AssemblyName>
|
<AssemblyName>gtk-sharp</AssemblyName>
|
||||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<Type Name="Tooltips" FullName="Gtk.Tooltips">
|
<Type Name="Tooltips" FullName="Gtk.Tooltips">
|
||||||
<TypeSignature Language="C#" Value="public class Tooltips : Gtk.Object, IWrapper, IDisposable" Maintainer="auto" />
|
<TypeSignature Language="C#" Value="public class Tooltips : Gtk.Object, IWrapper, IDisposable" Maintainer="John Luke" />
|
||||||
<AssemblyInfo>
|
<AssemblyInfo>
|
||||||
<AssemblyName>gtk-sharp</AssemblyName>
|
<AssemblyName>gtk-sharp</AssemblyName>
|
||||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||||
|
|
Loading…
Reference in a new issue