Matthias Clasen
|
ef982b7d46
|
Rename things
Rename the can-pick property to can-target,
and redo the pick flags with more descriptive names.
|
2019-04-08 08:42:25 -04:00 |
|
Matthias Clasen
|
9e0c471b03
|
entry, spin button: Drop redundant API
Avoid duplicating GtkEditable APIs. Port existing users.
|
2019-02-28 16:34:00 -05:00 |
|
Matthias Clasen
|
f202707210
|
gtk-demo: Use gtk_widget_set_can_pick
Use gtk_widget_set_can_pick instead of
overlay-specific functions with the same purpose.
|
2019-02-21 21:55:56 -05:00 |
|
Timm Bäder
|
e9e40ddb42
|
box: Remove gtk_box_pack_start
|
2019-01-23 19:30:46 -05:00 |
|
Matthias Clasen
|
f352a0ec2b
|
gtk-demo: Fix the overlay demo
We must make the label and the entry separate overlays, or
the entry will also be clickthru.
|
2017-10-06 21:35:21 -04:00 |
|
Timm Bäder
|
c92b7d4224
|
box: Remove fill child property
GtkWidget:halign and GtkWidget:valign are sufficient
|
2017-04-25 20:30:37 +02:00 |
|
Timm Bäder
|
5729ea7744
|
box: Remove expand child property
GtkWidget already has hexpand/vexpand properties.
|
2017-04-25 20:30:37 +02:00 |
|
Timm Bäder
|
ea897c6df4
|
Remove gtk_widget_show_all
|
2017-01-20 21:37:04 +01:00 |
|
Timm Bäder
|
f45dadadd0
|
box: Remove 'padding' child property
|
2016-10-16 18:17:21 +02:00 |
|
Matthias Clasen
|
763bf27d9c
|
gtk3-demo: Add another overlay demo
|
2015-07-28 22:47:57 -04:00 |
|
Matthias Clasen
|
609e04ddcf
|
gtk-demo: Cosmetic changes
Clean up the code of many examples in minor ways, fix some memory
leaks, and avoid the use of dialogs where a regular toplevel works
just as well.
|
2015-06-28 17:41:35 -04:00 |
|
Matthias Clasen
|
d6a52218d1
|
gtk3-demo: Improve the overlay demo
Add some more information to the description.
|
2015-06-19 20:09:55 -04:00 |
|
Matthias Clasen
|
afd75070a2
|
gtk-demo: A better overlay demo
This shows the new passthrough feature.
|
2015-06-19 18:16:19 -04:00 |
|
Yosef Or Boczko
|
719dd636a9
|
Replace all margin-left and margin-right with margin-start and margin-end
https://bugzilla.gnome.org/show_bug.cgi?id=710238
|
2013-11-15 02:54:35 +01:00 |
|
Matthias Clasen
|
1204a850f3
|
Formatting cleanups
While we normally try to avoid whitespace fixes, the gtk-demo
code is shown as exemplary, so it should be in good shape,
formatting-wise.
|
2011-09-01 23:56:58 -04:00 |
|
Ignacio Casal Quinteiro
|
cfb2a45f9a
|
overlay: add initial version of gtkoverlay
|
2011-06-12 23:27:18 -04:00 |
|