#include <gdk/gdk.h>
#include <gtk/gtktextview.h>
#include <gtk/gtktooltips.h>
#include <gtk/gtkimage.h>
Include dependency graph for gtkimhtml.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | _GtkIMHtml |
struct | _GtkIMHtmlClass |
struct | _GtkIMHtmlFontDetail |
struct | _GtkSmileyTree |
struct | _GtkIMHtmlSmiley |
struct | _GtkIMHtmlScalable |
struct | _GtkIMHtmlImage |
struct | _GtkIMHtmlHr |
struct | _GtkIMHtmlFuncs |
Gaim is the legal property of its developers, whose names are too numerous to list here. Please refer to the COPYRIGHT file distributed with this source distribution.
This program is free software; you can redistribute it and/or modify under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Appends HTML formatted text to a GTK IM/HTML.
|
|
Value: { "text/uri-list", 0, GTK_IMHTML_DRAG_URL }, \ { "_NETSCAPE_URL", 0, GTK_IMHTML_DRAG_URL }, \ { "text/html", 0, GTK_IMHTML_DRAG_HTML }, \ { "x-url/ftp", 0, GTK_IMHTML_DRAG_URL }, \ { "x-url/http", 0, GTK_IMHTML_DRAG_URL }, \ { "UTF8_STRING", 0, GTK_IMHTML_DRAG_UTF8_STRING }, \ { "COMPOUND_TEXT", 0, GTK_IMHTML_DRAG_COMPOUND_TEXT }, \ { "STRING", 0, GTK_IMHTML_DRAG_STRING }, \ { "text/plain", 0, GTK_IMHTML_DRAG_TEXT }, \ { "TEXT", 0, GTK_IMHTML_DRAG_TEXT } |
|
Appends HTML formatted text to a GTK IM/HTML.
|
|
Associates a smiley with a GTK IM/HTML.
|
|
Purges the contents from a GTK IM/HTML and resets formatting.
|
|
Increases the font size by 1 at the current location or selection in a GTK IM/HTML.
|
|
Sets the font size at the current location or selection in a GTK IM/HTML.
|
|
Decreases the font size by 1 at the current location or selection in a GTK IM/HTML.
|
|
Scales the font sizes in a GTK IM/HTML by a given factor.
|
|
Returns a string containing the selected background color at the current position in a GTK IM/HTML.
|
|
Returns a string containing the selected font face at the current position in a GTK IM/HTML.
|
|
Returns a integer containing the selected HTML font size at the current position in a GTK IM/HTML.
|
|
Returns a string containing the selected foreground color at the current position in a GTK IM/HTML.
|
|
Sets each boolean to TRUE if that formatting option is enabled at the current position in a GTK IM/HTML.
|
|
Checks whether a GTK IM/HTML is marked as editable.
|
|
Returns which formatting functions are enabled in a GTK IM/HTML.
|
|
Returns the entire HTML formatted contents of a GTK IM/HTML.
|
|
Returns a null terminated array of pointers to null terminated strings, each string for each line. g_strfreev() should be called to free it when done.
|
|
Returns the HTML formatted contents between two iters in a GTK IM/HTML.
|
|
Returns the entire unformatted (plain text) contents of a GTK IM/HTML between two iters in a GTK IM/HTML.
|
|
Returns the GType object for an IM/HTML widget.
|
|
Adds a GTK IM/HTML scalable horizontal rule to a given GTK IM/HTML at a given iter.
|
|
Destroys and frees a GTK IM/HTML scalable horizontal rule.
|
|
Creates and returns an new GTK IM/HTML scalable with a horizontal rule.
|
|
Rescales a GTK IM/HTML scalable horizontal rule to a given size.
|
|
Enables or disables formatting shortcut keys in a GTK IM/HTML.
|
|
Adds a GTK IM/HTML scalable image to a given GTK IM/HTML at a given iter.
|
|
Destroys and frees a GTK IM/HTML scalable image.
|
|
Creates and returns an new GTK IM/HTML scalable object with an image.
|
|
Rescales a GTK IM/HTML scalable image to a given size.
|
|
Inserts HTML formatted text to a GTK IM/HTML at a given iter.
|
|
Inserts the IM/HTML scalable image with the given id at the given iter in a GTK IM/HTML.
|
|
Inserts a link to the given url at the given GtkTextMark in a GTK IM/HTML.
|
|
Inserts a smiley at the current location or selection in a GTK IM/HTML.
|
|
Inserts a smiley at the given iter in a GTK IM/HTML.
|
|
Creates and returns a new GTK IM/HTML widget.
|
|
Scrolls a GTK IM/HTML down by one page.
|
|
Scrolls a GTK IM/HTML up by one page.
|
|
Removes all smileys associated with a GTK IM/HTML.
|
|
Creates and returns an new GTK IM/HTML scalable object.
|
|
Scrolls a GTK IM/HTML to the end of its contents.
|
|
Clears the highlighting from a prior search in a GTK IM/HTML.
|
|
Finds and highlights a given string in a GTK IM/HTML.
|
|
Enables or disables editing in a GTK IM/HTML.
|
|
Indicates which formatting functions to enable and disable in a GTK IM/HTML.
|
|
Sets the function callbacks to use with a GTK IM/HTML instance.
|
|
Associates a protocol name with a GTK IM/HTML.
|
|
Enables or disables whole buffer formatting only (wbfo) in a GTK IM/HTML. In this mode formatting options to the buffer take effect for the entire buffer instead of specific text.
|
|
Enables or disables showing the contents of HTML comments in a GTK IM/HTML.
|
|
Enables or disables smiley insertion shortcut keys in a GTK IM/HTML.
|
|
Toggles a background color at the current location or selection in a GTK IM/HTML.
|
|
Toggles bold at the cursor location or selection in a GTK IM/HTML.
|
|
Toggles a font face at the current location or selection in a GTK IM/HTML.
|
|
Toggles a foreground color at the current location or selection in a GTK IM/HTML.
|
|
Toggles italic at the cursor location or selection in a GTK IM/HTML.
|
|
Toggles a link tag with the given URL at the current location or selection in a GTK IM/HTML.
|
|
Toggles strikethrough at the cursor location or selection in a GTK IM/HTML.
|
|
Toggles underline at the cursor location or selection in a GTK IM/HTML.
|