ui/wpf/UIwrapper/UIwrapper/container.cpp

changeset 88
04c81be1c5a0
parent 85
91f45354d1e2
child 101
1c943d43fa81
equal deleted inserted replaced
87:e624b6fa4c78 88:04c81be1c5a0
25 25
26 /* ------------------- layout functions ------------------- */ 26 /* ------------------- layout functions ------------------- */
27 27
28 UI_EXPORT void __stdcall UIlayout_fill(gcroot<UI::Container^> *container, int fill) { 28 UI_EXPORT void __stdcall UIlayout_fill(gcroot<UI::Container^> *container, int fill) {
29 UI::Container ^ct = *container; 29 UI::Container ^ct = *container;
30 ct->Layout->Fill = fill; 30 ct->Layout->Fill = fill != 0;
31 } 31 }

mercurial