mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
This commit is contained in:
parent
de070bf485
commit
a90b5cf37a
1998 changed files with 1034301 additions and 0 deletions
22
wxWidgets/include/wx/tab.h
Normal file
22
wxWidgets/include/wx/tab.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/tab.h
|
||||
// Purpose: Generic tab class base header
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
// Created:
|
||||
// Copyright: (c) Julian Smart
|
||||
// RCS-ID: $Id: tab.h 37400 2006-02-09 00:28:34Z VZ $
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_TAB_H_BASE_
|
||||
#define _WX_TAB_H_BASE_
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_TAB_DIALOG
|
||||
#include "wx/generic/tabg.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
// _WX_TAB_H_BASE_
|
Loading…
Add table
Add a link
Reference in a new issue