diff options
Diffstat (limited to 'html/en/drv/gdk.html')
-rw-r--r-- | html/en/drv/gdk.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/html/en/drv/gdk.html b/html/en/drv/gdk.html index 694a22c..e54d6e0 100644 --- a/html/en/drv/gdk.html +++ b/html/en/drv/gdk.html @@ -6,11 +6,6 @@ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>GDK</title> <link rel="stylesheet" type="text/css" href="../../style.css"> -<style type="text/css"> -.style1 { - font-family: monospace; -} -</style> </head> <body> @@ -23,6 +18,9 @@ <a href="http://library.gnome.org/devel/pango/">Pango</a> API functions. This driver was designed for the GTK+ version 2, and can be compiled and used in all systems GDK is supported.</p> +<p>This is included in the main library in Linux and BSD. To use it in other +Unices and in Win32 you must link with the <strong>cdgdk</strong> library +instead of the <strong>cd</strong> main library.</p> <h3>Behavior of Functions</h3> <h4>Control </h4> |