wxWidgets/include/wx/gtk/private
Vadim Zeitlin 2a454ffdbd Correct text position in wxDataViewCustomRenderer::RenderText() in wxGTK.
It simply ignored the passed in rectangle meaning that the text was always
drawn at the top left corner of the cell rectangle.

Also more code cleanup: collect all render call parameters in a single struct
and provide a public function to set them all at once instead of making them
public.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-11-10 17:41:50 +00:00
..
gdkconv.h Correct text position in wxDataViewCustomRenderer::RenderText() in wxGTK. 2009-11-10 17:41:50 +00:00
messagetype.h Extract conversion from wx to GtkMessageType in a separate file. 2009-10-05 22:54:36 +00:00
mnemonics.h refactor wxGTK mnemonics conversion functions in a separate file to be able to reuse them from wxMenu too 2007-11-12 19:41:38 +00:00
object.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
string.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
timer.h check for wxUSE_TIMER in headers, not the files including them 2007-07-11 00:00:33 +00:00
win_gtk.h Store pointer to owning wxWindow in wxPizza widget 2009-01-29 22:32:25 +00:00