Displaying 6 results from an estimated 6 matches for "gridcellboolrenderer".
2006 Aug 30
5
include.zip
These are the files from the swig/classes/include directory. I hope the
line endings don''t end up wrong.
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...on.o obj/GBSpan.o obj/GDIObject.o obj/GLCanvas.o obj/Gauge.o obj/GenericDirCtrl.o obj/GraphicsBrush.o obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMatrix.o obj/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o obj/GridBagSizer.o obj/GridCellAttr.o obj/GridCellBoolEditor.o obj/GridCellBoolRenderer.o obj/GridCellChoiceEditor.o obj/GridCellEditor.o obj/GridCellFloatEditor.o obj/GridCellFloatRenderer.o obj/GridCellNumberEditor.o obj/GridCellNumberRenderer.o obj/GridCellRenderer.o obj/GridCellStringRenderer.o obj/GridCellTextEditor.o obj/GridEditorCreatedEvent.o obj/GridEvent.o obj/GridRangeSele...
2007 Mar 20
0
[903] branches/wxruby2/wxwidgets_282/samples: Added #!/usr/bin/env ruby to the grid sample.
...;foo'', ''bar'', ''baz''])
- @grid.set_cell_value(3, 3, ''Choice editor below'')
- @grid.set_cell_editor(4, 3, editor)
-
- @grid.auto_size_row(3, true)
-
- # Display of cells can be customised
- @grid.set_cell_renderer(6, 0, Wx::GridCellBoolRenderer.new)
- @grid.set_cell_value(6, 1, ''Cell to the left displayed as boolean'')
- end
-
-end
-
-class GridApp < Wx::App
- def on_init
- frame = GridFrame.new(nil, -1, "Grid Sample",
- Wx::Point.new(10, 100),
- Wx::S...
2007 Feb 14
0
[875] trunk/wxruby2/samples: Add expanded grid sample
...;foo'', ''bar'', ''baz''])
+ @grid.set_cell_value(3, 3, ''Choice editor below'')
+ @grid.set_cell_editor(4, 3, editor)
+
+ @grid.auto_size_row(3, true)
+
+ # Display of cells can be customised
+ @grid.set_cell_renderer(6, 0, Wx::GridCellBoolRenderer.new)
+ @grid.set_cell_value(6, 1, ''Cell to the left displayed as boolean'')
+ end
+
+end
+
+class GridApp < Wx::App
+ def on_init
+ frame = GridFrame.new(nil, -1, "Grid Sample",
+ Wx::Point.new(10, 100),
+ Wx::S...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...Span.o obj/GCDC.o obj/GDIObject.o obj/GLCanvas.o
obj/Gauge.o obj/GenericDirCtrl.o obj/GraphicsBrush.o
obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMatrix.o
obj/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o
obj/GridBagSizer.o obj/GridCellAttr.o obj/GridCellBoolEditor.o
obj/GridCellBoolRenderer.o obj/GridCellChoiceEditor.o
obj/GridCellEditor.o obj/GridCellFloatEditor.o
obj/GridCellFloatRenderer.o obj/GridCellNumberEditor.o
obj/GridCellNumberRenderer.o obj/GridCellRenderer.o
obj/GridCellStringRenderer.o obj/GridCellTextEditor.o
obj/GridEditorCreatedEvent.o obj/GridEvent.o obj/GridRangeSele...
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my
linux box. I compiled the demos and all the demos, save dbbrowse,
work. I think I have a functional wx. Now I''m trying to install wxRuby
from source, since I have a 64 bit machine. I only have permission to
my home directory so my installation is :
/usr/people/stevenq/Applications/wxX11/