summaryrefslogtreecommitdiff
path: root/tests/testtooltips.c
Commit message (Expand)AuthorAgeFilesLines
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-2/+2
* Removed all variables from GtkTreeViewColumn and created GtkTreeViewColumnPri...Tristan Van Berkom2010-12-051-1/+1
* Make tests compile without using GtkStyle apiMatthias Clasen2010-12-041-2/+2
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* testtooltips: Connect to draw signalBenjamin Otte2010-09-261-17/+6
* testtooltips: Don't call gdk_window_get_pointer() in expose eventsBenjamin Otte2010-09-261-2/+0
* tests/testtooltips.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-5/+8
* Move sealed attributes to private struct.Ignacio Casal Quinteiro2010-07-121-2/+3
* Add code to test gtk_tooltip_set_custom()Matthias Clasen2007-07-241-0/+32
* Remove obsolete code. Bug #459566.Christian Persch2007-07-231-21/+0
* add more convenience API.Kristian Rietveld2007-07-191-1/+5
* #408327, improve tooltip positioning.Kristian Rietveld2007-07-131-0/+2
* Improving handling of tooltip-text property. Also check result of tooltipMathias Hasselmann2007-06-151-0/+20
* Introduce convenience property "GtkWidget:tooltip-text" taking care ofMathias Hasselmann2007-06-151-6/+6
* Audit of GtkTreeView coordinate system usage. (#142494).Kristian Rietveld2007-06-131-1/+7
* also handle keyboard tooltips. (#408325, Matthias Clasen).Kristian Rietveld2007-02-161-4/+15
* remove unused get of has_tooltip.Kristian Rietveld2007-02-061-1/+1
* New tooltips API.Kristian Rietveld2007-02-061-0/+377