[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

2220.0. "Needed : Table Widget Examples and Documentation" by AISG::YLEE () Tue Feb 06 1990 16:13

	Hi,

	Does anyone have table widget examples I can reference ? Thanks
	for the info in advance !!

								Yuh-Ling
T.RTitleUserPersonal
Name
DateLines
2220.1VIA::ROSETom Rose, DECdecision/CALC DevelopmentTue Feb 06 1990 16:2050
      <<< CLT::DISK$CLT_LIBRARY2:[NOTES$LIBRARY]WIDGET_DIRECTORY.NOTE;1 >>>
                        -< DECwindows Widget Directory >-
================================================================================
Note 7.0                          Table Widget                        No replies
VIA::ROSE "Tom Rose, DECdecision/CALC Development"   44 lines  18-AUG-1989 10:55
--------------------------------------------------------------------------------
Widget name:          Table Widget

Brief description: 
   The Table Widget is a work area widget that displays character strings in a
   tabular (row/column) format, performs cell, column, and row selection, and
   provides tools with which to navigate through large applications.  To ensure
   flexibility and to remain as generic as possible, the Table Widget channels
   all user actions to the application.  After interpreting the callback
   information, the application can respond by calling the Table Widget's
   external routines.  By allowing the application to process the events, and
   by providing external routines that may be called at any time, the widget
   can be tailored to suit many needs.

Contact name:         Tom Rose (VIA::ROSE)

Platform:             VMS, Ultrix, PMAX
 
Installation method:  None, link with OLB or shareable image

Net kit location:     VIA::$USER2:[ROSE.TABLE_WIDGET]TABLE_WIDGET.OLB

Documentation 
           location:  VIA::$USER2:[ROSE.TABLE_WIDGET]TABLE_WIDGET.LN03

Notes conference 
           location:  None

Source kit available? Yes
     If so, location: VIA::$USER2:[ROSE.TABLE_WIDGET]TABLE$CREATE.C
		      VIA::$USER2:[ROSE.TABLE_WIDGET]TABLE$ACTIONS.C
		      VIA::$USER2:[ROSE.TABLE_WIDGET]TABLE$SCREEN.C
		      VIA::$USER2:[ROSE.TABLE_WIDGET]TABLE$SELECT.C
		      VIA::$USER2:[ROSE.TABLE_WIDGET]TABLE$UTILITY.C
		      VIA::$USER2:[ROSE.TABLE_WIDGET]TABLE$CONSTANTS.H
		      VIA::$USER2:[ROSE.TABLE_WIDGET]TABLE$CREATE.H
		      VIA::$USER2:[ROSE.TABLE_WIDGET]TABLE$PUBLIC.H

       Sample driver: VIA::$USER2:[ROSE.TABLE_WIDGET]TABLE$EXAMPLE.C


Packaging directions: .OLB can be linked in, was made shareable when shipped
		      with DECdecision/CALC.

Complete description: See TABLE_WIDGET.LN03
2220.2We're loaded with them!DECWIN::KLEINTue Feb 06 1990 16:454
Also the VList widget.  Look at ELKTRA::DW_EXAMPLES, note 318, and send
me mail if you want a source kit.

-steve-