Matthias Clasen
|
02ce417279
|
gtk-demo: Use editable labels in the settings demo
This is more in line with the expected behavior for
editable lists.
|
2020-06-15 12:08:54 -04:00 |
|
Chun-wei Fan
|
c370b8f309
|
demos/gtk-demo/listview*.c: Include stdlib.h
atoi() and qsort() both require this header for them to be defined
|
2020-06-05 11:16:45 +08:00 |
|
Matthias Clasen
|
3f2d44d517
|
gtk-demo: Allow editing in the settings demo
This gives us an example of a columnview with editable
content, which we didn't have so far.
|
2020-06-04 08:45:47 -04:00 |
|
Matthias Clasen
|
ce0dd650d7
|
settings demo: Don't select rows
We want no selection here, so use GtkNoSelection.
|
2020-06-03 17:51:22 -04:00 |
|
Matthias Clasen
|
d02c48f987
|
Add more columns to the settings demo
Flesh out this demo more, so we can have a
non-trivial column editor here at some point.
|
2020-06-01 22:10:53 -04:00 |
|
Matthias Clasen
|
c835214540
|
Add a header menu to settings demo
Allow toggling column visibility from here.
|
2020-06-01 22:10:53 -04:00 |
|
Matthias Clasen
|
9d15e64f0b
|
gtk-demo: Plug a leak
We were leaking a reference to the settings demo.
This showed up as gtk4-demo --run listview_settings
not exiting when the window is closed.
|
2020-06-01 15:17:21 -04:00 |
|
Matthias Clasen
|
e195341e30
|
gtk-demo: Flesh out the settings demo
Add columns for type and default value.
|
2020-05-31 23:43:58 -04:00 |
|
Matthias Clasen
|
4a4c15b2ac
|
gtk-demo: Add filtering to the settings demo
A demo of filtering with lists was missing so far.
|
2020-05-30 19:30:14 -04:00 |
|
Matthias Clasen
|
8804427677
|
gtk-demo: Demo columnview sorting
Enhance the settings demo to have a sortable column.
|
2020-05-30 19:30:14 -04:00 |
|
Benjamin Otte
|
bb7968ba77
|
demo: Add a GSettings tree demo
It is meant to look somewhat like dconf-editor when it is done.
So far, it's just a list.
|
2020-05-30 19:26:45 -04:00 |
|