~ubuntu-dev/wxwidgets2.6/upstream-debian

« back to all changes in this revision

Viewing changes to include/wx/propdlg.h

  • Committer: Daniel T Chen
  • Date: 2006-06-26 10:15:11 UTC
  • Revision ID: crimsun@ubuntu.com-20060626101511-a4436cec4c6d9b35
ImportĀ DebianĀ 2.6.3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/////////////////////////////////////////////////////////////////////////////
 
2
// Name:        wx/propdlg.h
 
3
// Purpose:     wxPropertySheetDialog base header
 
4
// Author:      Julian Smart
 
5
// Modified by:
 
6
// Created:
 
7
// RCS-ID:      $Id: propdlg.h,v 1.2 2005/05/04 18:52:01 JS Exp $
 
8
// Copyright:   (c) Julian Smart
 
9
// Licence:     wxWindows licence
 
10
/////////////////////////////////////////////////////////////////////////////
 
11
 
 
12
#ifndef _WX_PROPDLG_H_BASE_
 
13
#define _WX_PROPDLG_H_BASE_
 
14
 
 
15
#include "wx/generic/propdlg.h"
 
16
 
 
17
#endif
 
18
    // _WX_PROPDLG_H_BASE_
 
19