Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: GUI toolkit


Related Topics
GUI

In the News (Wed 11 Nov 09)

  
  Widget toolkit - Wikipedia, the free encyclopedia
Widget toolkits must have a means to position the widgets in their containers.
The simplest way to define their positions is by defining their absolute (on the screen) or relative (to the parent) position in pixels or common distance units, but it is also often possible to layout the widgets by their relative positions without using distance units (see layout manager).
The Standard Widget Toolkit is a native widget toolkit for Java that was invented as part of the Eclipse project.
en.wikipedia.org /wiki/Widget_toolkit   (1360 words)

  
 Standard Widget Toolkit - Wikipedia, the free encyclopedia
It is an alternative to the AWT and Swing Java GUI toolkits provided by Sun Microsystems as part of the Java standard.
To display GUI elements, the SWT implementation accesses the native GUI libraries of the operating system using JNI (Java Native Interface) in a manner that is similar to those programs written using operating system-specific APIs.
AWT (the Abstract Windowing Toolkit) was the first Java GUI toolkit, introduced with J2SE 1.0 as one component of the Sun Microsystems Java standard.
en.wikipedia.org /wiki/Standard_Widget_Toolkit   (1816 words)

  
 BOOST_USER: BoostGUI
Gui toolkit development has been discussed on the developer's mailing list a number of times over the years.
Since you guys seem to be looking at the whole topic of GUI design, why not add http://superficial.sourceforge.net to your sources of inspiration.
GUI libraries will always have specialized widgets, arbitrary graphics, deep operating system dependencies, different architectures; no GUI framework is good for everyone, so a "Boost::GUI" would be at best a popular option for specific tastes and needs, not a standard.
www.crystalclearsoftware.com /cgi-bin/boost_wiki/wiki.pl?BoostGUI   (2026 words)

  
 Qt and PyQt   (Site not responding. Last check: 2007-10-09)
GUI Programming with Python: QT Edition (see Resources) shows how to design and develop a complete GUI application, from first idea to distribution.
Anygui is actually not a GUI toolkit, but an abstract wrapper around a large number of toolkits (even surprising ones like curses and Java/Jython Swing).
Beyond the wide variety of widgets the toolkit provides, the signals/slots programming style used by Qt allows for a greater productivity and maintainability than does the callback style used by most other GUI toolkits.
www-106.ibm.com /developerworks/linux/library/l-qt   (1914 words)

  
 Gui Toolkits - Mono
Picking the right GUI framework can be one of the most critcal decisions you can make when first designing your application.
This toolkit is a.NET binding for the Gtk+ toolkit.
There are a couple of Dead Toolkits that have been developed in the past.
www.mono-project.com /Gui_Toolkits   (463 words)

  
 Dr. Dobb's | Designing a Portable GUI Toolkit | July 22, 2001   (Site not responding. Last check: 2007-10-09)
All three classes of toolkit event targets (application, windows, and views) were mapped directly onto those GUIs that already allow individual entities to register their own event handlers.
No software project is ever 100 percent successful, but by consistently applying toolkit design techniques, we met all of the goals described in the beginning of this article, and have implemented some or all of the toolkit on character-mode terminals, Microsoft Windows, Presentation Manager, Macintosh, X Window, and Motif.
Credit for the toolkit belongs to: Ed Screven, who is chiefly responsible for the current design; Bruce Daniels, who provided the initial vision and inspiration; and all of the outstanding individuals who have nursed the toolkit through many revisions.
www.ddj.com /184408474?pgno=2   (3358 words)

  
 Fusion GUI Toolkit
The Fusion GUI Toolkit is a set of software modules that can be used to build and manage a graphical interface in an embedded system environment.
The Fusion GUI Toolkit is device, processor, OS, display-size and platform independent.
The Fusion GUI Toolkit is written in ANSI-C (a widely accepted and portable standard) using object-oriented constructs.
www.dspos.com /DSPOSWeb/web_services/graphics_toolkit.htm   (85 words)

  
 UNIX GUI Toolkits on Mac OS X
The UNIX community has developed a wide range of GUI toolkits over the years, primarily built on top of the X11 Windowing system.
In addition, other toolkits and porting resources are available from the Fink and OpenDarwin ports collections.
Motif is base graphical user interface toolkit for the industry-standard Common Desktop Environment, and includes both a windom manager and a widget library.
developer.apple.com /unix/toolkits.html   (960 words)

  
 The GUI Toolkit, Framework Page
