mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
bazaar: Gen: Ctrl::LogPos RichValue expose (needs my forum patch with template<> SetNull); WhitEnterAction: fixes LostFocus useless double invokes PopUpC: higly customizable now, supports Accept/Reject/Backup/Restore behaviour similar to TopWindow, WithCloserKeys template mapps the ENTER/ESC key functionality without ok/cancel/exit buttons LogPosCtrl: major extend, supports new PopUpC, closer buttons gone, uses RichValue<Ctrl::LogPos> ValueCtrl: port to new PopUpC CtrProp: port to use new PopUpCand RichValue<Ctrl::LogPos> git-svn-id: svn://ultimatepp.org/upp/trunk@3820 f0d560ea-af0d-0410-9eb7-867de7ffcac7
13 lines
156 B
Text
13 lines
156 B
Text
description "collection of some usefull / to-be-descussed interfaces\377";
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
Misc.h,
|
|
VTypes.h,
|
|
VTypes.cpp,
|
|
Gen.h,
|
|
Gen.cpp,
|
|
src.tpp;
|
|
|