forked from mbk-lab/rui_orig
2
0
Fork 0
rui/demo
Alexei Anoshenko 73cd9318a5 Added some properties and functions
* Added "resize", "grid-auto-flow", "caret-color", and "backdrop-filter" properties
* Added BlurView, BlurViewByID, GetResize, GetGridAutoFlow, GetCaretColor, GetBackdropFilter functions
* The "warp" property for ListView and ListLayout renamed to "list-warp"
* The "warp" property for EditView renamed to "edit-warp"
* Added CertFile and KeyFile optional fields to the AppParams struct.If they are set, then an https connection is created, otherwise http.
2022-06-07 13:07:10 +03:00
..
resources Updated TabsLayout 2021-11-17 12:32:37 +03:00
animationDemo.go GetDropDownCurrent and GetListViewCurrent functions replaced by the GetCurrent function. Updated readme 2021-11-20 19:51:51 +03:00
audioPlayerDemo.go Added demo 2021-09-09 12:08:31 +03:00
backgroundDemo.go GetDropDownCurrent and GetListViewCurrent functions replaced by the GetCurrent function. Updated readme 2021-11-20 19:51:51 +03:00
canvasDemo.go Added the UserAgent function to the Session interface 2022-01-29 11:20:05 -05:00
checkboxDemo.go Added demo 2021-09-09 12:08:31 +03:00
clipDemo.go Added demo 2021-09-09 12:08:31 +03:00
columnLayoutDemo.go Renamed ColorPropery constant to ColorTag 2021-10-04 18:05:57 +03:00
controlsDemo.go Fixed Set(rui.Visibility, ...) bug 2022-03-31 19:59:10 +03:00
editDemo.go Added some properties and functions 2022-06-07 13:07:10 +03:00
filePickerDemo.go Added DownloadFile... functions 2021-11-07 09:43:13 +03:00
filterDemo.go Added demo 2021-09-09 12:08:31 +03:00
gridLayoutDemo.go Added demo 2021-09-09 12:08:31 +03:00
imageViewDemo.go Added demo 2021-09-09 12:08:31 +03:00
keyEventsDemo.go Added some properties and functions 2022-06-07 13:07:10 +03:00
listLayoutDemo.go Added some properties and functions 2022-06-07 13:07:10 +03:00
listViewDemo.go Added some properties and functions 2022-06-07 13:07:10 +03:00
main.go NewApplication function and Start function of the Application interface were replaced by StartApp function 2022-01-29 16:25:46 -05:00
mouseEventsDemo.go Fixed demo 2022-01-30 11:34:14 -05:00
pointerEventsDemo.go Added demo 2021-09-09 12:08:31 +03:00
popupDemo.go Added demo 2021-09-09 12:08:31 +03:00
resizableDemo.go Added demo 2021-09-09 12:08:31 +03:00
stackLayoutDemo.go GetDropDownCurrent and GetListViewCurrent functions replaced by the GetCurrent function. Updated readme 2021-11-20 19:51:51 +03:00
tableDemo.go Updated TableView 2022-01-16 12:25:45 -05:00
tabsDemo.go Updated TabsLayout 2021-11-17 12:32:37 +03:00
textStyle.go GetDropDownCurrent and GetListViewCurrent functions replaced by the GetCurrent function. Updated readme 2021-11-20 19:51:51 +03:00
touchEventsDemo.go Fixed demo 2022-01-30 11:34:14 -05:00
transformDemo.go Added demo 2021-09-09 12:08:31 +03:00
transitionDemo.go Added "animation" and "transition" properties 2021-10-04 17:58:17 +03:00
videoPlayerDemo.go Added demo 2021-09-09 12:08:31 +03:00
viewDemo.go Added demo 2021-09-09 12:08:31 +03:00