diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2001-02-13 12:01:16 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2001-02-13 12:01:16 +0000 |
commit | b075065c7fbd08a6c7de5c196412015436951ba2 (patch) | |
tree | 43df6f3e8319af5e514f53d3b1831e1eaa466c32 /test/test.h | |
parent | 25dcf28b44ff1d4bb0dce83270677d071cd1fa81 (diff) | |
download | nautilus-b075065c7fbd08a6c7de5c196412015436951ba2.tar.gz |
reviewed by: Maciej Stachowiak <mjs@eazel.com>
* libnautilus-extensions/Makefile.am:
* libnautilus-extensions/nautilus-glyph.h:
* libnautilus-extensions/nautilus-glyph.c:
New class. A wrapper on RsvgGlyph that makes it simple and fast
to draw smooth text on pixbufs
* libnautilus-extensions/nautilus-clickable-image.c:
(nautilus_clickable_image_initialize_class),
(nautilus_clickable_image_realize):
Remove unrealize() method that was a noop.
* libnautilus-extensions/nautilus-debug-drawing.c:
(nautilus_debug_pixbuf_draw_point),
(nautilus_debug_pixbuf_draw_rectangle),
(nautilus_debug_pixbuf_draw_rectangle_inset):
* libnautilus-extensions/nautilus-debug-drawing.h:
Add some pixbuf drawing functions to debug clip areas in pixbufs.
* libnautilus-extensions/nautilus-image-table.c:
(nautilus_image_table_initialize_class),
(nautilus_image_table_remove):
Remove add() method that was a noop.
* test/.cvsignore:
* test/Makefile.am:
* test/test-nautilus-font-simple.c: (main):
* test/test-nautilus-font.c: (main):
* test/test-nautilus-glyph-simple.c: (glyph_new), (main):
* test/test-nautilus-glyph.c: (glyph_new), (main):
* test/test.c: (test_window_set_title_with_pid),
(test_pixbuf_draw_rectangle_tiled):
* test/test.h:
New NautilusGlyph tests. Also remove the broken pixbuf drawing
debug code. Use the debugging code in nautilus-debug-drawing.[ch]
instead.
Diffstat (limited to 'test/test.h')
-rw-r--r-- | test/test.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/test.h b/test/test.h index f2f123203..0e7aefc0b 100644 --- a/test/test.h +++ b/test/test.h @@ -50,15 +50,6 @@ GtkWidget *test_label_new (const char *te const char *tile_name, gboolean with_background, int num_sizes_larger); -void test_pixbuf_draw_rectangle (GdkPixbuf *pixbuf, - int x0, - int y0, - int x1, - int y1, - int inset, - gboolean filled, - guint32 color, - int opacity); void test_pixbuf_draw_rectangle_tiled (GdkPixbuf *pixbuf, const char *tile_name, int x0, |