Mercurial > pidgin
annotate src/gtkimhtml.h @ 4261:e252238f99df
[gaim-migrate @ 4512]
<Robot101> commit message:
<Robot101> wait
<Robot101> don't apply that
<Robot101> bloody gedit
<Robot101> there we go
<Robot101> fixed it
<Robot101> patch to fix docklet crash on unload, thanks to Nicol?s
Lichtmaier for identifying the problem and fix, and
Kristian Rietveld for implementing it
<Robot101> also implements a blinking icon when messages are pending &
credits people correctly in ChangeLog
<Robot101> and for the record, it was Nicol?s Lichtmaier who did the
icon factory stuff last night
* Robot101 hops up and down
<Robot101> patchy merge merge!
< ChipX86> fine.
<Robot101> yay =)
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Thu, 09 Jan 2003 01:48:04 +0000 |
parents | e9f243406a3d |
children | 74f65a3d2a1f |
rev | line source |
---|---|
1428 | 1 /* |
2 * GtkIMHtml | |
3 * | |
4 * Copyright (C) 2000, Eric Warmenhoven <warmenhoven@yahoo.com> | |
5 * | |
6 * This program is free software; you can redistribute it and/or modify | |
7 * under the terms of the GNU General Public License as published by | |
8 * the Free Software Foundation; either version 2 of the License, or | |
9 * (at your option) any later version. | |
10 * | |
11 * This program is distributed in the hope that it will be useful, | |
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 * GNU General Public License for more details. | |
15 * | |
16 * You should have received a copy of the GNU General Public License | |
17 * along with this program; if not, write to the Free Software | |
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
19 * | |
20 */ | |
21 | |
22 #ifndef __GTK_IMHTML_H | |
23 #define __GTK_IMHTML_H | |
24 | |
25 #include <gdk/gdk.h> | |
3922 | 26 #include <gtk/gtktextview.h> |
1428 | 27 |
28 #ifdef __cplusplus | |
29 extern "C" { | |
30 #endif | |
31 | |
32 #define GTK_TYPE_IMHTML (gtk_imhtml_get_type ()) | |
33 #define GTK_IMHTML(obj) (GTK_CHECK_CAST ((obj), GTK_TYPE_IMHTML, GtkIMHtml)) | |
34 #define GTK_IMHTML_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), GTK_TYPE_IMHTML, GtkIMHtmlClass)) | |
35 #define GTK_IS_IMHTML(obj) (GTK_CHECK_TYPE ((obj), GTK_TYPE_IMHTML)) | |
36 #define GTK_IS_IMHTML_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), GTK_TYPE_IMHTML)) | |
37 | |
38 typedef gchar** (*GtkIMHtmlImage) (gchar *url); | |
39 | |
2349
60c716c32c40
[gaim-migrate @ 2362]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1780
diff
changeset
|
40 typedef struct _GtkSmileyTree GtkSmileyTree; |
60c716c32c40
[gaim-migrate @ 2362]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1780
diff
changeset
|
41 |
1428 | 42 typedef struct _GtkIMHtml GtkIMHtml; |
43 typedef struct _GtkIMHtmlClass GtkIMHtmlClass; | |
44 | |
45 struct _GtkIMHtml { | |
3922 | 46 GtkTextView text_view; |
47 GtkTextBuffer *text_buffer; | |
48 GtkTextMark *end; | |
49 gboolean comments, smileys; | |
1428 | 50 GdkCursor *hand_cursor; |
51 GdkCursor *arrow_cursor; | |
4032 | 52 GHashTable *smiley_data; |
53 GtkSmileyTree *default_smilies; | |
4254 | 54 |
55 gboolean show_smileys; | |
56 gboolean show_comments; | |
1428 | 57 }; |
58 | |
59 struct _GtkIMHtmlClass { | |
3922 | 60 GtkTextViewClass parent_class; |
1428 | 61 |
62 void (*url_clicked) (GtkIMHtml *, const gchar *); | |
63 }; | |
64 | |
65 typedef enum | |
66 { | |
67 GTK_IMHTML_NO_COLOURS = 1 << 0, | |
68 GTK_IMHTML_NO_FONTS = 1 << 1, | |
69 GTK_IMHTML_NO_COMMENTS = 1 << 2, | |
70 GTK_IMHTML_NO_TITLE = 1 << 3, | |
71 GTK_IMHTML_NO_NEWLINE = 1 << 4, | |
72 GTK_IMHTML_NO_SIZES = 1 << 5, | |
73 GTK_IMHTML_NO_SCROLL = 1 << 6, | |
74 GTK_IMHTML_RETURN_LOG = 1 << 7 | |
75 } GtkIMHtmlOptions; | |
76 | |
77 GtkType gtk_imhtml_get_type (void); | |
3922 | 78 GtkWidget* gtk_imhtml_new (void *, void *); |
1428 | 79 |
80 void gtk_imhtml_set_adjustments (GtkIMHtml *imhtml, | |
81 GtkAdjustment *hadj, | |
82 GtkAdjustment *vadj); | |
83 | |
84 void gtk_imhtml_set_img_handler (GtkIMHtml *imhtml, | |
85 GtkIMHtmlImage handler); | |
86 | |
87 void gtk_imhtml_associate_smiley (GtkIMHtml *imhtml, | |
4032 | 88 gchar *sml, |
1428 | 89 gchar *text, |
4032 | 90 gchar *path); |
1428 | 91 |
2728
16df889d81e2
[gaim-migrate @ 2741]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2363
diff
changeset
|
92 void gtk_imhtml_remove_smileys (GtkIMHtml *imhtml); |
16df889d81e2
[gaim-migrate @ 2741]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2363
diff
changeset
|
93 |
1428 | 94 void gtk_imhtml_show_smileys (GtkIMHtml *imhtml, |
95 gboolean show); | |
96 | |
97 void gtk_imhtml_show_comments (GtkIMHtml *imhtml, | |
98 gboolean show); | |
99 | |
100 GString* gtk_imhtml_append_text (GtkIMHtml *imhtml, | |
101 const gchar *text, | |
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2728
diff
changeset
|
102 gint len, |
1428 | 103 GtkIMHtmlOptions options); |
104 | |
1780
d7cbedd1d651
[gaim-migrate @ 1790]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1574
diff
changeset
|
105 void gtk_imhtml_clear (GtkIMHtml *imhtml); |
d7cbedd1d651
[gaim-migrate @ 1790]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1574
diff
changeset
|
106 |
2363
08c66712364c
[gaim-migrate @ 2376]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2349
diff
changeset
|
107 void gtk_imhtml_page_up (GtkIMHtml *imhtml); |
08c66712364c
[gaim-migrate @ 2376]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2349
diff
changeset
|
108 |
08c66712364c
[gaim-migrate @ 2376]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2349
diff
changeset
|
109 void gtk_imhtml_page_down (GtkIMHtml *imhtml); |
3867 | 110 void gtk_imhtml_to_bottom (GtkIMHtml *imhtml); |
2363
08c66712364c
[gaim-migrate @ 2376]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2349
diff
changeset
|
111 |
1428 | 112 #ifdef __cplusplus |
113 } | |
114 #endif | |
115 | |
116 #endif |