Statistics
| Revision:

root / trunk / install / launcher / izpack-launcher-1.3_linux / src / wx / include / wx / tab.h @ 6834

History | View | Annotate | Download (482 Bytes)

1
/////////////////////////////////////////////////////////////////////////////
2
// Name:        wx/tab.h
3
// Purpose:     Generic tab class base header
4
// Author:      Julian Smart
5
// Modified by:
6
// Created:
7
// Copyright:   (c) Julian Smart
8
// RCS-ID:      $Id: tab.h 6834 2006-08-24 08:23:24Z jmvivo $
9
// Licence:     wxWindows licence
10
/////////////////////////////////////////////////////////////////////////////
11

    
12
#ifndef _WX_TAB_H_BASE_
13
#define _WX_TAB_H_BASE_
14

    
15
#include "wx/generic/tabg.h"
16

    
17
#endif
18
    // _WX_TAB_H_BASE_