[Player-cvs] gtk/sdk/doc/gtkhxplay GTKKit.htm, NONE, 1.1 GTKKit.pdf, NONE, 1.1 index.html, 1.1, NONE
nhart at helixcommunity.org nhart at helixcommunity.orgUpdate of /cvsroot/player/gtk/sdk/doc/gtkhxplay
In directory cvs-new:/tmp/cvs-serv20619/gtkhxplay
Added Files:
GTKKit.htm GTKKit.pdf
Removed Files:
index.html
Log Message:
initial rev
--- index.html DELETED ---
--- NEW FILE: GTKKit.htm ---
<html>
<head>
<title>HelixPlayer GTK+ Widget Developer's Guide
</title>
<script src="htmfiles/xblib.js"></script>
<SCRIPT>
var startPage = "";
function onLoad ()
{
if ( ! isXblibInit ) xblibInit();
// use the 'old' for non IE/Nav v4+ browsers
if ( isOther || (isIE4 && isMac))
{
frames.toc.location.href = "htmfiles/toc_def.htm" ;
}
else
{
var newLoc = "htmfiles/toc_tree.htm" ;
if ( -1 == frames.toc.location.href.indexOf( newLoc ) )
frames.toc.location.href = newLoc;
}
// was a target passed in for the body frame?
if ( location.search )
{
startPage = unescape( location.search.split( /=/ )[1] );
}
startPage = startPage ? startPage : "htmfiles/title.htm" ;
frames.body.location.href = startPage ;
self.focus();
}
// -->
</script>
</head>
<noscript>
<frameset
cols="25%,75%"
>
<frame src="htmfiles/toc_def.htm" name="toc">
<frame src="htmfiles/title.htm" name="body">
</frameset>
</noscript>
<frameset
cols="25%,75%"
onload="onLoad()"
>
<frame src="javascript:'<HTML></HTML>'" name="toc">
<frame src="javascript:'<HTML></HTML>'" name="body">
</frameset>
<noframes>
<body>
Viewing this page requires a browser capable of displaying frames.
</body>
</noframes>
</frameset>
</html>
--- NEW FILE: GTKKit.pdf ---
(This appears to be a binary file; contents omitted.)