mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
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:
parent
d96828eab0
commit
b43569fc91
10 changed files with 137 additions and 68 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue