Show
Ignore:
Timestamp:
04/16/05 19:14:54 (4 years ago)
Author:
timothy
Message:
  • Transparant chat areas make a return now that 10.3.9 is out and Safari 1.3 is final. Set the alpha on the background color in your variants to use transparancy.
  • Attempts to fix the AppleScript? by removed depricated commands, and ditchign the buggy .r file.
  • Other stuff I'm sure...
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JVAppearancePreferences.h

    r2308 r2543  
    33@class JVFontPreviewField; 
    44@class JVStyle; 
     5@class JVStyleView; 
    56 
    67@interface JVAppearancePreferences : NSPreferencesModule { 
    7         IBOutlet WebView *preview; 
     8        IBOutlet JVStyleView *preview; 
    89        IBOutlet NSPopUpButton *styles; 
    910        IBOutlet NSPopUpButton *emoticons;