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

treeviewclass.hh

00001 /* GFC-UI: GTK+ Foundation Classes (User Interface Library) 00002 * Copyright (C) 2002-2004 The GFC Development Team. 00003 * 00004 * treeviewclass.hh - 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_TREE_VIEW_CLASS_HH 00022 #define GFC_GTK_TREE_VIEW_CLASS_HH 00023 00024 namespace GFC { 00025 00026 namespace Gtk { 00027 00028 class TreeViewClass 00029 { 00030 public: 00031 static void init(GtkTreeViewClass *g_class); 00032 00033 static GtkTreeViewClass* get_parent_class(void *instance); 00034 00035 static GType get_type(); 00036 00037 static void* create(); 00038 00039 static void set_scroll_adjustments_proxy(GtkTreeView *tree_view, GtkAdjustment *hadjustment, GtkAdjustment *vadjustment); 00040 00041 static void row_activated_proxy(GtkTreeView *tree_view, GtkTreePath *path, GtkTreeViewColumn *column); 00042 00043 static gboolean test_expand_row_proxy(GtkTreeView *tree_view, GtkTreeIter *iter, GtkTreePath *path); 00044 00045 static gboolean test_collapse_row_proxy(GtkTreeView *tree_view, GtkTreeIter *iter, GtkTreePath *path); 00046 00047 static void row_expanded_proxy(GtkTreeView *tree_view, GtkTreeIter *iter, GtkTreePath *path); 00048 00049 static void row_collapsed_proxy(GtkTreeView *tree_view, GtkTreeIter *iter, GtkTreePath *path); 00050 00051 static void columns_changed_proxy(GtkTreeView *tree_view); 00052 00053 static void cursor_changed_proxy(GtkTreeView *tree_view); 00054 }; 00055 00056 } // namespace Gtk 00057 00058 } // namespace GFC 00059 00060 #endif // GFC_GTK_TREE_VIEW_CLASS_HH 00061

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