You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to gtk and gkt-rs so sorry for the basic question. I am trying to create an application that has tabs in the title bar that mimic the behaviour seen in Firefox's tabs. That is;
One process can have multiple window instances
Can rearrange tabs on the same window instance
Can drag tab off a window instance to produce a new window instance
Can drag tab from one windows instance onto another window instance
Middle click closes a tab
Looking through the Widget Gallery, I am not seeing any supported method of implementing this.
Is this something you have to implement by hand? If so, how does one do it such that it's in line with the adwaita best practices?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am new to gtk and gkt-rs so sorry for the basic question. I am trying to create an application that has tabs in the title bar that mimic the behaviour seen in Firefox's tabs. That is;
Looking through the Widget Gallery, I am not seeing any supported method of implementing this.
Is this something you have to implement by hand? If so, how does one do it such that it's in line with the adwaita best practices?
Beta Was this translation helpful? Give feedback.
All reactions