MOTabView


Discussion

Defines the MOTabView class.



Classes

MOTabView
MOTabView extends NSTabView to add drag & drop support.

Categories

NSObject(MOTabViewDelegate)
Informal delegate protocol for MOTabView.


Typedefs


MOTabViewDropOperation

Enumeration for types of drop operations supported by MOTabView.
typedef enum { MOTabViewDropOnItem,
    MOTabViewDropBeforeItem } MOTabViewDropOperation;

Enumeration for types of drop operations supported by MOTabView.

Constants
MOTabViewDropOnItem
Drop operation constant for dropping something "onto" a tab.
MOTabViewDropBeforeItem
Drop operation constant for dropping something "between" tabs (ie dropping a new tab into a tab view).

(Last Updated 3/20/2005)