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'm wondering it is possible to show a context menu on tab area only when right-clicking on the tabs?
Just like the following: Context menu on tab
If adding a context menu on notebook will display a context menu everywhere inside notebook instead of only on the tab area.
`
Notebook: nb:
tab_style = 'preferences'
Menu:
title = 'Futu'
context_menu = True
Action:
text = 'Connect'
triggered::print('connect...')
Action:
text = 'Property'
triggered::print('property')
Page:
title = 'FuTu'
closable = False
`
The text was updated successfully, but these errors were encountered:
I'm wondering it is possible to show a
context menu
on tab area only when right-clicking on the tabs?Just like the following:
Context menu on tab
If adding a context menu on
notebook
will display acontext menu
everywhere insidenotebook
instead of only on the tab area.`
`
The text was updated successfully, but these errors were encountered: