search for: evt_calendar_weekday_clicked

Displaying 4 results from an estimated 4 matches for "evt_calendar_weekday_clicked".

2007 Jun 25
0
[1073] trunk/wxruby2/doc/textile/calendarevent.txtl: Explain that get/set_week_day work with Integers
...an class="cx"> </span><del>- "DateTime::WeekDay":datetime::weekday.html *get_week_day*() </del><ins>+ Integer *get_week_day*() </ins><span class="cx"> </span><del>-Returns the week day on which the user clicked in -@EVT_CALENDAR_WEEKDAY_CLICKED@ handler. It doesn''t make sense to call -this function in other handlers. </del><ins>+Returns an integer for the weekday clicked in an +@EVT_CALENDAR_WEEKDAY_CLICKED@ handler. This is an integer corresponding +to the day name that the user clicked upon in a +"CalendarCtrl&...
2007 May 29
0
[1035] trunk/wxruby2/swig/classes/EvtHandler.i: Removed a heap of redundant stuff that''s been #if 0''d for a while
...th(int argc, VALUE *argv, VALUE self) -{ - return internal_evt_with_id(argc, argv, self, wxEVT_CALENDAR_MONTH_CHANGED); -} - -static VALUE evt_calendar_year(int argc, VALUE *argv, VALUE self) -{ - return internal_evt_with_id(argc, argv, self, wxEVT_CALENDAR_YEAR_CHANGED); -} - -static VALUE evt_calendar_weekday_clicked(int argc, VALUE *argv, VALUE self) -{ - return internal_evt_with_id(argc, argv, self, wxEVT_CALENDAR_WEEKDAY_CLICKED); -} - -static VALUE evt_update_ui(int argc, VALUE *argv, VALUE self) -{ - return internal_evt_with_id(argc, argv, self, wxEVT_UPDATE_UI); -} - -static VALUE evt_paint(int ar...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...EVT_CALENDAR_SEL_CHANGED => Wx::CalendarEvent, - Wx::EVT_CALENDAR_DAY_CHANGED => Wx::CalendarEvent, - Wx::EVT_CALENDAR_MONTH_CHANGED => Wx::CalendarEvent, - Wx::EVT_CALENDAR_YEAR_CHANGED => Wx::CalendarEvent, - Wx::EVT_CALENDAR_DOUBLECLICKED => Wx::CalendarEvent, - Wx::EVT_CALENDAR_WEEKDAY_CLICKED => Wx::CalendarEvent, - Wx::EVT_CLOSE_WINDOW => Wx::CloseEvent, - Wx::EVT_COMMAND_BUTTON_CLICKED => Wx::CommandEvent, - Wx::EVT_COMMAND_CHECKBOX_CLICKED => Wx::CommandEvent, - Wx::EVT_COMMAND_CHOICE_SELECTED => Wx::CommandEvent, - Wx::EVT_COMMAND_LISTBOX_SELECTED =>...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...EVT_CALENDAR_SEL_CHANGED => Wx::CalendarEvent, + Wx::EVT_CALENDAR_DAY_CHANGED => Wx::CalendarEvent, + Wx::EVT_CALENDAR_MONTH_CHANGED => Wx::CalendarEvent, + Wx::EVT_CALENDAR_YEAR_CHANGED => Wx::CalendarEvent, + Wx::EVT_CALENDAR_DOUBLECLICKED => Wx::CalendarEvent, + Wx::EVT_CALENDAR_WEEKDAY_CLICKED => Wx::CalendarEvent, + Wx::EVT_CLOSE_WINDOW => Wx::CloseEvent, + Wx::EVT_COMMAND_BUTTON_CLICKED => Wx::CommandEvent, + Wx::EVT_COMMAND_CHECKBOX_CLICKED => Wx::CommandEvent, + Wx::EVT_COMMAND_CHOICE_SELECTED => Wx::CommandEvent, + Wx::EVT_COMMAND_LISTBOX_SELECTED =>...