From: Sean E. <sea...@us...> - 2002-10-09 05:44:00
|
Update of /cvsroot/gaim/web/htdocs/sean In directory usw-pr-cvs1:/tmp/cvs-serv16635/htdocs/sean Modified Files: index.php Added Files: gtkimhtml2.diff Log Message: This is for testing. --- NEW FILE: gtkimhtml2.diff --- ? compile ? gtkimhtml2.diff Index: src/conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.385 diff -u -r1.385 conversation.c --- src/conversation.c 6 Oct 2002 07:56:14 -0000 1.385 +++ src/conversation.c 9 Oct 2002 05:38:26 -0000 @@ -2876,8 +2876,6 @@ text = gtk_imhtml_new(NULL, NULL); c->text = text; gtk_container_add(GTK_CONTAINER(sw), text); - GTK_LAYOUT(text)->hadjustment->step_increment = 10.0; - GTK_LAYOUT(text)->vadjustment->step_increment = 10.0; if (convo_options & OPT_CONVO_SHOW_TIME) gtk_imhtml_show_comments(GTK_IMHTML(text), TRUE); gaim_setup_imhtml(text); Index: src/gtkimhtml.c [...3795 lines suppressed...] }; @@ -103,16 +67,14 @@ } GtkIMHtmlOptions; GtkType gtk_imhtml_get_type (void); -GtkWidget* gtk_imhtml_new (GtkAdjustment *hadj, - GtkAdjustment *vadj); +GtkWidget* gtk_imhtml_new (void *, void *); void gtk_imhtml_set_adjustments (GtkIMHtml *imhtml, GtkAdjustment *hadj, GtkAdjustment *vadj); void gtk_imhtml_set_defaults (GtkIMHtml *imhtml, - GdkFont *font, - //PangoFontDescription *font, + PangoFontDescription *font, GdkColor *fg_color, GdkColor *bg_color); Index: index.php =================================================================== RCS file: /cvsroot/gaim/web/htdocs/sean/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- index.php 26 Sep 2002 10:23:23 -0000 1.1.1.1 +++ index.php 9 Oct 2002 05:43:57 -0000 1.2 @@ -3,9 +3,9 @@ start_html("Sean's Page"); - start_section("Sean's Page"); + start_section("Patches"); ?> -Nothing yet. +<a href="gtkimhtml2.diff">gtkimhtml2.diff</a> - Groundwork for a new gtkimhtml widget inhereting from GtkTextView. <?php end_section() ?> <?php |