SWANK,a GUI toolkit implemented in Java, to be used with Jacl, a Tcl intrepreterin Java (BSD-style license)
WPY, a MFC-based GUI class library for Python, for MS Win95/NT and Unix/X11 using Tk.
SunWorld 's overview of GUI toolkits by Cameron Laird and Kathryn Soraiz.
home.pacbell.net /atai/guitool   (2746 words)

  
 OpenGL Toolkit Choices
Toolkits build on X such as Xt/Motif and GLUT are built on top of GLX and hide its details.
XForms is a free X-based GUI toolkit written by T. Zhao based on the original Forms library by Mark Overmars.
V is a cross-platform (X and Windows) C++-based GUI toolkit developed by Dr. Bruce Wampler at the University of New Mexico.
www.mesa3d.org /brianp/sig97/toolkits.htm   (1552 words)

  
 awaretek.com :: Choose Your GUI Toolkit
All of these fine GUI toolkits are good, so you can't go wrong; but by ranking the importance of each criterion to you, this program will help you find the appropriateness of each toolkit for your current purposes.
Anygui: is a unique project in that it allows you to create gui's by writing simple, python-type code that then automatically senses and uses whichever gui toolkit the user has installed on his machine, giving obvious advantages in universality.
A GUI wrapper for wxPython, Tkinter, PyQT and PyGTK
www.awaretek.com /toolkits.html   (1014 words)

  
 QT GUI Toolkit
Developing applications with a GUI toolkit is also considerably easier and a lot less work than using a window-system directly (e.g., X11 or Windows).
The Qt toolkit is a multi-platform C++ GUI toolkit (class library) that has been developed over a 4 year period.
Qt is an emulating GUI toolkit which allows programmers a choice between the Motif and the Windows look and feel.
www.linuxjournal.com /node/201/print   (4857 words)

  
 GUI toolkits: What are your options? - SunWorld - March 1998
X is not a toolkit, though, at least not for the purpose of this article.
GUI builders, widget sets, test harnesses, and much more are available for Motif.
Most important for GUI programmers is the swiftness with which it's possible to develop applications in scripting languages.
sunsite.uakom.sk /sunworldonline/swol-03-1998/swol-03-gui.html   (3032 words)

  
 [No title]
An input device attached to the computer is used by the operator of the application to interact with the visual elements of the GUI which in turn cause some code within the application to execute.
The GUI objects form the visual elements of the GUI that are seen by the application's user, and these are connected to the internal application code.
While the GUI toolkits are similar in their design and function, their API's are most often quite dissimilar.
www.openhsf.org /docs_hsf/Introduction/GUIoverview_C.html   (657 words)

  
 wxPython, a GUI Toolkit | Linux Journal
For many developers, being able to choose the best tool for the task at hand, rather than being told which one to use, is an essential element of their quality of life, and Linux is a pleasant development environment.
There is no lack of choice of GUI development systems or toolkits under Linux, and quite a few of them can be called portable, i.e., work on at least two different platforms, for example, Linux/UNIX+X11 and Windows.
As it stands, wxPython probably cannot replace Tkinter as the default Python GUI tool, at least not until the Apple Macintosh port of wxWindows is completed and a stable release is made.
www.linuxjournal.com /article.php?sid=3776   (1941 words)

  
 [GRASS-dev] Discussing new GUI toolkit: v.pydigit
That is a GUI could be produced in > either using relevant Python toolkits.
Once a toolkit is chosen and if things are written in a modular fashion, we may find that that for certain modules, more speed is needed than can be provided in a Python module (like v.pydigit).
T -- Trevor Wiens twiens at interbaun.com The significant problems that we face cannot be solved at the same level of thinking we were at when we created them.
grass.itc.it /pipermail/grass5/2006-May/023457.html   (440 words)

  
 Cameron Laird's personal notes on Python GUIs
Reader Duane Voth rightly points out that one of the important dimensions for quick assessment of toolkits is their availability and usability on different platforms.
Moreover, as Vadim Zeitlin writes, "unlike probably any other GUI toolkit, wxWindows developers are interested in making their toolkit useful to the Python community." The wxWindows development team certainly seems active, with progress in 1999 on many fronts (including MacOS, multimedia classes, GL,...).
Boa Constructor is (...going to become...) a gui designer for wxPython, which IS a full-featured and source-compatible GUI toolkit between Linux and Windows.
phaseit.net /claird/comp.lang.python/python_GUI.html   (1511 words)

  
 freshmeat.net: Category Reviews - GUI Toolkits for The X Window System
