Home
last modified time | relevance | path

Searched refs:wxHL_ALIGN_CENTRE (Results 1 – 25 of 43) sorted by relevance

12

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dhyperlink.h11 #define wxHL_ALIGN_CENTRE 0x0008 macro
12 #define wxHL_DEFAULT_STYLE (wxHL_CONTEXTMENU|wxNO_BORDER|wxHL_ALIGN_CENTRE)
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dhyperlink.h11 #define wxHL_ALIGN_CENTRE 0x0008 macro
12 #define wxHL_DEFAULT_STYLE (wxHL_CONTEXTMENU|wxNO_BORDER|wxHL_ALIGN_CENTRE)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dhyperlink.h11 #define wxHL_ALIGN_CENTRE 0x0008 macro
12 #define wxHL_DEFAULT_STYLE (wxHL_CONTEXTMENU|wxNO_BORDER|wxHL_ALIGN_CENTRE)
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dhyperlnkcmn.cpp73 wxFLAGS_MEMBER(wxHL_ALIGN_CENTRE)
114 (int)((style & wxHL_ALIGN_CENTRE) != 0) + in CheckParams()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dhyperlnkcmn.cpp76 wxFLAGS_MEMBER(wxHL_ALIGN_CENTRE)
117 (int)((style & wxHL_ALIGN_CENTRE) != 0) + in CheckParams()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dhyperlnkcmn.cpp76 wxFLAGS_MEMBER(wxHL_ALIGN_CENTRE)
117 (int)((style & wxHL_ALIGN_CENTRE) != 0) + in CheckParams()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dhyperlink.h27 #define wxHL_ALIGN_CENTRE 0x0008 macro
28 #define wxHL_DEFAULT_STYLE (wxHL_CONTEXTMENU|wxNO_BORDER|wxHL_ALIGN_CENTRE)
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dhyperlink.h27 #define wxHL_ALIGN_CENTRE 0x0008 macro
28 #define wxHL_DEFAULT_STYLE (wxHL_CONTEXTMENU|wxNO_BORDER|wxHL_ALIGN_CENTRE)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dhyperlink.h27 #define wxHL_ALIGN_CENTRE 0x0008 macro
28 #define wxHL_DEFAULT_STYLE (wxHL_CONTEXTMENU|wxNO_BORDER|wxHL_ALIGN_CENTRE)
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dhyperlink.h28 #define wxHL_ALIGN_CENTRE 0x0008 macro
29 #define wxHL_DEFAULT_STYLE (wxHL_CONTEXTMENU|wxNO_BORDER|wxHL_ALIGN_CENTRE)
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dhyperlink.h28 #define wxHL_ALIGN_CENTRE 0x0008 macro
29 #define wxHL_DEFAULT_STYLE (wxHL_CONTEXTMENU|wxNO_BORDER|wxHL_ALIGN_CENTRE)
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dhyperlink.h28 #define wxHL_ALIGN_CENTRE 0x0008 macro
29 #define wxHL_DEFAULT_STYLE (wxHL_CONTEXTMENU|wxNO_BORDER|wxHL_ALIGN_CENTRE)
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dhyperlink.h28 #define wxHL_ALIGN_CENTRE 0x0008 macro
29 #define wxHL_DEFAULT_STYLE (wxHL_CONTEXTMENU|wxNO_BORDER|wxHL_ALIGN_CENTRE)
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/widgets/
H A Dhyperlnk.cpp257 style = (wxHL_DEFAULT_STYLE & ~wxHL_ALIGN_CENTRE)|style; in CreateHyperlinkLong()
315 addstyle = wxHL_ALIGN_CENTRE; in OnAlignment()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/widgets/
H A Dhyperlnk.cpp257 style = (wxHL_DEFAULT_STYLE & ~wxHL_ALIGN_CENTRE)|style; in CreateHyperlinkLong()
315 addstyle = wxHL_ALIGN_CENTRE; in OnAlignment()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/widgets/
H A Dhyperlnk.cpp257 style = (wxHL_DEFAULT_STYLE & ~wxHL_ALIGN_CENTRE)|style; in CreateHyperlinkLong()
315 addstyle = wxHL_ALIGN_CENTRE; in OnAlignment()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/widgets/
H A Dhyperlnk.cpp257 style = (wxHL_DEFAULT_STYLE & ~wxHL_ALIGN_CENTRE)|style; in CreateHyperlinkLong()
315 addstyle = wxHL_ALIGN_CENTRE; in OnAlignment()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/xrc/
H A Dxh_hyperlink.cpp52 XRC_ADD_STYLE(wxHL_ALIGN_CENTRE); in wxHyperlinkCtrlXmlHandler()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dhyperlink.cpp84 (int)((style & wxHL_ALIGN_CENTRE) != 0) + in BEGIN_EVENT_TABLE()
175 if (HasFlag(wxHL_ALIGN_CENTRE)) in GetLabelRect()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dhyperlink.cpp84 (int)((style & wxHL_ALIGN_CENTRE) != 0) + in BEGIN_EVENT_TABLE()
175 if (HasFlag(wxHL_ALIGN_CENTRE)) in GetLabelRect()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dhyperlink.cpp84 (int)((style & wxHL_ALIGN_CENTRE) != 0) + in BEGIN_EVENT_TABLE()
175 if (HasFlag(wxHL_ALIGN_CENTRE)) in GetLabelRect()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dhyperlink.cpp84 (int)((style & wxHL_ALIGN_CENTRE) != 0) + in BEGIN_EVENT_TABLE()
175 if (HasFlag(wxHL_ALIGN_CENTRE)) in GetLabelRect()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/xrc/
H A Dxh_hyperlink.cpp57 XRC_ADD_STYLE(wxHL_ALIGN_CENTRE); in IMPLEMENT_DYNAMIC_CLASS()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/xrc/
H A Dxh_hyperlink.cpp57 XRC_ADD_STYLE(wxHL_ALIGN_CENTRE); in IMPLEMENT_DYNAMIC_CLASS()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/xrc/
H A Dxh_hyperlink.cpp57 XRC_ADD_STYLE(wxHL_ALIGN_CENTRE); in IMPLEMENT_DYNAMIC_CLASS()

12