Query: wxcalendarctrl
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxCalendarCtrl(3erl) Erlang Module Definition wxCalendarCtrl(3erl)NAMEwxCalendarCtrl - See external documentation: wxCalendarCtrl.DESCRIPTIONSee external documentation: wxCalendarCtrl . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandlerDATA TYPESwxCalendarCtrl() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.EXPORTSnew() -> wxCalendarCtrl() See external documentation . new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxCalendarCtrl() Equivalent to new(Parent, Id, []) . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxCalendarCtrl() Types Option = {date, datetime() (see module wx)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . create(This::wxCalendarCtrl(), Parent::wxWindow() (see module wxWindow), Id::integer()) -> bool() Equivalent to create(This, Parent, Id, []) . create(This::wxCalendarCtrl(), Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> bool() Types Option = {date, datetime() (see module wx)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . setDate(This::wxCalendarCtrl(), Date::datetime() (see module wx)) -> bool() See external documentation . getDate(This::wxCalendarCtrl()) -> datetime() (see module wx) See external documentation . enableYearChange(This::wxCalendarCtrl()) -> ok Equivalent to enableYearChange(This, []) . enableYearChange(This::wxCalendarCtrl(), Options::[Option]) -> ok Types Option = {enable, bool()} See external documentation . enableMonthChange(This::wxCalendarCtrl()) -> ok Equivalent to enableMonthChange(This, []) . enableMonthChange(This::wxCalendarCtrl(), Options::[Option]) -> ok Types Option = {enable, bool()} See external documentation . enableHolidayDisplay(This::wxCalendarCtrl()) -> ok Equivalent to enableHolidayDisplay(This, []) . enableHolidayDisplay(This::wxCalendarCtrl(), Options::[Option]) -> ok Types Option = {display, bool()} See external documentation . setHeaderColours(This::wxCalendarCtrl(), ColFg::colour() (see module wx), ColBg::colour() (see module wx)) -> ok See external documentation . getHeaderColourFg(This::wxCalendarCtrl()) -> colour() (see module wx) See external documentation . getHeaderColourBg(This::wxCalendarCtrl()) -> colour() (see module wx) See external documentation . setHighlightColours(This::wxCalendarCtrl(), ColFg::colour() (see module wx), ColBg::colour() (see module wx)) -> ok See external documentation . getHighlightColourFg(This::wxCalendarCtrl()) -> colour() (see module wx) See external documentation . getHighlightColourBg(This::wxCalendarCtrl()) -> colour() (see module wx) See external documentation . setHolidayColours(This::wxCalendarCtrl(), ColFg::colour() (see module wx), ColBg::colour() (see module wx)) -> ok See external documentation . getHolidayColourFg(This::wxCalendarCtrl()) -> colour() (see module wx) See external documentation . getHolidayColourBg(This::wxCalendarCtrl()) -> colour() (see module wx) See external documentation . getAttr(This::wxCalendarCtrl(), Day::integer()) -> wxCalendarDateAttr() (see module wxCalendarDateAttr) See external documentation . setAttr(This::wxCalendarCtrl(), Day::integer(), Attr::wxCalendarDateAttr() (see module wxCalendarDateAttr)) -> ok See external documentation . setHoliday(This::wxCalendarCtrl(), Day::integer()) -> ok See external documentation . resetAttr(This::wxCalendarCtrl(), Day::integer()) -> ok See external documentation . hitTest(This::wxCalendarCtrl(), Pos::{X::integer(), Y::integer()}) -> {WxCalendarHitTestResult, Date::datetime() (see module wx), Wd::Week- Day} Types WxCalendarHitTestResult = integer() WeekDay = integer() See external documentation . WxCalendarHitTestResult is one of ?wxCAL_HITTEST_NOWHERE | ?wxCAL_HITTEST_HEADER | ?wxCAL_HITTEST_DAY | ?wxCAL_HITTEST_INCMONTH | ?wxCAL_HITTEST_DECMONTH | ?wxCAL_HITTEST_SURROUNDING_WEEK WeekDay is one of ?wxDateTime_Sun | ?wxDateTime_Mon | ?wxDateTime_Tue | ?wxDateTime_Wed | ?wxDateTime_Thu | ?wxDateTime_Fri | ?wxDateTime_Sat | ?wxDateTime_Inv_WeekDay destroy(This::wxCalendarCtrl()) -> ok Destroys this object, do not use object againAUTHORS<> wxErlang 0.98.9 wxCalendarCtrl(3erl)
Related Man Pages |
---|
wxcolourpickerctrl(3erl) - linux |
wxslider(3erl) - linux |
wxspinbutton(3erl) - linux |
wxsplitterwindow(3erl) - linux |
wxtreebook(3erl) - linux |
Similar Topics in the Unix Linux Community |
---|
How to find Day of the Week from the given date (Perl)? |
Filename with datetime |