mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
bazaar: Property, ValueCtrl, CtrlProp: namespace fixes and some cleanup
git-svn-id: svn://ultimatepp.org/upp/trunk@3865 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
471c35bf4a
commit
9b18b6c807
48 changed files with 194 additions and 56 deletions
|
|
@ -1,13 +1,11 @@
|
|||
#ifndef _CtrlProp_CtrlPropCommon_h
|
||||
#define _CtrlProp_CtrlPropCommon_h
|
||||
|
||||
#include <CtrlLib/CtrlLib.h>
|
||||
using namespace Upp;
|
||||
|
||||
#include <Property/Property.h>
|
||||
#include <Gen/VTypes.h>
|
||||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
//////////////////////
|
||||
NAMESPACE_UPP
|
||||
|
||||
DEC_PROPERTIES(Ctrl, EmptyClass)
|
||||
DEC_PROPERTIES(Pusher, Ctrl)
|
||||
|
|
@ -48,5 +46,7 @@ DEC_PROPERTIES(Picture, Ctrl)
|
|||
DEC_PROPERTIES(SeparatorCtrl, Ctrl)
|
||||
DEC_PROPERTIES(SliderCtrl, Ctrl)
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue