Displaying 2 results from an estimated 2 matches for "wxwindow_gettextext".
2005 Nov 30
1
No matching function for overloaded ''wxWindow_GetTextExtent'' on Linux
...,
I get this error when I try to edit an item in the grid:
dewd@marieta:/mnt/workspace/tpl_src/src/wxruby2/samples/etc$ ruby
system_settings.rb
Our Initialize was called
Their Initialize returned 1
system_settings.rb:245:in `get_text_extent'': No matching function for
overloaded ''wxWindow_GetTextExtent'' (ArgumentError)
from system_settings.rb:245
I have been getting this consistently on Ubuntu Breezy, wxRuby2 from CVS and
Darcs (I tested both just in case :-).
wxWidgets is 2.6.2.
GTK+ 2.8.6.
Any idea?
Thanks.
Cheers,
Joao
_______________________________________________...
2005 Nov 25
2
Wx::SystemSettings mark II
...system colours, fonts and metrics (eg cursor size, display size) in a Grid.
Incidentally, there seems to be a bug in Wx::Grid - when I double-click
on a grid cell, I get
samples/system_settings/system_settings.rb:245:in `get_text_extent'': No
matching function for overloaded ''wxWindow_GetTextExtent'' (ArgumentError)
from samples/system_settings/system_settings.rb:245:in `main_loop''
from samples/system_settings/system_settings.rb:245
There''s no explicit call to get_text_extent, so maybe something getting
called by Wx that isn''t wrapped as expecte...