[Mono-winforms-list] Patch for System.Windows.Forms.MdiClient
Rafael Teixeira
monoman at gmail.com
Thu May 26 17:48:48 EDT 2005
I'll take a look at the class. But already committed that patch.
Fun,
On 5/26/05, Peter Dennis Bartok <peter at novonyx.com> wrote:
> Yes, the proper value for it is True. Feel free to commit. However, since
> that class isn't even implemented yet, it's really not that important to
> have the attributes right, maybe you want to take a crack at the class
> itself?
>
> Cheers,
> Peter
>
> -----Original Message-----
> From: "Rafael Teixeira" <monoman at gmail.com>
> To: <mono-winforms-list at lists.ximian.com>
> Date: 26 May, 2005 08:22
> Subject: [Mono-winforms-list] Patch for System.Windows.Forms.MdiClient
>
>
> inline, it kills one item on the class status page:
>
> Index: System.Windows.Forms/ChangeLog
> ===================================================================
> --- System.Windows.Forms/ChangeLog (revision 45044)
> +++ System.Windows.Forms/ChangeLog (working copy)
> @@ -1,3 +1,7 @@
> +2005-05-26 Rafael Teixeira <rafaelteixeirabr at hotmail.com>
> + * MdiClient.cs: Add missing Localizable attribute to
> BackgroundImage property
> + as per status page, guessing it should be set to true
> +
> 2005-05-26 Peter Bartok <pbartok at novell.com>
>
> * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
> Index: System.Windows.Forms/MdiClient.cs
> ===================================================================
> --- System.Windows.Forms/MdiClient.cs (revision 45044)
> +++ System.Windows.Forms/MdiClient.cs (working copy)
> @@ -73,6 +73,7 @@
> #endregion // Public Constructors
>
> #region Public Instance Properties
> + [Localizable(true)]
> public override System.Drawing.Image BackgroundImage {
> get {
> return base.BackgroundImage;
>
> can commit?
>
>
> --
> Rafael "Monoman" Teixeira
> ---------------------------------------
> I'm trying to become a "Rosh Gadol" before my own eyes.
> See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
> It hurts!
> _______________________________________________
> Mono-winforms-list maillist - Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
>
>
--
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes.
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
It hurts!
More information about the Mono-winforms-list
mailing list