Home
last modified time | relevance | path

Searched refs:CSendExpose (Results 1 – 5 of 5) sorted by relevance

/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dcoolwidget.c322 CSendExpose (w->winid, 0, 0, w->width, w->height); in CExpose()
349 CSendExpose (win, x, y, w, h); in CExposeWindowArea()
H A Dcoolwidget.h877 int CSendExpose (Window win, int x, int y, int w, int h);
H A Dcoolnext.c344 int CSendExpose (Window win, int x, int y, int w, int h) in CSendExpose() function
/dports/editors/cooledit/cooledit-3.17.28/editor/
H A Ddebug.c423 CSendExpose (debug_session.w, 0, 0, 1000, 1000); in debug_callback()
H A Dcooledit.c911 CSendExpose (w->winid, VERT_TEXT_OFFSET, NUM_TOOL_BUTTONS * 25 + 12, 16, 1024); in change_syntax_type()