/src/wrappers/gtk/library/gtk_separator.e
http://github.com/tybor/Liberty · Specman e · 30 lines · 21 code · 7 blank · 2 comment · 3 complexity · 221fc05b67a7163a90a1d634b9517bfe MD5 · raw file
- indexing
- description: "Base class for GtkHSeparator and GtkVSeparator"
- copyright: "[
- Copyright (C) 2007 Paolo Redaelli, GTK+ team
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public License
- as published by the Free Software Foundation; either version 2.1 of
- the License, or (at your option) any later version.
-
- This library is distributed in the hopeOA 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 library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301 USA
- ]"
- wrapped_version: "2.10.6"
- deferred class GTK_SEPARATOR
- -- The GtkSeparator widget is an abstract class, used only for
- -- deriving the subclasses GtkHSeparator and GtkVSeparator.
- inherit GTK_WIDGET
- end -- class GTK_SEPARATOR