Comment 2 for bug 1526230

Revision history for this message
Mister (t-morice4) wrote :

I'm quite comfortable with development, (it's my job) but putting some hours on this, I've felt like the 'Y' coordinate in a view isn't managed inside vala code but way deeper in gtk.

Tell me if I'm wrong but What I was trying to do is getting the Y value when we maximise a Window.
The event inside Window class should raise an event inside AbstractDirectoryView to get the Y value and store it.

Once we get back from original window size, the Y value should be set to retrieve the original state.

This is way harder to achieve that what I thought, am I doing it wrong ?
I guess I need some exercise/expertise but i'm not giving up here ^^

Thanks