Home
last modified time | relevance | path

Searched refs:OnChangeFont (Results 1 – 25 of 28) sorted by relevance

12

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dfontdlgg.cpp190 EVT_CHECKBOX(wxID_FONT_UNDERLINE, wxGenericFontDialog::OnChangeFont)
191 EVT_CHOICE(wxID_FONT_STYLE, wxGenericFontDialog::OnChangeFont)
192 EVT_CHOICE(wxID_FONT_WEIGHT, wxGenericFontDialog::OnChangeFont)
193 EVT_CHOICE(wxID_FONT_FAMILY, wxGenericFontDialog::OnChangeFont)
194 EVT_CHOICE(wxID_FONT_COLOUR, wxGenericFontDialog::OnChangeFont)
197 EVT_TEXT(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
199 EVT_CHOICE(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
568 void wxGenericFontDialog::OnChangeFont(wxCommandEvent& WXUNUSED(event)) in OnChangeFont() function in wxGenericFontDialog
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dfontdlgg.cpp100 EVT_CHECKBOX(wxID_FONT_UNDERLINE, wxGenericFontDialog::OnChangeFont)
101 EVT_CHOICE(wxID_FONT_STYLE, wxGenericFontDialog::OnChangeFont)
102 EVT_CHOICE(wxID_FONT_WEIGHT, wxGenericFontDialog::OnChangeFont)
103 EVT_CHOICE(wxID_FONT_FAMILY, wxGenericFontDialog::OnChangeFont)
104 EVT_CHOICE(wxID_FONT_COLOUR, wxGenericFontDialog::OnChangeFont)
107 EVT_TEXT(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
109 EVT_CHOICE(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
475 void wxGenericFontDialog::OnChangeFont(wxCommandEvent& WXUNUSED(event)) in OnChangeFont() function in wxGenericFontDialog
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dfontdlgg.cpp100 EVT_CHECKBOX(wxID_FONT_UNDERLINE, wxGenericFontDialog::OnChangeFont)
101 EVT_CHOICE(wxID_FONT_STYLE, wxGenericFontDialog::OnChangeFont)
102 EVT_CHOICE(wxID_FONT_WEIGHT, wxGenericFontDialog::OnChangeFont)
103 EVT_CHOICE(wxID_FONT_FAMILY, wxGenericFontDialog::OnChangeFont)
104 EVT_CHOICE(wxID_FONT_COLOUR, wxGenericFontDialog::OnChangeFont)
107 EVT_TEXT(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
109 EVT_CHOICE(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
475 void wxGenericFontDialog::OnChangeFont(wxCommandEvent& WXUNUSED(event)) in OnChangeFont() function in wxGenericFontDialog
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dfontdlgg.cpp100 EVT_CHECKBOX(wxID_FONT_UNDERLINE, wxGenericFontDialog::OnChangeFont)
101 EVT_CHOICE(wxID_FONT_STYLE, wxGenericFontDialog::OnChangeFont)
102 EVT_CHOICE(wxID_FONT_WEIGHT, wxGenericFontDialog::OnChangeFont)
103 EVT_CHOICE(wxID_FONT_FAMILY, wxGenericFontDialog::OnChangeFont)
104 EVT_CHOICE(wxID_FONT_COLOUR, wxGenericFontDialog::OnChangeFont)
107 EVT_TEXT(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
109 EVT_CHOICE(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
475 void wxGenericFontDialog::OnChangeFont(wxCommandEvent& WXUNUSED(event)) in OnChangeFont() function in wxGenericFontDialog
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dfontdlgg.cpp186 EVT_CHECKBOX(wxID_FONT_UNDERLINE, wxGenericFontDialog::OnChangeFont)
187 EVT_CHOICE(wxID_FONT_STYLE, wxGenericFontDialog::OnChangeFont)
188 EVT_CHOICE(wxID_FONT_WEIGHT, wxGenericFontDialog::OnChangeFont)
189 EVT_CHOICE(wxID_FONT_FAMILY, wxGenericFontDialog::OnChangeFont)
190 EVT_CHOICE(wxID_FONT_COLOUR, wxGenericFontDialog::OnChangeFont)
193 EVT_TEXT(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
195 EVT_CHOICE(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
557 void wxGenericFontDialog::OnChangeFont(wxCommandEvent& WXUNUSED(event)) in OnChangeFont() function in wxGenericFontDialog
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dfontdlgg.cpp100 EVT_CHECKBOX(wxID_FONT_UNDERLINE, wxGenericFontDialog::OnChangeFont)
101 EVT_CHOICE(wxID_FONT_STYLE, wxGenericFontDialog::OnChangeFont)
102 EVT_CHOICE(wxID_FONT_WEIGHT, wxGenericFontDialog::OnChangeFont)
103 EVT_CHOICE(wxID_FONT_FAMILY, wxGenericFontDialog::OnChangeFont)
104 EVT_CHOICE(wxID_FONT_COLOUR, wxGenericFontDialog::OnChangeFont)
107 EVT_TEXT(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
109 EVT_CHOICE(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
475 void wxGenericFontDialog::OnChangeFont(wxCommandEvent& WXUNUSED(event)) in OnChangeFont() function in wxGenericFontDialog
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dfontdlgg.cpp190 EVT_CHECKBOX(wxID_FONT_UNDERLINE, wxGenericFontDialog::OnChangeFont)
191 EVT_CHOICE(wxID_FONT_STYLE, wxGenericFontDialog::OnChangeFont)
192 EVT_CHOICE(wxID_FONT_WEIGHT, wxGenericFontDialog::OnChangeFont)
193 EVT_CHOICE(wxID_FONT_FAMILY, wxGenericFontDialog::OnChangeFont)
194 EVT_CHOICE(wxID_FONT_COLOUR, wxGenericFontDialog::OnChangeFont)
197 EVT_TEXT(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
199 EVT_CHOICE(wxID_FONT_SIZE, wxGenericFontDialog::OnChangeFont)
568 void wxGenericFontDialog::OnChangeFont(wxCommandEvent& WXUNUSED(event)) in OnChangeFont() function in wxGenericFontDialog
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbclabel.pas52 procedure OnChangeFont({%H-}Sender: TObject; {%H-}AData: BGRAPtrInt); procedure
224 procedure TCustomBCLabel.OnChangeFont(Sender: TObject; AData: BGRAPtrInt); procedure
354 FFontEx.OnChange := OnChangeFont;
H A Dbcpanel.pas58 procedure OnChangeFont({%H-}Sender: TObject; {%H-}AData: BGRAPtrInt); procedure
290 procedure TCustomBCPanel.OnChangeFont(Sender: TObject; AData: BGRAPtrInt); procedure
447 FFontEx.OnChange := OnChangeFont;
H A Dbcbuttonfocus.pas61 procedure OnChangeFont({%H-}Sender: TObject; {%H-}AData: PtrInt); procedure
467 procedure TBCButtonFocusState.OnChangeFont(Sender: TObject; AData: PtrInt); procedure
503 FFontEx.OnChange := OnChangeFont;
H A Dbcbutton.pas64 procedure OnChangeFont({%H-}Sender: TObject; {%H-}AData: PtrInt); procedure
489 procedure TBCButtonState.OnChangeFont(Sender: TObject; AData: PtrInt); procedure
525 FFontEx.OnChange := OnChangeFont;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/generic/
H A Dfontdlgg.h56 void OnChangeFont(wxCommandEvent& event);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/
H A Dfontdlgg.h66 void OnChangeFont(wxCommandEvent& event);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/
H A Dfontdlgg.h66 void OnChangeFont(wxCommandEvent& event);
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/generic/
H A Dfontdlgg.h64 void OnChangeFont(wxCommandEvent& event);
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/generic/
H A Dfontdlgg.h70 void OnChangeFont(wxCommandEvent& event);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/generic/
H A Dfontdlgg.h70 void OnChangeFont(wxCommandEvent& event);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/generic/
H A Dfontdlgg.h70 void OnChangeFont(wxCommandEvent& event);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/generic/
H A Dfontdlgg.h70 void OnChangeFont(wxCommandEvent& event);
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dnavutil.h235 void OnChangeFont(wxCommandEvent& event);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/text/
H A Dtext.cpp373 void OnChangeFont(wxCommandEvent& event);
1696 EVT_MENU(RICHTEXT_CHANGE_FONT, RichTextFrame::OnChangeFont) in wxBEGIN_EVENT_TABLE()
1805 void RichTextFrame::OnChangeFont(wxCommandEvent& WXUNUSED(event)) in OnChangeFont() function in RichTextFrame
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/text/
H A Dtext.cpp352 void OnChangeFont(wxCommandEvent& event);
1537 EVT_MENU(RICHTEXT_CHANGE_FONT, RichTextFrame::OnChangeFont) in BEGIN_EVENT_TABLE()
1646 void RichTextFrame::OnChangeFont(wxCommandEvent& WXUNUSED(event)) in OnChangeFont() function in RichTextFrame
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/text/
H A Dtext.cpp352 void OnChangeFont(wxCommandEvent& event);
1537 EVT_MENU(RICHTEXT_CHANGE_FONT, RichTextFrame::OnChangeFont) in BEGIN_EVENT_TABLE()
1646 void RichTextFrame::OnChangeFont(wxCommandEvent& WXUNUSED(event)) in OnChangeFont() function in RichTextFrame
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/text/
H A Dtext.cpp352 void OnChangeFont(wxCommandEvent& event);
1537 EVT_MENU(RICHTEXT_CHANGE_FONT, RichTextFrame::OnChangeFont) in BEGIN_EVENT_TABLE()
1646 void RichTextFrame::OnChangeFont(wxCommandEvent& WXUNUSED(event)) in OnChangeFont() function in RichTextFrame
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/text/
H A Dtext.cpp352 void OnChangeFont(wxCommandEvent& event);
1537 EVT_MENU(RICHTEXT_CHANGE_FONT, RichTextFrame::OnChangeFont) in BEGIN_EVENT_TABLE()
1646 void RichTextFrame::OnChangeFont(wxCommandEvent& WXUNUSED(event)) in OnChangeFont() function in RichTextFrame

12