Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 93198b31ea37d56b06e0b597582fd6349bb02df3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="IBM">
   <title>Package-level Javadoc</title>
</head>
<body>
SWT internal GTK2 implementation classes.
<h2>
Package Specification</h2>
This package contains the classes which represent the GTK2
platform interface that the gtk variant of SWT is built from.
<p>
Referencing any of the classes in this package directly guarantees
that the code is platform specific. Applications should not need to
reference the classes in this package directly.
</p>
</body>
</html>

Back to the top