2-Disk X window embedded Linux 2009-02-22 (Soundproofing development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News 2-Disk X window embedded Linux 2009-02-22 (Soundproofing development branch)
# 1  
Old 02-24-2009
2-Disk X window embedded Linux 2009-02-22 (Soundproofing development branch)

Image 2-Disk X window embedded Linux is a tiny net-centric Linux that aims at portable secure remote system usage. It contains many utilities including: X Windows, vncviewer, rdesktop, a Web browser, a file manager, a text editor, a terminal, a window manager, a menu system, a dialog system, X scripting facilities, and many others. It aims to work from 1 or 2 floppy disks in any remote location. License: Free To Use But Restricted Changes:
This release has everything you need to compile and test a single floppy X Window System thin client. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
HWND(3TK)						       Tk Library Procedures							 HWND(3TK)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_GetHWND, Tk_AttachHWND - manage interactione between the Windows handle and an X window SYNOPSIS
#include <tkPlatDecls.h> HWND Tk_GetHWND(window) Window Tk_AttachHWND(tkwin, hwnd) ARGUMENTS
Window window (in) X token for window. Tk_Window tkwin (in) Tk window for window. HWND hwnd (in) Windows HWND for window. _________________________________________________________________ DESCRIPTION
Tk_GetHWND returns the Windows HWND identifier for X Windows window given by window. Tk_AttachHWND binds the Windows HWND identifier to the specified Tk_Window given by tkwin. It returns an X Windows window that encapsulates the HWND. KEYWORDS
identifier, window ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTk | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+ NOTES
Source for Tk is available on http://opensolaris.org. Tk 8.0 HWND(3TK)