]> git.saurik.com Git - wxWidgets.git/blame - include/wx/laywin.h
wxDialogBase only has one ctor, so just do initialization in ctor instead of Init()
[wxWidgets.git] / include / wx / laywin.h
CommitLineData
99d80019
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/laywin.h
3// Purpose: wxSashLayoutWindow base header
4// Author: Julian Smart
5// Modified by:
6// Created:
7// Copyright: (c) Julian Smart
99d80019
JS
8// Licence: wxWindows licence
9/////////////////////////////////////////////////////////////////////////////
10
a6d70308
JS
11#ifndef _WX_LAYWIN_H_BASE_
12#define _WX_LAYWIN_H_BASE_
13
14#include "wx/generic/laywin.h"
15
16#endif
17 // _WX_LAYWIN_H_BASE_