Re: [gtk-list] Re: list of events



> 
> Roger Books <books@mail.state.fl.us> writes:
> 
> > Can someone point me to where the events are listed?
> > 
> > I am doing a hide of a window, show another, and then
> > switch back.  It looks bad afterwards and I would like
> > to send an expose event to the main window to clean things
> > up, and I am having trouble finding the list of event types.
> 
> a) For a list of events types, you can look at the definition
>    of the GdkEventType enumeration in gdktypes.h.

Useful information.

> b) But don't send an expose event. Rather, call
>    gtk_widget_draw (widget, NULL);

I think I can do that.

> c) But don't do that, until you make up a test case and send
>    it to the list, so we can fix up what is being misdrawn.

I'm working on that part, the problem is my simple test case doesn't
seem to have the problem.  I'm going to have to yank the relevant parts
of my helpdesk program and see if I can duplicate it that way.

Roger



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]