Matthias Clasen
|
3141eaecd0
|
gtk-demo: Modernize the tag entry demo
Use a layout manager, and reduce boilerplate.
|
2020-06-19 11:42:47 -04:00 |
|
Matthias Clasen
|
6141c139e6
|
gtk-demo: Fix the tagged entry demo
We were using gtk_box_append on a button. Fallout
from the container removal.
|
2020-06-17 17:53:40 -04:00 |
|
Matthias Clasen
|
2a24b8c653
|
Replace most remaining uses of container api
These are all on GtkBox or enumerating children.
|
2020-05-11 22:38:21 -04:00 |
|
Matthias Clasen
|
df1816a29c
|
button: Drop relief
We are only using this as a boolean, so change it
to a boolean property named has-frame.
|
2020-04-17 10:57:36 -04:00 |
|
Benjamin Otte
|
427deb4f13
|
widget: Make gtk_widget_grab_focus() return a boolean
So now it can actually fail.
It doesn't yet though.
|
2019-10-15 16:33:05 +02:00 |
|
Matthias Clasen
|
7f65e5f96b
|
Rename GtkGestureMultiPress to GtkGestureClick
The name just made it hard for people to find the
right gesture to use.
|
2019-05-29 17:10:46 +00:00 |
|
Matthias Clasen
|
18788c2a86
|
Remove gtk_widget_get/set_has_surface
These serve no purpose anymore - widgets don't
have surfaces, unless they're a GtkNative.
|
2019-05-28 20:25:15 +00:00 |
|
Matthias Clasen
|
34e859a5bc
|
Add a tagged entry demo
This can serve as an example for how composite entries
can now be done outside of GTK, easily.
|
2019-03-15 13:21:26 -04:00 |
|