mate-desktop / mate-media

Media tools for MATE
https://mate-desktop.org
GNU General Public License v2.0
19 stars 25 forks source link

Add scroll interface tabs with mouse wheel (advices needed) #134

Closed tamplan closed 5 years ago

tamplan commented 5 years ago

Initially, i wanted to fix https://github.com/mate-desktop/mate-control-center/issues/445 but as i not programmed in C for 30 years, i need some advice.

I have copy/paste piece of terminal-window.c to add scroll interface tabs but in case of mate-control-center capplets, it's better to export the function 'notebook_scroll_event_cb' in his own c file to link it between several capplets?

How can make a kind of share library?

Thanks for any help on that subject by advance.

Regards

lukefromdc commented 5 years ago

This is actually two different and unrelated changes, that should be two different PR's. The first one can't break anything, testing the second now

tamplan commented 5 years ago

I was sure the commit https://github.com/mate-desktop/mate-media/pull/134/commits/f6408058f7999785debdd7bb569f8d8241823c4d was merged in the previous PR https://github.com/mate-desktop/mate-media/pull/133.

I think i was differences between my remote and local repositories. I'll check all of them, clean and purpose again this PR.

Regards

tamplan commented 5 years ago

New repository made...