Home
last modified time | relevance | path

Searched refs:GetDateCoord (Results 1 – 15 of 15) sorted by relevance

/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/generic/
H A Dcalctrl.h257 bool GetDateCoord(const wxDateTime& date, int *day, int *week) const;
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/generic/
H A Dcalctrl.h271 bool GetDateCoord(const wxDateTime& date, int *day, int *week) const;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/generic/
H A Dcalctrl.h271 bool GetDateCoord(const wxDateTime& date, int *day, int *week) const;
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/generic/
H A Dcalctrl.h271 bool GetDateCoord(const wxDateTime& date, int *day, int *week) const;
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/generic/
H A Dcalctrl.h271 bool GetDateCoord(const wxDateTime& date, int *day, int *week) const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/
H A Dcalctrlg.h262 bool GetDateCoord(const wxDateTime& date, int *day, int *week) const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/
H A Dcalctrlg.h262 bool GetDateCoord(const wxDateTime& date, int *day, int *week) const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dcalctrlg.cpp1161 if ( GetDateCoord(fromdate, &fd, &fw) && GetDateCoord(todate, &td, &tw) ) in HighlightRange()
1233 bool wxGenericCalendarCtrl::GetDateCoord(const wxDateTime& date, int *day, int *week) const in GetDateCoord() function in wxGenericCalendarCtrl
1281GetDateCoord(ldcm.SetToLastMonthDay(m_date.GetMonth(), m_date.GetYear()), &lastday, &lastweek); in GetDateCoord()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dcalctrl.cpp1265 if ( GetDateCoord(fromdate, &fd, &fw) && GetDateCoord(todate, &td, &tw) ) in HighlightRange()
1337 bool wxCalendarCtrl::GetDateCoord(const wxDateTime& date, int *day, int *week) const in GetDateCoord() function in wxCalendarCtrl
1385GetDateCoord(ldcm.SetToLastMonthDay(m_date.GetMonth(), m_date.GetYear()), &lastday, &lastweek); in GetDateCoord()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dcalctrl.cpp1265 if ( GetDateCoord(fromdate, &fd, &fw) && GetDateCoord(todate, &td, &tw) ) in HighlightRange()
1337 bool wxCalendarCtrl::GetDateCoord(const wxDateTime& date, int *day, int *week) const in GetDateCoord() function in wxCalendarCtrl
1385GetDateCoord(ldcm.SetToLastMonthDay(m_date.GetMonth(), m_date.GetYear()), &lastday, &lastweek); in GetDateCoord()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dcalctrl.cpp1265 if ( GetDateCoord(fromdate, &fd, &fw) && GetDateCoord(todate, &td, &tw) ) in HighlightRange()
1337 bool wxCalendarCtrl::GetDateCoord(const wxDateTime& date, int *day, int *week) const in GetDateCoord() function in wxCalendarCtrl
1385GetDateCoord(ldcm.SetToLastMonthDay(m_date.GetMonth(), m_date.GetYear()), &lastday, &lastweek); in GetDateCoord()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dcalctrl.cpp1265 if ( GetDateCoord(fromdate, &fd, &fw) && GetDateCoord(todate, &td, &tw) ) in HighlightRange()
1337 bool wxCalendarCtrl::GetDateCoord(const wxDateTime& date, int *day, int *week) const in GetDateCoord() function in wxCalendarCtrl
1385GetDateCoord(ldcm.SetToLastMonthDay(m_date.GetMonth(), m_date.GetYear()), &lastday, &lastweek); in GetDateCoord()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dcalctrlg.cpp1155 if ( GetDateCoord(fromdate, &fd, &fw) && GetDateCoord(todate, &td, &tw) ) in HighlightRange()
1227 bool wxGenericCalendarCtrl::GetDateCoord(const wxDateTime& date, int *day, int *week) const in GetDateCoord() function in wxGenericCalendarCtrl
1275GetDateCoord(ldcm.SetToLastMonthDay(m_date.GetMonth(), m_date.GetYear()), &lastday, &lastweek); in GetDateCoord()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dcalctrlg.cpp1161 if ( GetDateCoord(fromdate, &fd, &fw) && GetDateCoord(todate, &td, &tw) ) in HighlightRange()
1233 bool wxGenericCalendarCtrl::GetDateCoord(const wxDateTime& date, int *day, int *week) const in GetDateCoord() function in wxGenericCalendarCtrl
1281GetDateCoord(ldcm.SetToLastMonthDay(m_date.GetMonth(), m_date.GetYear()), &lastday, &lastweek); in GetDateCoord()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/generic/
H A Dcalctrlg.h262 bool GetDateCoord(const wxDateTime& date, int *day, int *week) const;