The problem with Qt is that it was written with early C++ compilers in mind which didn't offer the capabilities Trolltech needed for their GUI toolkit, and today, one has to work with the slack.
GUI toolkits often lend themselves to certain application spaces based on their features.
The reason I'm responding to all this is because you stated that C/C++ GUI toolkits are no longer relevant given Java performance and that is wrong given the the scads of "real-world" evidence as well as benchmarks.
freshmeat.net /articles/view/928   (13276 words)

  
 Introduction to GUI Programming
GUI applications tend to consist of a hierarchy of widgets/controls.
There are many other GUI toolkits available but one of the most popular is the wxPython toolkit which is, in turn, a wrapper for the C++ toolkit wxWidgets.
There is even a GUI builder for Tkinter called SpecTix, based on an earlier Tcl tool for building Tk interfaces, but capable of generating code in multiple languages including Python.
www.freenetpages.co.uk /hp/alan.gauld/tutgui.htm   (4752 words)

  
 Why Qt is your GUI toolkit of choice - openSUSE
I could never get the hang of these weird scripting languages, and C and objects don't go too well together, so the choice was C++, and the standard GUI toolkit for the Linux C++ developer is Qt, or so I was told.
I expected working with a GUI toolkit to be an awful pain in the ass, but throughout the development of my little application, whatever problem I encountered appeared to be astonishingly easy to solve using the Qt toolkit.
These are just examples, Qt seems to offer an easy to use solution for next to every problem you are likely to encounter while developing a GUI application, and to many problems not specific to GUI development as well.
en.opensuse.org /Why_Qt_is_your_GUI_toolkit_of_choice   (813 words)

  
 GuiProgramming - PythonInfo Wiki
Python has a huge number of GUI frameworks (or toolkits) available for it, from Tkinter (traditionally bundled with Python, using Tk) to a number of other cross-platform solutions, as well as bindings to platform-specific (also known as "native") technologies.
The Visualization ToolKit (VTK) is an open source, freely available software system for 3D computer graphics, image processing, and visualization.
Venster is a highly native Windows GUI toolkit for Python based on the ctypes ffi library.
wiki.python.org /moin/GuiProgramming   (519 words)

  
 GTK+ - The GIMP Toolkit
By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternative input devices.
Therefore, it is named "The GIMP Toolkit", so that the origins of the project are remembered.
Today GTK+ is used by a large number of applications, and is the toolkit used by the GNU project's GNOME desktop.
www.gtk.org   (713 words)

  
 Intoduction to GUI Programming
The principles in Tk are slightly different to other toolkits so I will conclude with a very brief look at another popular GUI toolkit for Python(and C/C++) which is more conventional in its approach.
GUI applications tend to consist of a heirarchy of widgets/controls.
There are many other GUI toolkits available but one of the most popular is the wxPython toolkit which is, in turn, a wrapper for the C++ toolkit wxWindows.
www.freenetpages.co.uk /hp/alan.gauld/tutor2/tutgui.htm   (4650 words)

  
 It's Official: Swing is the Dominant ...   (Site not responding. Last check: 2007-10-09)
Tune in to hear Riyad and Jeff discuss the current state of OSGi, Equinox the Eclipse platform and the Eclipse RCP effort, as well as the future direction of it all.
Re: It's Official: Swing is the Dominant GUI Toolkit
It'd be nice to have data on how much GUI development is there compared to Web-based interfaces development, for internal enterprise applications.
www.javalobby.org /java/forums/t52622.html   (1027 words)

  
 [No title]
Xforms is comprised of a C library and GUI builder.
Volume 5: X Toolkit Intrinsics Reference Manual Edited by David Flanagan 3rd Edition April 1992 916 pages, ISBN: 1-56592-007-4 The X Toolkit Intrinsics Reference Manual is a complete programmer's reference for the X Toolkit.
The XView toolkit provides extensive attribute-value pair combinations, convenience routines and object class hierarchies that are too voluminous to memorize without the aid of this comprehensive reference guide.
ibiblio.org /pub/Linux/docs/HOWTO/unmaintained/GUI-Development   (4840 words)

  
 Hans Muller's Blog: Official: Swing is the Dominant GUI Toolkit
We're the new alpha male, we're the King Kong of GUI toolkits.
The use of both Swing and AWT have grown dramatically in the last year and, quoting from the report, "Java GUI development is clearly experiencing substantial growth".
Please note that Hans says "...Swing is the dominant GUI Toolkit for Northern American developers." not "...apps used daily around the world." Also, it states dominant GUI tollkit, not all end user apps.
weblogs.java.net /blog/hansmuller/archive/2005/10/official_swing.html   (2370 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.