Benjamin Otte
|
a278edab22
|
window: Remove type argument from gtk_window_new()
|
2020-02-14 21:18:49 +01:00 |
|
Matthias Clasen
|
a6c5466900
|
Stop using gtk_main and gtk_main_quit
Replace these calls with direct use of GMainContext api.
|
2020-02-09 23:12:32 -05:00 |
|
Timm Bäder
|
bd71e744d2
|
Stop using gtk_box_pack_end
It might soon go away!
|
2019-01-23 19:30:46 -05:00 |
|
Daniel Boles
|
2f16c092a5
|
testspinbutton: Add button to toggle wrap on Spins
I found myself wanting to test this for something else, so let's test
it. It revealed a bug immediately!
https://gitlab.gnome.org/GNOME/gtk/issues/88
|
2018-03-14 23:09:51 +00:00 |
|
Daniel Boles
|
55664f95ab
|
testspinbutton: Orient box orthogonally to Spins
This makes better use of space.
|
2018-03-14 23:01:06 +00:00 |
|
Matthias Clasen
|
41e4c93443
|
Replace all remaining uses of delete-event
|
2018-01-16 14:14:09 -05: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 |
|
Matthias Clasen
|
2c7e567f05
|
Update callers
Adapt all our tests and examples to the new initialization api.
|
2017-01-19 13:50:17 -05:00 |
|
Timm Bäder
|
f45dadadd0
|
box: Remove 'padding' child property
|
2016-10-16 18:17:21 +02:00 |
|
Paolo Borelli
|
afd99d3579
|
Make spinbutton orientable
https://bugzilla.gnome.org/show_bug.cgi?id=683168
|
2012-09-03 11:45:51 -04:00 |
|
Javier Jardón
|
9d0febc9a6
|
Change FSF Address
|
2012-02-27 17:06:11 +00:00 |
|
Michael Natterer
|
260ccdfebe
|
gtk: remove "gboolean homogeneous" from gtk_box_new()
Because it's FALSE in virtually all use cases.
|
2010-11-02 12:04:35 +09:00 |
|
Javier Jardón
|
c15ef6405c
|
Use gtk_box_new() instead gtk_[v|h]box_new()
|
2010-10-30 17:37:03 +09:00 |
|
Javier Jardón
|
b072ea220c
|
Remove unneded casts
As gtk_adjustment_new() returns a GtkAdjustment* now
https://bugzilla.gnome.org/show_bug.cgi?id=630731
|
2010-09-29 01:18:10 +02:00 |
|
Johan Dahlin
|
d97cdbdf53
|
Include "config.h" instead of <config.h> Command used: find -name
2008-06-21 Johan Dahlin <jdahlin@async.com.br>
* *.[ch]: Include "config.h" instead of <config.h>
Command used:
find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
Rubberstamped by Mitch and Tim
svn path=/trunk/; revision=20669
|
2008-06-22 14:28:52 +00:00 |
|
Matthias Clasen
|
06e735a652
|
Add Copyright/License information.
|
2005-07-13 05:44:22 +00:00 |
|
Morten Welinder
|
ed649f3bff
|
Add new testspinbutton.c
2004-03-12 Morten Welinder <terra@gnome.org>
* tests/Makefile.am: Add new testspinbutton.c
|
2004-03-12 15:49:22 +00:00 |
|