From d8e74867e4a4d82d73c5eb85e5b1fad4352d1bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 15 Nov 2010 05:39:25 +0100 Subject: [PATCH] docs: Remove GdkPixmap template --- docs/reference/gdk/tmpl/pixmaps.sgml | 60 ---------------------------- 1 file changed, 60 deletions(-) delete mode 100644 docs/reference/gdk/tmpl/pixmaps.sgml diff --git a/docs/reference/gdk/tmpl/pixmaps.sgml b/docs/reference/gdk/tmpl/pixmaps.sgml deleted file mode 100644 index c1f1617b34..0000000000 --- a/docs/reference/gdk/tmpl/pixmaps.sgml +++ /dev/null @@ -1,60 +0,0 @@ - -Bitmaps and Pixmaps - - -Offscreen drawables - - - -Pixmaps are offscreen drawables. They can be drawn upon with the -standard drawing primitives, then copied to another drawable (such as -a #GdkWindow). The depth of a pixmap -is the number of bits per pixels. Bitmaps are simply pixmaps -with a depth of 1. (That is, they are monochrome bitmaps - each -pixel can be either on or off). - - - - - - - - - - - - - - -An opaque structure representing an offscreen drawable. -Pointers to structures of type #GdkPixmap, #GdkBitmap, -and #GdkWindow, can often be used interchangeably. -The type #GdkDrawable refers generically to any of -these types. - - - - - -Create a new pixmap with a given size and depth. - - -@drawable: A #GdkDrawable, used to determine default values -for the new pixmap. Can be %NULL if @depth is specified, -@width: The width of the new pixmap in pixels. -@height: The height of the new pixmap in pixels. -@depth: The depth (number of bits per pixel) of the new pixmap. - If -1, and @drawable is not %NULL, the depth of the new - pixmap will be equal to that of @drawable. -@Returns: the #GdkPixmap - - - - -An opaque structure representing an offscreen drawable of depth -1. Pointers to structures of type #GdkPixmap, #GdkBitmap, and -#GdkWindow, can often be used interchangeably. The type #GdkDrawable -refers generically to any of these types. - - -