macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSMenuView

update

もう使われません 解説 もう使われません 返り値 ( void ) なし 引数 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - sizeToFit - setNeedsSizing: - update (NSMenu) 例文 //ありません

trackWithEvent:

もう使われません -(BOOL)trackWithEvent:(NSEvent *)event: 解説 もう使われません 返り値 ( BOOL ) YES/NO 引数 ( NSEvent * )event イベント フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 例文 //ありません

stateImageWidth

もう使われません 解説 もう使われません 返り値 ( float ) 最大幅 引数 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - sizeToFit 例文 //ありません

stateImageOffset

もう使われません 解説 もう使われません 返り値 ( float ) オフセット値 引数 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - horizontalEdgePadding - setHorizontalEdgePadding: - sizeToFit 例文 //ありません

sizeToFit

もう使われません 解説 もう使われません 返り値 ( void ) なし 引数 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - setNeedsSizing: - menuItemCellForItemAtIndex: 例文 //ありません

setWindowFrameForAttachingToRect:onScreen:preferredEdge:popUpSelectedItem:

もう使われません -(void)setWindowFrameForAttachingToRect:(NSRect)screenRect: onScreen:(NSScreen *)screen: preferredEdge:(NSRectEdge)edge: popUpSelectedItem:(int)selectedItemIndex: 解説 もう使われません 返り値 ( void ) なし 引数 ( NSRect )s…

setNeedsSizing:

もう使われません -(void)setNeedsSizing:(BOOL)flag: 解説 もう使われません 返り値 ( void ) なし 引数 ( BOOL )flag YES/NO フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - sizeToFit 例文 //ありません

setNeedsDisplayForItemAtIndex:

もう使われません -(void)setNeedsDisplayForItemAtIndex:(int)index: 解説 もう使われません 返り値 ( void ) なし 引数 ( int )index インデックス フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - rectOfItemAtI…

setMenuItemCell:forItemAtIndex:

もう使われません -(void)setMenuItemCell:(NSMenuItemCell *)cell: forItemAtIndex:(int)index: 解説 もう使われません 返り値 ( void ) なし 引数 ( NSMenuItemCell * )cell メニュー項目セル ( int )index インデックス フレームワーク ApplicationKit ク…

setMenu:

もう使われません -(void)setMenu:(NSMenu *)menu: 解説 もう使われません 返り値 ( void ) なし 引数 ( NSMenu * )menu メニュー フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - setNeedsSizing: - itemAdded: - …

setHorizontalEdgePadding:

もう使われません -(void)setHorizontalEdgePadding:(float)pad: 解説 もう使われません 返り値 ( void ) なし 引数 ( float )pad フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - horizontalEdgePadding 例文 //あ…

setHorizontal:

もう使われません -(void)setHorizontal:(BOOL)flag: 解説 もう使われません 返り値 ( void ) なし 引数 ( BOOL )flag 水平YES/NO フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - isHorizontal 例文 //ありません

setHighlightedItemIndex:

もう使われません -(void)setHighlightedItemIndex:(int)index: 解説 もう使われません 返り値 ( void ) なし 引数 ( int )index インデックス フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - setNeedsDisplayForI…

setFont:

もう使われません -(void)setFont:(NSFont *)font: 解説 もう使われません 返り値 ( void ) なし 引数 ( NSFont * )font フォント フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - font 例文 //ありません

rectOfItemAtIndex:

もう使われません -(NSRect)rectOfItemAtIndex:(int)index: 解説 もう使われません 返り値 ( NSRect ) メニュー項目の描いている矩形 引数 ( int )index フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - innerRect …

performActionWithHighlightingForItemAtIndex:

もう使われません -(void)performActionWithHighlightingForItemAtIndex:(int)index: 解説 もう使われません 返り値 ( void ) なし 引数 ( int )index インデックス フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 -…

needsSizing

もう使われません 解説 もう使われません 返り値 ( BOOL ) YES/NO 引数 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - setNeedsSizing: 例文 //ありません

menuItemCellForItemAtIndex:

もう使われません -(NSMenuItemCell *)menuItemCellForItemAtIndex:(int)index: 解説 もう使われません 返り値 ( NSMenuItemCell * ) メニュー項目セル 引数 ( int )index インデックス フレームワーク ApplicationKit クラス NSMenuView Instance Methods …

menu

もう使われません 解説 もう使われません 返り値 ( NSMenu * ) メニュー 引数 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - setMenu: 例文 //ありません

locationForSubmenu:

もう使われません -(NSPoint)locationForSubmenu:(NSMenu *)aSubmenu: 解説 もう使われません 返り値 ( NSPoint ) 位置 引数 ( NSMenu * )aSubmenu サブメニュー フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - se…

keyEquivalentWidth

もう使われません 解説 もう使われません 返り値 ( float ) テキストの幅 引数 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - keyEquivalentOffset - stateImageWidth - imageAndTitleWidth 例文 //ありません

keyEquivalentOffset

もう使われません 解説 もう使われません 返り値 ( float ) 位置 引数 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - keyEquivalentWidth - stateImageOffset - imageAndTitleOffset 例文 //ありません

itemRemoved:

もう使われません -(void)itemRemoved:(NSNotification *)notification: 解説 もう使われません 返り値 ( void ) なし 引数 ( NSNotification * )notification 通知 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 -…

itemChanged:

もう使われません -(void)itemChanged:(NSNotification *)notification: 解説 もう使われません 返り値 ( void ) なし 引数 ( NSNotification * )notification 通知 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 -…

itemAdded:

もう使われません -(void)itemAdded:(NSNotification *)notification: 解説 もう使われません 返り値 ( void ) なし 引数 ( NSNotification * )notification 通知 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - s…

isTornOff

もう使われません 解説 もう使われません 返り値 ( BOOL ) YES/NO 引数 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 例文 //ありません

isHorizontal

もう使われません 解説 もう使われません 返り値 ( BOOL ) YES/NO 引数 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - setHorizontal: 例文 //ありません

isAttached

もう使われません 解説 もう使われません 返り値 ( BOOL ) YES/NO 引数 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 - attachedMenu - attachedMenuView 例文 //ありません

initWithFrame:

もう使われません -(id)initWithFrame:(NSRect)frame: 解説 もう使われません 返り値 ( id ) メニュービュー 引数 ( NSRect )frame 範囲 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 例文 //ありません

initAsTearOff

もう使われません 解説 もう使われません 返り値 ( id ) オブジェクト 引数 フレームワーク ApplicationKit クラス NSMenuView Instance Methods 使用可能 10.0 参照 例文 //ありません