ui/winui/list.h

branch
newapi
changeset 222
1121b61f8828
parent 221
a82d9beaa94a
child 225
097f45f9c1fa
equal deleted inserted replaced
221:a82d9beaa94a 222:1121b61f8828
36 struct UiPathBar { 36 struct UiPathBar {
37 winrt::Microsoft::UI::Xaml::Controls::Grid grid = { nullptr }; 37 winrt::Microsoft::UI::Xaml::Controls::Grid grid = { nullptr };
38 winrt::Microsoft::UI::Xaml::Controls::StackPanel buttons = { nullptr }; 38 winrt::Microsoft::UI::Xaml::Controls::StackPanel buttons = { nullptr };
39 winrt::Microsoft::UI::Xaml::Controls::TextBox textbox = { nullptr }; 39 winrt::Microsoft::UI::Xaml::Controls::TextBox textbox = { nullptr };
40 40
41 UiObject* obj;
41 UiModel* model; 42 UiModel* model;
42 ui_getvaluefunc getvalue; 43 ui_getvaluefunc getvalue;
43 ui_callback onactivate; 44 ui_callback onactivate;
44 void* onactivatedata; 45 void* onactivatedata;
45 ui_callback ontextinput; 46 ui_callback ontextinput;

mercurial