swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: setGraphWindowGeometryRecordName:


From: Marcus G. Daniels
Subject: Re: setGraphWindowGeometryRecordName:
Date: 05 Jan 1998 10:34:59 -0800

>>>>> "KC" == Ken Cline <address@hidden> writes:

KC> Perhaps all that is needed is make the Histo class subclass
KC> ArchivedGeometryWidget (instead of Widget) 

Yep.

Index: src/tkobjc/Histo.h
===================================================================
RCS file: /opt/src/hive/cvs/Swarm/swarm/src/tkobjc/Histo.h,v
retrieving revision 1.4
diff -c -r1.4 Histo.h
*** Histo.h     1997/12/11 01:17:11     1.4
--- Histo.h     1998/01/05 18:03:24
***************
*** 6,14 ****
  // Objective C interface to BltGraph, for use with libtclobjc
  
  #import <objc/Object.h>
! #import <tkobjc/Widget.h>
  
! @interface Histo : Widget
  {
    const char **elements;
    int numPoints;  // should be dynamic
--- 6,14 ----
  // Objective C interface to BltGraph, for use with libtclobjc
  
  #import <objc/Object.h>
! #import <tkobjc/ArchivedGeometryWidget.h>
  
! @interface Histo : ArchivedGeometryWidget
  {
    const char **elements;
    int numPoints;  // should be dynamic

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]