summaryrefslogtreecommitdiff
path: root/tests/testassistant.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a more complex widget in the flipping assistantSébastien Granjoux2015-10-291-3/+8
| | | | | This reproduces the problem from bug https://bugzilla.gnome.org/show_bug.cgi?id=756385
* testassistant: Add another exampleMatthias Clasen2015-10-261-0/+88
| | | | | | This adds a test involving removing and re-adding pages, to help with https://bugzilla.gnome.org/show_bug.cgi?id=756385
* testassistant: Remove padding from the filechooser pageMatthias Clasen2015-06-141-0/+1
| | | | | This tests the new assistant api to remove padding from pages.
* Add a filechooser-in-assistant exampleMatthias Clasen2015-06-141-0/+6
| | | | | This is one of the cases where one wants a page without any padding.
* tests: Stop using GtkAlignmentMatthias Clasen2014-05-231-10/+9
| | | | Fix up all other tests to not use GtkAlignment anymore.
* tests: fix button underline in testassistantWilliam Jon McCann2014-01-291-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723212
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-1/+1
| | | | With the exception of GtkActions and the tests for stock items.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* testassistant: don't use deprecated functionsCosimo Cecchi2011-05-061-18/+5
|
* testassistant: some more testsMatthias Clasen2011-05-061-2/+59
|
* tests: gtk_widget_render_icon() => gtk_widget_render_icon_pixbuf()Benjamin Otte2010-12-151-3/+3
|
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-3/+3
| | | | Because it's FALSE in virtually all use cases.
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-3/+3
|
* Use GtkBin accessorsJavier Jardón2010-07-131-2/+2
|
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-5/+5
| | | | | | Use gtk_widget_get_visible() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
* let the close button reflect the page_complete status of SUMMARY pagesSven Herzberg2009-12-101-2/+12
| | | | | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=604289 In order to respect this properly, we have to restore the original behavior by watching a flag to check if the user has already set this. * gtk/gtkassistant.c: fix the bug by introducing a flag to check for non-automatic value setting * tests/testassistant.c: updated the "generous assistant" to permit quick manual testing of this feature
* Revert name changeCody Russell2008-07-011-1/+1
| | | | svn path=/trunk/; revision=20724
* Practically everything changed.Cody Russell2008-06-301-1/+1
| | | | | | | | | | | | | 2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-1/+1
| | | | | | | 2006-12-22 Matthias Clasen <mclasen@redhat.com> * *.c: Replace a lot of idle and timeout calls by the new gdk_threads api.
* Actually implement visibility handling, and addMatthias Clasen2006-01-311-5/+26
| | | | | | | | | | | 2006-01-31 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkassistant.h: * gtk/gtkassistant.c: Actually implement visibility handling, and add gtk_assistant_update_buttons_state. * tests/testassistant.c: Test visibility handling.
* GtkAssistant stuffMatthias Clasen2006-01-301-15/+125
|
* GtkAssistant testsMatthias Clasen2006-01-211-0/+454