File gui.icn |
########################################################################### File: gui.icn Subject: Set of classes for GUI objects in Unicon Authors: Robert Parlett, Clint Jeffery, Susie Jeffery Date: 16 January, 2001 ########################################################################### This file is in the public domain. ########################################################################### This file provides an implementation of several common GUI objects. See the documentation supplied for full details. ########################################################################### Links: graphics, enqueue ###########################################################################
This file is part of the (main) package.
Source code.Details |
Procedures: |
CacheImage(win, x, y, w, h, filename)
DrawRaisedRectangle(W, x, y, w, h, i)
Draw a raised rectangle.
DrawSunkenRectangle(W, x, y, w, h, i)
Draw a sunken rectangle.
FilterRectangle(W, x, y, w, h)
get_CheckBoxes_by_flag(checkboxes)
set_CheckBoxes_by_flag(i, checkboxes)
Records: |
Global variables: |