GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

windowclass.hh

00001 /* GFC-UI: GTK+ Foundation Classes (User Interface Library) 00002 * Copyright (C) 2002-2004 The GFC Development Team. 00003 * 00004 * window_p.h - Private interface 00005 * 00006 * This program is free software; you can redistribute it and/or modify 00007 * it under the terms of the GNU General Public License as published by 00008 * the Free Software Foundation; either version 2 of the License, or 00009 * (at your option) any later version. 00010 * 00011 * This program is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU Library General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Library General Public License 00017 * along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00019 */ 00020 00021 #ifndef GFC_GTK_WINDOW_CLASS_H 00022 #define GFC_GTK_WINDOW_CLASS_H 00023 00024 namespace GFC { 00025 00026 namespace Gtk { 00027 00028 /* Gtk::WindowClass 00029 */ 00030 00031 class WindowClass 00032 { 00033 public: 00034 static void init(GtkWindowClass *g_class); 00035 00036 static GtkWindowClass* get_parent_class(void *instance); 00037 00038 static GType get_type(); 00039 00040 static void* create(GtkWindowType type); 00041 00042 static void set_focus_proxy(GtkWindow *window, GtkWidget *focus); 00043 00044 static gboolean frame_event_proxy(GtkWindow *window, GdkEvent *event); 00045 00046 static void keys_changed_proxy(GtkWindow *window); 00047 }; 00048 00049 /* Gtk::WindowGroupClass 00050 */ 00051 00052 class WindowGroupClass 00053 { 00054 public: 00055 static GType get_type(); 00056 00057 static void* create(); 00058 }; 00059 00060 } // namespace Gtk 00061 00062 } // namespace GFC 00063 00064 #endif // GFC_GTK_WINDOW_CLASS_H 00065

Generated on Tue Aug 24 00:34:33 2004 for GFC-UI by doxygen 1.3.8