<< Return to Main Index

< Return to Class Index

class CGXTabWndAdapter

Adapter class for CGXTabWnd. If you have a different tab window you can derive from the abstract CGXTabWndAdapter class and implement your own adapter. All the code inside the tab persistence mechansism only refers to CGXTabWndAdapter. It does not refer to CGXTabWnd. You can thus use the same peristence mechansim if you are using say, SECTabWnd.

We have implemented this interface for the CGXTabWnd class. This concrete implementation is CGXGridTabWndAdapter. Please refer to this implementation if you plan to implement this interface for a different tab window.

#include <gxtbadpt.h

CGXTabWndAdapter

Class Members