search for: thm_width

Displaying 2 results from an estimated 2 matches for "thm_width".

Did you mean: tex_width
2004 Jan 08
3
pictorG
...' include Wx ID_SETROOT,ID_TOOLBAR,ID_SHOWCAT,ID_EDITLAB,=(1..40).to_a # nicer way??? # Tree = Tree(label, children) | Object (where Object is String...) class Tree attr_reader :label, :children def initialize label, children=nil @label, @children = label, children end end THM_HEIGHT=THM_WIDTH=128 #======================================================================== class MyImageFrame < Dialog # -- opens a dialog to show a picture def initialize parent, title, filename super(parent, -1, title) @bitmap=Bitmap.new(filename,BITMAP_TYPE_ANY) # why should I say BITMAP_TYPE_A...
2003 Nov 10
5
picture organizer -- need a bit of help
While trying to develop a little wxruby program, I have some difficulties, namely: 1. I want to read all kind of graphic files, (mainly jpg, png and tiff is enough...) But, the current implementation seems to deal only with bmps and currently there is no way to call ::wxInitAllImageHandlers. 2. I think DnD is required in my case: I want to drop filenames on a TreeCtrl. I will try to add