search for: roman_12

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

Did you mean: roman_10b
2004 Jun 19
4
FlexGridSizer question
...mbinations 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::StaticText.new(self, -1, ''Week'') week.set_fo...