// -*- c++ -*- // Generated by gtkmmproc from ./../invisible.gen_h -- DO NOT MODIFY! #ifndef _GTKMM_INVISIBLE_H #define _GTKMM_INVISIBLE_H /* $Id: invisible.h,v 1.2 2003/06/17 16:37:40 pbd Exp $ */ /* invisible.h * * Copyright (C) 1998-1999 The Gtk-- Development Team * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library 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 * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <gtk--/bin.h> #include <gtk/gtkinvisible.h> namespace Gtk { class Invisible; class Invisible_Class; } namespace Gtk { Gtk::Invisible *wrap (GtkInvisible *o); } namespace Gtk { //: An invisible, empty space. //- Use this widget help create some space between your widgets. class Invisible : public Bin { public: typedef Invisible CppObjectType; typedef Invisible_Class CppClassType; typedef GtkInvisible BaseObjectType; typedef GtkInvisibleClass BaseClassType; private: friend class Invisible_Class; static CppClassType invisible_class; Invisible(const Invisible&); Invisible& operator=(const Invisible&); // not implemented protected: void initialize_class(); explicit Invisible(GtkInvisible *castitem); public: static GtkType get_type(); GtkInvisible* gtkobj() { return (GtkInvisible*)(gtkobject); } const GtkInvisible* gtkobj() const { return (GtkInvisible*)(gtkobject); } static bool isA(Object *checkcast); // Hook for proxies static const char* const signal_names[]; virtual ~Invisible(); private: public: Invisible(); public: protected: // impl functions }; } #endif