search for: configure_window

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

2006 Oct 19
0
[691] trunk/wxruby2/samples/calendar/calendar.rb: Placed controls within a panel so they appear on the correct themed background
...el><ins>+ now = DateTime.now + @calendar = MyCalendar.new(@panel, now, @calendar_flags) </ins><span class="cx"> </span><span class="cx"> @sizer = BoxSizer.new(VERTICAL) </span><span class="cx"> configure_window </span><span class="lines">@@ -167,11 +166,11 @@ </span><span class="cx"> end </span><span class="cx"> </span><span class="cx"> def configure_window </span><del>- @sizer.add(@calendar...
2007 Feb 12
0
[864] trunk/wxruby2/samples/calendar/calendar.rb: Fix a couple of errors, add a note on CalendarDateAttr
...calendar_flags) </del><ins>+ @calendar = MyCalendar.new(@panel, self, now, @calendar_flags) </ins><span class="cx"> </span><span class="cx"> @sizer = BoxSizer.new(VERTICAL) </span><span class="cx"> configure_window </span><span class="lines">@@ -232,7 +231,7 @@ </span><span class="cx"> else </span><span class="cx"> style &= ~flag </span><span class="cx"> end </span><del>- @c...