Fabian Geiselhart
b862f4f174
example/kitchen: Use the button passed to iconAndTextButton.Layout
...
The global iconTextButton variable was used instead of the passed
button.
Signed-off-by: Fabian Geiselhart <me@f4814n.de >
2020-05-01 15:32:27 +02:00
metaclips
efce78d414
example/kitchen: add ProgressBar example
...
Updates the kitchen example codebase showing ProgressBar functionality.
Signed-off-by: metaclips <utimichael9@gmail.com >
2020-04-03 10:49:47 +02:00
metaclips
43df9f2677
example/kitchen: add ButtonLayout example
...
Updates the kitchen example codebase showing ButtonLayout functionality.
2020-03-24 15:12:44 +01:00
Elias Naur
0bfcac9734
cmd,example: update gio version
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-12-12 00:48:31 +01:00
Elias Naur
b3c095fdcc
example/kitchen: add newline after error message
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-12-02 14:35:23 +01:00
Elias Naur
16e6e2d3f7
example/kitchen: dump screenshots in 1.5 scale
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-12-02 14:33:27 +01:00
Elias Naur
9023b1b865
example/kitchen: add -screenshot flag
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-12-02 14:02:36 +01:00
Elias Naur
1762e0c07b
cmd,example: update gio version
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-12-02 13:20:20 +01:00
Alexander Arin
089ae31f0c
widgets, widgets/material: add RadioButton & Enum
...
Signed-off-by: Alexander Arin <fralx@yandex.ru >
2019-11-06 11:02:28 +01:00
Elias Naur
65146a5337
example/kitchen: add CheckBox example
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-11-04 00:42:02 +01:00
Elias Naur
4107485902
widget,widget/material: remove disabled drawing modes
...
Determining the enabled state of a widget from whether its Clicked method has
been called only works for button-like widgets. For example, it's not clear a
Clicked method is appropriate for a CheckBox.
Remove the feature for now, and let's find a better design in the future.
As a nice side effect, we can now process events in Layout methods, so that
buttons react to user input even when Clicked is not called.
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-11-02 14:48:22 +01:00
Elias Naur
9a62468c25
example: update gio version
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-23 10:21:08 +02:00
Elias Naur
2884604521
example/kitchen: clean up
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-22 08:42:59 +02:00
Elias Naur
b2a360098a
example: go fmt imports
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-15 10:10:37 +02:00
Elias Naur
3a27bcea2e
example: update gio version
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-14 16:44:02 +02:00
Elias Naur
641656b307
example/kitchen: use a different color for the disabled button
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-14 15:08:26 +02:00
Elias Naur
7672c08f46
example: update gio version
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-13 18:29:39 +02:00
Elias Naur
5a82fc9267
example/kitchen: place buttons on the same row
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-12 16:52:00 +02:00
Elias Naur
48cf8af2f2
example/kitchen: add example for demonstrating widgets and theming
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-12 15:39:50 +02:00