bazaar: ValueCtrl: some type and handling fixes; LogPosCtrl & RectCtrl: handling fixes; BoostPyTest: type handling fixes, live eval example, Callback stack overflow fix

git-svn-id: svn://ultimatepp.org/upp/trunk@3426 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
kohait 2011-05-16 20:32:29 +00:00
parent d96828eab0
commit b43569fc91
10 changed files with 137 additions and 68 deletions

View file

@ -562,6 +562,8 @@ ONCELOCK
.add_property("maximize", &TopWindow::IsMaximized, &TopWindow::Maximize)
.add_property("overlap", &TopWindow::IsOverlapped, &TopWindow::Overlap)
.add_property("title", &TopWindowGetTitle, &TopWindowSetTitle)
.add_property("sizeable", &TopWindow::IsSizeable, &TopWindowSizeable)
.add_property("zoomable", &TopWindow::IsZoomable, &TopWindowZoomable)
.add_property("topmost", &TopWindow::IsTopMost, &TopWindowTopMost)