-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathscreenshots.html
More file actions
39 lines (39 loc) · 1.57 KB
/
screenshots.html
File metadata and controls
39 lines (39 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>PyGUI - Screenshots</title></head>
<body>
<h1>PyGUI Screenshots</h1>
The thing about native controls is... well, they look native, so you
already know what they look like. But it seems some people want
screenshots, anyway. So here are some screenshots.<br>
<br>
<table style="margin-left: auto; margin-right: auto; text-align: left;" border="0" cellpadding="2" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top; width: 30%;">An assortment of controls<br>
</td>
<td style="vertical-align: top; width: 20px;"><br>
</td>
<td style="vertical-align: top;"><a href="Screenshots/Cocoa/Controls_Screen.png"><img alt="" src="Screenshots/Cocoa/Controls_Thumb.jpg" style="border: 0px solid ; width: 256px; height: 227px;"></a><br>
</td>
</tr>
<tr>
<td style="vertical-align: top; height: 20px;"><br>
</td>
<td style="vertical-align: top; height: 20px;"><br>
</td>
<td style="vertical-align: top; height: 20px;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 30%;">The BlobEdit example application<br>
</td>
<td style="vertical-align: top; width: 20px;"><br>
</td>
<td style="vertical-align: top;"><a href="Screenshots/Cocoa/BlobEdit_Screen.png"><img alt="" src="Screenshots/Cocoa/BlobEdit_Thumb.jpg" style="border: 0px solid ; width: 256px; height: 236px;"></a><br>
</td>
</tr>
</tbody>
</table>
<br>
<br>
</body></html>