search for: roman_10b

Displaying 1 result from an estimated 1 matches for "roman_10b".

2004 Jun 19
4
FlexGridSizer question
...ate'' line up above the OK button. I have tried all combinations of ALIGN flags, but I either got the text sticking far too close to the left edge of the dialog or come very close to the Text Controls on the right. Any suggestions ? TIA, -- shanko =end require ''wxruby'' ROMAN_10B = Wx::Font.new(10, Wx::ROMAN, Wx::NORMAL, Wx::BOLD) ROMAN_12 = Wx::Font.new(12, Wx::ROMAN, Wx::NORMAL, Wx::NORMAL) class MyDialog < Wx::Dialog def initialize(parent) super( parent, -1, ''FlexGridSizer'') sizer = Wx::FlexGridSizer.new(4,2,0,5) week = Wx::Stati...