[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] IsVisible() solution
From: |
Horst Herb |
Subject: |
Re: [Gnumed-devel] IsVisible() solution |
Date: |
Mon, 26 Jul 2004 10:15:50 +1000 |
User-agent: |
KMail/1.6.2 |
On Mon, 26 Jul 2004 09:03, Karsten Hilbert wrote:
> > Refresh() as a method of the panel in question.
>
> I take it Refresh() is what EVT_PAINT would've called were it
> sent in the first place ?
Almost - Refresh() is a method of any wxWindow object that will trigger a
paint event.
Horst