per page, with , order by , clip by
Results of 21 - 30 of about 98 for [SIMILAR] 16 1024 4096 WITH 88334 tempcell WITH ... (2.565 sec.)
Outlet and Action 941
Outlet and Action Prev Chapter 12. TimeMachine Next Outlet and Action I'll write an application which show the current time with a button to update. It looks like this: Figure 12.1. Simple TimeMachine This application is very easy. Just to show how to use "outlet" and "action" in Gorm, a ...
http://www.gnu.org/savannah-checkouts/non-gnu/gstutorial/en/ch12s02.html - [detail] - [similar]
NSDate.html 941
Return to the Alphabetic Index Return to the Class Browser Return to the Picture Browser Copyright (c) 1994 by NeXT Computer, Inc. All Rights Reserved. NSDate Inherits From: NSObject Conforms To: NSCoding, NSCopying NSObject (NSObject) Declared In: Foundation/NSDate.h Class Description N ...
http://www.gnu.org/savannah-checkouts/gnu/gnustep/resources/OpenStepSpec/Foundat... - [detail] - [similar]
GSCategories documentation 941
Up GSCategories documentation Authors Richard Frith-Macdonald ( rfm@gnu.org ) Copyright: (C) 2003 Free Software Foundation, Inc. Contents - Software documentation for the NSArray(GSCompatibility) category Software documentation for the NSAttributedString(GSCategories) category Software d ...
http://www.gnu.org/savannah-checkouts/gnu/gnustep/resources/documentation/Develo... - [detail] - [similar]
Panel 941
Panel Prev Chapter 12. TimeMachine Next Panel Panel is a special kind of window. Read the Cocoa document for more details: Windows and Panels . Since I have a clock already, I want to know the time in different time zones. My idea is that when I click the title of the NSBox, a panel will ...
http://www.gnu.org/savannah-checkouts/non-gnu/gstutorial/en/ch12s05.html - [detail] - [similar]
NSTimeZone.html 941
Return to the Alphabetic Index Return to the Class Browser Return to the Picture Browser Copyright (c) 1994 by NeXT Computer, Inc. All Rights Reserved. NSTimeZone Inherits From: NSObject Conforms To: NSCoding, NSCopying NSObject (NSObject) Declared In: Foundation/NSDate.h Class Descripti ...
http://www.gnu.org/savannah-checkouts/gnu/gnustep/resources/OpenStepSpec/Foundat... - [detail] - [similar]
EOEvent class documentation 941
Up EOEvent class documentation Authors Generated by ayers Contents - Software documentation for the EOEvent class EOEvent types EOEvent variables Software documentation for the EOEvent class EOEvent : NSObject Declared in: EOControl/EOEvent.h WARNING!!! This class is currently completely ...
http://www.gnu.org/savannah-checkouts/gnu/gnustep/resources/documentation/Develo... - [detail] - [similar]
1.3 NSRect 903
Next: 1.4 Geometry Functions Up: 1 Points, Sizes and Previous: 1.2 NSSize 1.3 NSRect An NSRect is a struct describing both the position and the size of a rectangle: typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect; Using NSRect is similar to using NSPoint and NSSize : NSRec ...
http://www.gnu.org/savannah-checkouts/gnu/gnustep/nicola/Tutorials/WindowsAndBut... - [detail] - [similar]
3.3 Putting the button in the window 903
Next: 3.4 Source Code Up: 3 Adding a Button Previous: 3.2 Creating a Button 3.3 Putting the button in the window We now need to modify our code to create the window so that it creates a window exactly of the right size to contain our button. First, we need to get the size of the button: ...
http://www.gnu.org/savannah-checkouts/gnu/gnustep/nicola/Tutorials/WindowsAndBut... - [detail] - [similar]
2.2 Creating a Window 903
Next: 2.3 Setting the title Up: 2 Adding a Window Previous: 2.1 Window Attributes 2.2 Creating a Window We are now ready to show an example of creating a window: NSWindow *myWindow; NSRect rect = NSMakeRect (100, 100, 200, 200); unsigned int styleMask = NSTitledWindowMask | NSMiniaturiza ...
http://www.gnu.org/savannah-checkouts/gnu/gnustep/nicola/Tutorials/WindowsAndBut... - [detail] - [similar]
3.4 Source Code 903
Next: About this document ... Up: 3 Adding a Button Previous: 3.3 Putting the button 3.4 Source Code We are ready to show the whole source code (the GNUmakefile is the usual one): #include <Foundation/Foundation.h> #include <AppKit/AppKit.h> @interface MyDelegate : NSObject { NSWindow *m ...
http://www.gnu.org/savannah-checkouts/gnu/gnustep/nicola/Tutorials/WindowsAndBut... - [detail] - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT
Powered by Hyper Estraier 1.4.13, with 213369 documents and 1081681 words.