예제 #1
0
        public Gnome.CanvasGroup Root()
        {
            IntPtr raw_ret = gnome_canvas_root(Handle);

            Gnome.CanvasGroup ret = GLib.Object.GetObject(raw_ret) as Gnome.CanvasGroup;
            return(ret);
        }
//
// Gnome.CanvasEllipse.custom - Gnome CanvasEllipse class customizations
//
// Author: Rachel Hestilow <*****@*****.**>
//
// Copyright (C) 2002 Rachel Hestilow
//
// This code is inserted after the automatically generated code.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General
// Public License as published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this program; if not, write to the
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.


        public CanvasEllipse(Gnome.CanvasGroup group) : base(group, GType)
        {
        }
예제 #3
0
 protected CanvasGroup(Gnome.CanvasGroup group, GLib.GType type) : base(group, type)
 {
 }
예제 #4
0
 public CanvasItem(Gnome.CanvasGroup group, GLib.GType type)
     : base(gnome_canvas_item_new(group.Handle, type.Val, IntPtr.Zero))
 {
     g_object_ref(Handle);
 }
//
// Gnome.CanvasRichText.custom - Gnome CanvasRichText class customizations
//
// Author: Rachel Hestilow <*****@*****.**>
//
// Copyright (C) 2002 Rachel Hestilow
//
// This code is inserted after the automatically generated code.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General
// Public License as published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this program; if not, write to the
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.


        public CanvasRichText(Gnome.CanvasGroup group) : base(group, GType)
        {
        }
예제 #6
0
//
// Gnome.CanvasLine.custom - Gnome CanvasLine class customizations
//
// Author: Rachel Hestilow <*****@*****.**>
//
// Copyright (C) 2002 Rachel Hestilow
//
// This code is inserted after the automatically generated code.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General
// Public License as published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this program; if not, write to the
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.


        public CanvasLine(Gnome.CanvasGroup group) : base(group, GType)
        {
        }
예제 #7
0
 public void Reparent(Gnome.CanvasGroup new_group)
 {
     gnome_canvas_item_reparent(Handle, new_group == null ? IntPtr.Zero : new_group.Handle);
 }
//
// Gnome.CanvasWidget.custom - Gnome CanvasWidget class customizations
//
// Author: Rachel Hestilow <*****@*****.**>
//
// Copyright (C) 2002 Rachel Hestilow
//
// This code is inserted after the automatically generated code.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General
// Public License as published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this program; if not, write to the
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.


        public CanvasWidget(Gnome.CanvasGroup group) : base(group, GType)
        {
        }
예제 #9
0
// Gnome.CanvasBpath.custom - Gnome CanvasBpath class customizations
//
// Author: Rachel Hestilow <*****@*****.**>
//
// Copyright (C) 2002 Rachel Hestilow
//
// This code is inserted after the automatically generated code.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General
// Public License as published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this program; if not, write to the
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.

        public CanvasBpath(Gnome.CanvasGroup group) : base(group, GType)
        {
        }
예제 #10
0
//
// Gnome.CanvasPixbuf.custom - Gnome CanvasPixbuf class customizations
//
// Author: Rachel Hestilow <*****@*****.**>
//
// Copyright (C) 2002 Rachel Hestilow
//
// This code is inserted after the automatically generated code.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General
// Public License as published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this program; if not, write to the
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.


        public CanvasPixbuf(Gnome.CanvasGroup group) : base(group, GType)
        {
        }
예제 #11
0
//
// Gnome.CanvasRect.custom - Gnome CanvasRect class customizations
//
// Author: Rachel Hestilow <*****@*****.**>
//
// Copyright (C) 2002 Rachel Hestilow
//
// This code is inserted after the automatically generated code.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General
// Public License as published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this program; if not, write to the
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.


        public CanvasRect(Gnome.CanvasGroup group) : base(group, GType)
        {
        }
예제 #12
0
// Gnome.CanvasClipgroup.custom - Gnome CanvasClipgroup class customizations
//
// Author: Rachel Hestilow <*****@*****.**>
//
// Copyright (C) 2002 Rachel Hestilow
//
// This code is inserted after the automatically generated code.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General
// Public License as published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this program; if not, write to the
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.


        public CanvasClipgroup(Gnome.CanvasGroup group) : base(group, GType)
        {
        }
//
// Gnome.CanvasPolygon.custom - Gnome CanvasPolygon class customizations
//
// Author: Rachel Hestilow <*****@*****.**>
//
// Copyright (C) 2002 Rachel Hestilow
//
// This code is inserted after the automatically generated code.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General
// Public License as published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this program; if not, write to the
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.


        public CanvasPolygon(Gnome.CanvasGroup group) : base(group, GType)
        {
        }
예제 #14
0
//
// Gnome.IconTextItem.custom - Gnome IconTextItem class customizations
//
// Author: Rachel Hestilow <*****@*****.**>
//
// Copyright (C) 2002 Rachel Hestilow
//
// This code is inserted after the automatically generated code.
//
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General
// Public License as published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this program; if not, write to the
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.


        public IconTextItem(Gnome.CanvasGroup group) : base(group, GType)
        {
        }