Matthias Clasen
|
ed13e6a41e
|
grid layout: Rename some properties
Rename GtkGridLayoutChild:left-attach/top-attach to
GtkGridLayoutChild:column/row. Update all users.
Fixes: #2967
|
2020-08-02 17:58:03 -04:00 |
|
Yuri Chornoivan
|
01bd4cc4e1
|
Fix minor typos
|
2020-05-28 11:00:03 +03:00 |
|
Matthias Clasen
|
cd0081d08a
|
Use gtk_window_destroy
Replace calls to gtk_widget_destroy on windows
with gtk_window_destroy.
|
2020-05-11 12:20:57 -04:00 |
|
Matthias Clasen
|
f59f355190
|
Use gtk_window_set_child throughout
Replace all uses of gtk_container_add on windows
by gtk_window_set_child.
|
2020-05-04 22:53:08 -04:00 |
|
Benjamin Otte
|
a278edab22
|
window: Remove type argument from gtk_window_new()
|
2020-02-14 21:18:49 +01:00 |
|
Matthias Clasen
|
c789711652
|
Stop using gtk_main_quit
Stop using gtk_main and gtk_main_quit in tests and
examples. These APIs are on the way out.
|
2020-02-09 23:12:32 -05:00 |
|
Matthias Clasen
|
f6a2678486
|
Add another grid layout test
This one will be used for comparison
with constraint layouts.
|
2019-06-28 19:21:21 +00:00 |
|
Matthias Clasen
|
e28ec2a3eb
|
Some more grid layout tests
Add testcases for spanning children and homogeneity.
|
2019-06-28 18:07:23 +00:00 |
|
Matthias Clasen
|
c4fd786866
|
Add a test for the grid layout manager
Test some obvious conditions. This is mainly
to test the waters for more intesting tests
with other layout managers later.
|
2019-06-28 13:30:16 +00:00 |
|