Tristan Van Berkom
9612c64817
Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBox
...
GtkComboBox now sports a construct-only "has-entry" property which
decides if it uses a GtkEntry to allow additional user input. Also
it has a new "entry-text-column" to fetch strings for the entry
from the model.
This patch deprecates the GtkComboBoxEntry and updates the rest of GTK+
to use the new semantics on GtkComboBox instead.
GtkComboBoxEntry will be removed altogether before GTK+ 3, in a
later commit.
2010-10-13 21:52:27 -04:00
Javier Jardón
74e6844488
Remove GtkCurve completely
2010-05-03 01:51:20 +02:00
Javier Jardón
f1f6d76078
Fix some compilation warnings
...
Use the proper G*_TO_POINTER macro
2009-11-09 10:27:30 +01:00
Javier Jardón
8831a44902
Fix warning: Use parentheses around '&&' within '||'
2009-11-09 09:36:41 +01:00
Christian Dywan
f95709b394
Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
...
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
* gtk/tests/object.c (list_ignore_properties),
(object_test_property), (main): Ignore GtkCurve when testing
svn path=/trunk/; revision=21784
2008-11-12 15:15:02 +00:00
Christian Dywan
ca872e8845
556150 – gtk 'object' property test fixing
...
* gtk/tests/object.c (list_ignore_properties):
Remove some recently fixed properties from the exception list
svn path=/trunk/; revision=21653
2008-10-14 13:23:44 +00:00
Matthias Clasen
d7a9600e7d
Forgotten file
...
svn path=/trunk/; revision=20781
2008-07-05 18:29:09 +00:00
Michael Natterer
d5565f5b63
tests/Makefile.am tests/autotestfilechooser.c tests/buildertest.c
...
2008-06-18 Michael Natterer <mitch@imendio.com>
* tests/Makefile.am
* tests/autotestfilechooser.c
* tests/buildertest.c
* tests/defaultvaluetest.c
* tests/floatingtest.c
* tests/objecttests.c
* tests/pixbuf-init.c
* tests/textbuffertest.c: remove unit tests here...
* gtk/tests/Makefile.am
* gtk/tests/builder.c
* gtk/tests/defaultvalue.c
* gtk/tests/filechooser.c
* gtk/tests/floating.c
* gtk/tests/object.c
* gtk/tests/pixbuf-init.c
* gtk/tests/textbuffer.c: ...and add them here.
svn path=/trunk/; revision=20450
2008-06-18 13:29:02 +00:00