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

textbufferclass.hh

00001 /* GFC-UI: GTK+ Foundation Classes (User Interface Library) 00002 * Copyright (C) 2002-2004 The GFC Development Team. 00003 * 00004 * textbufferclass.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_TEXT_BUFFER_CLASS_HH 00022 #define GFC_GTK_TEXT_BUFFER_CLASS_HH 00023 00024 namespace GFC { 00025 00026 namespace Gtk { 00027 00028 /* Gtk::TextMarkClass 00029 */ 00030 00031 class TextMarkClass 00032 { 00033 public: 00034 static GType get_type(); 00035 00036 static void* create(); 00037 }; 00038 00039 /* Gtk::TextChildAnchorClass 00040 */ 00041 00042 class TextChildAnchorClass 00043 { 00044 public: 00045 static GType get_type(); 00046 00047 static void* create(); 00048 }; 00049 00050 /* Gtk::TextBuffer 00051 */ 00052 00053 class TextBufferClass 00054 { 00055 public: 00056 static void init(GtkTextBufferClass *g_class); 00057 00058 static GtkTextBufferClass* get_parent_class(void *instance); 00059 00060 static GType get_type(); 00061 00062 static void* create(GtkTextTagTable *table); 00063 00064 static void insert_text_proxy(GtkTextBuffer *buffer, GtkTextIter *pos, const gchar *text, gint length); 00065 00066 static void insert_pixbuf_proxy(GtkTextBuffer *buffer, GtkTextIter *pos, GdkPixbuf *pixbuf); 00067 00068 static void insert_child_anchor_proxy(GtkTextBuffer *buffer, GtkTextIter *pos, GtkTextChildAnchor *anchor); 00069 00070 static void delete_range_proxy(GtkTextBuffer *buffer, GtkTextIter *start, GtkTextIter *end); 00071 00072 static void changed_proxy(GtkTextBuffer *buffer); 00073 00074 static void modified_changed_proxy(GtkTextBuffer *buffer); 00075 00076 static void mark_set_proxy(GtkTextBuffer *buffer, const GtkTextIter *location, GtkTextMark *mark); 00077 00078 static void mark_deleted_proxy(GtkTextBuffer *buffer, GtkTextMark *mark); 00079 00080 static void apply_tag_proxy(GtkTextBuffer *buffer, GtkTextTag *tag, const GtkTextIter *start_char, const GtkTextIter *end_char); 00081 00082 static void remove_tag_proxy(GtkTextBuffer *buffer, GtkTextTag *tag, const GtkTextIter *start_char, const GtkTextIter *end_char); 00083 00084 static void begin_user_action_proxy(GtkTextBuffer *buffer); 00085 00086 static void end_user_action_proxy(GtkTextBuffer *buffer); 00087 }; 00088 00089 } // namespace Gtk 00090 00091 } // namespace GFC 00092 00093 #endif // GFC_GTK_TEXT_BUFFER_CLASS_HH 00094

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