Alexander Wagner a écrit : > Hi! > > As I just noticed it for mask comments: These windows are not resizable > in current cvs as well. :( > > For comment editor and cc window I solve resizability by adding a new > function that handles the <Configure>. Might it be, that such a function > passed on to ::docking::handleConfigureEvent resizing function is for > each and every window? > > If so, could it be possible to have a "once and for all" function? > > Or is there a problem in the docking code that just shows up in > classical mode? >
I don't really understand your point but ::docking::handleConfigureEvent is simply a helper function to prevent on the fly resizing, and triggers a display refresh every 400 msec, if needed (see the code). So you don't need to use it except if your window is really complex and consumes time to be refreshed. Pascal ------------------------------------------------------------------------------ _______________________________________________ Scid-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scid-users
