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
Copy file name to clipboardExpand all lines: garlicsim_wx/garlicsim_wx/general_misc/third_party/aui/auibook.py
+44-6Lines changed: 44 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -894,7 +894,6 @@ def SetFlags(self, flags):
894
894
``AUI_NB_CLOSE_ON_TAB_LEFT`` Draws the tab close button on the left instead of on the right (a la Camino browser)
895
895
``AUI_NB_TAB_FLOAT`` Allows the floating of single tabs. Known limitation: when the notebook is more or less full screen, tabs cannot be dragged far enough outside of the notebook to become floating pages
896
896
``AUI_NB_DRAW_DND_TAB`` Draws an image representation of a tab while dragging (on by default)
897
-
``AUI_NB_SASH_DCLICK_UNSPLIT`` Unsplit a splitted AuiNotebook when double-clicking on a sash.
``AUI_NB_CLOSE_ON_TAB_LEFT`` Draws the tab close button on the left instead of on the right (a la Camino browser)
2533
2547
``AUI_NB_TAB_FLOAT`` Allows the floating of single tabs. Known limitation: when the notebook is more or less full screen, tabs cannot be dragged far enough outside of the notebook to become floating pages
2534
2548
``AUI_NB_DRAW_DND_TAB`` Draws an image representation of a tab while dragging (on by default)
2535
-
``AUI_NB_SASH_DCLICK_UNSPLIT`` Unsplit a splitted AuiNotebook when double-clicking on a sash.
Copy file name to clipboardExpand all lines: garlicsim_wx/garlicsim_wx/general_misc/third_party/aui/tabart.py
+21-8Lines changed: 21 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,6 @@ def SetFlags(self, flags):
202
202
``AUI_NB_CLOSE_ON_TAB_LEFT`` Draws the tab close button on the left instead of on the right (a la Camino browser)
203
203
``AUI_NB_TAB_FLOAT`` Allows the floating of single tabs. Known limitation: when the notebook is more or less full screen, tabs cannot be dragged far enough outside of the notebook to become floating pages
204
204
``AUI_NB_DRAW_DND_TAB`` Draws an image representation of a tab while dragging (on by default)
205
-
``AUI_NB_SASH_DCLICK_UNSPLIT`` Unsplit a splitted AuiNotebook when double-clicking on a sash.
``AUI_NB_CLOSE_ON_TAB_LEFT`` Draws the tab close button on the left instead of on the right (a la Camino browser)
1006
1021
``AUI_NB_TAB_FLOAT`` Allows the floating of single tabs. Known limitation: when the notebook is more or less full screen, tabs cannot be dragged far enough outside of the notebook to become floating pages
1007
1022
``AUI_NB_DRAW_DND_TAB`` Draws an image representation of a tab while dragging (on by default)
1008
-
``AUI_NB_SASH_DCLICK_UNSPLIT`` Unsplit a splitted AuiNotebook when double-clicking on a sash.
``AUI_NB_CLOSE_ON_TAB_LEFT`` Draws the tab close button on the left instead of on the right (a la Camino browser)
2431
2445
``AUI_NB_TAB_FLOAT`` Allows the floating of single tabs. Known limitation: when the notebook is more or less full screen, tabs cannot be dragged far enough outside of the notebook to become floating pages
2432
2446
``AUI_NB_DRAW_DND_TAB`` Draws an image representation of a tab while dragging (on by default)
2433
-
``AUI_NB_SASH_DCLICK_UNSPLIT`` Unsplit a splitted AuiNotebook when double-clicking on a sash.
0 commit comments