~ubuntu-branches/ubuntu/utopic/dvdstyler/utopic-proposed

« back to all changes in this revision

Viewing changes to wxVillaLib/PropDlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-03-22 10:17:38 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20100322101738-221vbm516ygfnmfj
Tags: upstream-1.8.0.2
ImportĀ upstreamĀ versionĀ 1.8.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
// Purpose:     Base class for property dialogs
4
4
// Author:      Alex Thuering
5
5
// Created:     18.11.2003
6
 
// RCS-ID:      $Id: PropDlg.h,v 1.16 2009/09/04 05:49:47 ntalex Exp $
 
6
// RCS-ID:      $Id: PropDlg.h,v 1.17 2010/02/22 20:19:08 ntalex Exp $
7
7
// Copyright:   (c) Alex Thuering
8
8
// Licence:     wxWindows licence
9
9
/////////////////////////////////////////////////////////////////////////////
14
14
#include <wx/wx.h>
15
15
#include <wx/grid.h>
16
16
#include <wx/dynarray.h>
17
 
 
18
 
#ifndef wxFD_OPEN
19
 
#define wxFD_OPEN wxOPEN
20
 
#endif
21
 
#ifndef wxFD_DEFAULT_STYLE
22
 
#define wxFD_DEFAULT_STYLE 0
23
 
#endif
 
17
#include <wx/filedlg.h>
24
18
 
25
19
/** Base class for property dialogs.
26
20
  * Allow you to simply create properties dialogs without any GUI designer.