source:
trunk/aux/cocotron/win32/cocotron/issue508/PreferencesView.h
| Last change on this file was 13451, checked in by , 15 years ago | |
|---|---|
| File size: 355 bytes | |
| Rev | Line | |
|---|---|---|
| [13451] | 1 | // |
| 2 | // PreferencesView.h | |
| 3 | // issueXXX | |
| 4 | // | |
| 5 | // Created by Gary Palter on 2/18/10. | |
| 6 | // Copyright 2010 Clozure Associates. All rights reserved. | |
| 7 | // | |
| 8 | ||
| 9 | #import <Foundation/Foundation.h> | |
| 10 | ||
| 11 | ||
| 12 | @interface PreferencesView : NSView { | |
| 13 | CGFloat width; | |
| 14 | CGFloat height; | |
| 15 | } | |
| 16 | ||
| 17 | @property (readonly, assign) CGFloat width; | |
| 18 | @property (readonly, assign) CGFloat height; | |
| 19 | ||
| 20 | @end |
Note:
See TracBrowser
for help on using the repository browser.
