gtk/tests
Tor Lillqvist dd36afc207 Don't use the same name for a function that used to be a variable
Rename the gtk_major_version() etc functions I introduced yesterday to
start with gtk_get. Avoids misleading results in client programs whose
developers that don't notice the change or the compiler warnings, and
when recompiling against gtk3 then use the function addresses as the
version numbers.
2010-09-09 11:06:26 +03:00
..
dummy-headers
test-images
3DRings.xpm
apple-red.png
autotestfilesystem.c
autotestkeywords.cc Don't include gdkwin32.h when testing Objective-C++ 2009-10-09 14:35:49 +03:00
check-n.xpm
check-y.xpm
circles.xbm
FilesQueue.xpm
flicker.c Add testcase showing Gtk+ flickering a lot 2009-04-02 10:14:04 +02:00
gnome-textfile.png
gtkoffscreenbox.c tests/gtkoffscreenbox.c: Use accessor functions to access GtkWidget 2010-08-22 18:29:28 +02:00
gtkoffscreenbox.h Add offscreen testcase 2009-04-02 10:14:04 +02:00
Makefile.am Added initial revision of GtkWrapBox container widget and test case. 2010-08-28 16:01:59 +09:00
makefile.msc Build more testapps, use G_PI instead of M_PI 2009-07-13 09:44:59 +02:00
marble.xpm
merge-1.ui
merge-2.ui Add UI manager attribute to always show image in menu items 2009-11-27 19:14:43 +01:00
merge-3.ui
Modeller.xpm
print-editor.c tests/print-editor.c: Use accessor functions to access GtkWidget 2010-08-22 18:29:35 +02:00
prop-editor.c Use GtkBin accessors 2010-07-13 19:40:47 +02:00
prop-editor.h
simple.c Completely remove any use of GtkWindow allow-grow and allow-shrink properties 2010-08-07 17:19:16 +02:00
stresstest-toolbar.c Use accessor functions to access GtkToolbar 2010-08-14 02:25:33 +02:00
test.xpm
testaccel.c
testactions.c
testapplication.c [testapplication] Fix some compilation warnings 2010-06-24 01:51:33 +02:00
testapplication.desktop Add GtkApplication 2010-06-07 16:46:30 -04:00
testassistant.c Use GtkBin accessors 2010-07-13 19:40:47 +02:00
testbbox.c
testbuttons.c Use standard icon names in demos and tests 2010-08-21 03:08:15 +02:00
testcairo.c tests/testcairo.c: Use accessor functions to access GtkWidget 2010-08-22 18:29:42 +02:00
testcalendar.c Use accessor funcions to access GtkCalendar 2010-08-12 18:02:31 +02:00
testcellrenderertext.c
testclientmessage.c CSW Win32 work in progress - builds but does not work yet. 2009-04-02 10:16:29 +02:00
testcombo.c Revert "Add length to gtk_tree_path_get_indices" 2010-06-28 14:15:10 -04:00
testcombochange.c Adapt tests to dialog api change 2010-09-02 09:31:54 -04:00
testdnd.c testdnd: Convert to use pixbufs as icons 2010-08-10 21:02:30 +02:00
testellipsise.c tests/testellipsise.c: Use accessor functions to access GtkWidget 2010-08-22 18:29:49 +02:00
testentrycompletion.c
testentryicons.c Use standard icon names in demos and tests 2010-08-21 03:08:15 +02:00
testexpander.c Add an expander-in-dialog example 2010-06-24 00:35:24 -04:00
testfilechooser.c Add an --initial-folder option to testfilechooser.c 2009-06-12 14:09:47 -05:00
testfilechooserbutton.c Adapt tests to dialog api change 2010-09-02 09:31:54 -04:00
testframe.c tests/testframe.c: Use accessor functions to access GtkWidget 2010-08-22 18:29:56 +02:00
testgrouping.c
testgtk.1
testgtk.c Don't use the same name for a function that used to be a variable 2010-09-09 11:06:26 +03:00
testgtkrc Remove GtkCurve completely 2010-05-03 01:51:20 +02:00
testgtkrc2
testheightforwidth.c Added test case to testheightforwidth.c to show GtkComboBox/GtkMenu wrapping in action 2010-08-18 20:01:28 -04:00
testicontheme.c
testiconview-keynav.c tests/testiconview-keynav.c: Use accessor functions to access GtkWidget 2010-08-22 18:30:10 +02:00
testiconview.c
testimage.c
testinput.c tests/testinput.c: Use accessor functions to access GtkWidget 2010-08-22 18:30:17 +02:00
testmenubars.c Use GtkBin accessors 2010-07-13 19:40:47 +02:00
testmerge.c Replaced deprecated call to gtk_action_connect_proxy with call to gtk_activatable_set_related_action 2009-05-11 13:52:16 +02:00
testmountoperation.c
testmultidisplay.c Use accessor functions to access GtkDialog 2010-07-13 19:40:47 +02:00
testmultiscreen.c Completely remove any use of GtkWindow allow-grow and allow-shrink properties 2010-08-07 17:19:16 +02:00
testnotebookdnd.c
testnouiprint.c
testoffscreen.c tests/testoffscreen.c: Use accessor functions to access GtkWidget 2010-08-22 18:30:23 +02:00
testoffscreenwindow.c tests/testoffscreenwindow.c: Use accessor functions to access GtkWidget 2010-08-22 18:30:31 +02:00
testorientable.c Testcase for GtkOrientable 2009-06-15 09:14:00 +08:00
testprint.c
testprintfileoperation.c
testprintfileoperation.h
testrc.c
testrecentchooser.c
testrecentchoosermenu.c Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT) 2010-04-03 20:58:22 -04:00
testrichtext.c
testscale.c Remove some unused variables (GnomeBug:591218) 2009-08-10 11:06:54 +02:00
testselection.c tests/testselection.c: Use accessor functions to access GtkWidget 2010-08-22 18:30:37 +02:00
testsocket_child.c
testsocket_common.c tests/testsocket: Fix broken test 2010-08-24 23:49:21 +02:00
testsocket.c tests/testsocket: Fix broken test 2010-08-24 23:49:21 +02:00
testspinbutton.c
teststatusicon.c tests: Remove all code relating to the blink menu item 2010-09-03 13:38:29 +02:00
testtext.c Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guards 2010-06-07 04:50:05 +02:00
testthreads.c tests: Use gtk_widget_set_size_request() instead gtk_widget_set_usize() 2010-09-08 18:39:36 +02:00
testtoolbar.c Use accessor functions to access GtkToolbar 2010-08-14 02:25:33 +02:00
testtooltips.c tests/testtooltips.c: Use accessor functions to access GtkWidget 2010-08-22 18:30:58 +02:00
testtreecolumns.c Revert "Add length to gtk_tree_path_get_indices" 2010-06-28 14:15:10 -04:00
testtreecolumnsizing.c
testtreeedit.c
testtreeflow.c Use GtkBin accessors 2010-07-13 19:40:47 +02:00
testtreefocus.c Revert "Add length to gtk_tree_path_get_indices" 2010-06-28 14:15:10 -04:00
testtreemodel.c
testtreesort.c
testtreeview-plan.txt
testtreeview.c Port testtreeview to new API 2010-05-03 01:51:23 +02:00
testvolumebutton.c Removed deprecated call to gtk_scale_button_get_orientation 2009-05-11 13:52:16 +02:00
testwindows.c tests/testwindows.c: Use accessor functions to access GtkWidget 2010-08-22 18:31:06 +02:00
testwrapbox.c Enhanced/Simplified GtkWrapBox api as per Havoc's comments. 2010-09-02 15:36:36 +09:00
testxinerama.c tests/testxinerama.c: Use accessor functions to access GtkWidget 2010-08-22 18:31:12 +02:00
treestoretest.c