diff options
author | scuri <scuri> | 2010-06-10 20:17:50 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-10 20:17:50 +0000 |
commit | 2fb345fc972465ade03cc1d527ad3c8db3438ac5 (patch) | |
tree | 3fd9b1f7e2b12fd79c2000c0f305e8ef7763364a /html/en/drv/gdk.html | |
parent | c5f7b4e29afdd70a0f05d8785619585a45916b27 (diff) |
*** empty log message ***
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> |