ftp.nice.ch/pub/next/tools/system/LoginStats.NIHS.bs.tar.gz#/LoginStats/Source/Calendar.m

This is Calendar.m in view mode; [Download] [Up]

// January 29, 1996
// Generated by Interface Builder

#import "Calendar.h"

@implementation Calendar


// APPDIDINIT
- appDidInit:sender
{

	[NXApp activateSelf:YES]; //activate the application     	
	[NXApp loadNibSection:"CalPanel.nib" owner:self]; // load nib

        return self;
}


// SHOW INFO PANEL
- ShowInfoPanel:sender
// This method load and displays a nib file.
{
    
    [NXApp loadNibSection:"InfoPanel.nib" owner:self];
    // Load info panel nib  
  
    return self; //normal return
}


// SHOW MORE INFO PANEL
- ShowMoreInfo:sender
// This method load and displays a nib file.
{
  [NXApp loadNibSection:"MoreInfo.nib" owner:self]; //load info panel nib    
  
  return self;  //normal return
}




@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.