Home
last modified time | relevance | path

Searched refs:text_edit_button_frame (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Drich_text_edit_dlg.cpp87 BEGIN_MESSAGE_MAP(text_edit_button_frame, CWnd) in BEGIN_MESSAGE_MAP() argument
106 text_edit_button_frame::text_edit_button_frame(widget_info *info, CWnd *pParent) in BEGIN_MESSAGE_MAP()
120 text_edit_button_frame::~text_edit_button_frame() in ~text_edit_button_frame()
126 int text_edit_button_frame::OnCreate(LPCREATESTRUCT lpCreateStruct) in OnCreate()
193 void text_edit_button_frame::OnSize(UINT nType, int cx, int cy) in OnSize()
272 void text_edit_button_frame::OnClickBold() in OnClickBold()
282 void text_edit_button_frame::OnClickItalic() in OnClickItalic()
292 void text_edit_button_frame::OnClickUnderline() in OnClickUnderline()
302 void text_edit_button_frame::OnClickLeftAlign() in OnClickLeftAlign()
312 void text_edit_button_frame::OnClickCenterAlign() in OnClickCenterAlign()
[all …]
Drich_text_edit_dlg.h25 class text_edit_button_frame : public CWnd
28 text_edit_button_frame(widget_info *info, CWnd *pParent);
29 ~text_edit_button_frame();
156 text_edit_button_frame *mpButtonFrame;