From 2141e04328dcf4e4d6857fcc0a7cb551fc84fa07 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 16 Oct 2022 08:07:13 -0500 Subject: Add slander and spinbox in toolkit/andlabs fix the helloworld demo move slider into toolkit/ move more into the toolkit directory add spinbox() fix example minor update fix examples Fix andlabs.ui.Slider() to work again correctly implement custom OnChange() callback Signed-off-by: Jeff Carr --- doc.go | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index 35c6a8f..9b52296 100644 --- a/doc.go +++ b/doc.go @@ -42,28 +42,14 @@ sections below for further details on formatting and configuration options. groupNode1.AddComboBox("demoCombo2", "more 1", "more 2", "more 3") } -Configuration Options - -Configuration of the GUI is handled by fields in the ConfigType type. For -convenience, all of the top-level functions use a global state available -via the gui.Config global. - -The following configuration options are available: - * Width - When creating a new window, this is the width - - * Height - When creating a new window, this is the height - - * Debug - When 'true' log more output - Toolkit Usage Right now, this abstraction is built on top of the go package 'andlabs/ui' which does the cross platform support. The next step is to intent is to allow this to work directly against GTK and QT. -It should be able to add Fyne, WASM, native macos & windows, android, etc. + +It should be able to add Fyne, WASM, native macos & windows, android and +hopefully also things like libSDL, faiface/pixel, slint Errors -- cgit v1.2.3