How to execute Re-drawing ?

[email protected] 29 Oct 2004 15:03:04 +0900
Newsgroups gmane.comp.mozilla.devel.gtk
Message-ID <[email protected]>
I analyze a source file of mozilla and convert for my purpose.

I draw the character and the line in the form which overwrites a display portion of mozilla.

I want to execute re-drawing in nsWindow.cpp( widget/src/gtk/ ).

For example re-drawing is executed by mouse middle click.

But I don't know how to execute re-drawing.

Please teach me how to execute re-drawing.