Skip to content

Commit 9462814

Browse files
committed
Update README
Added GtkNotebook scrolling feature to To-Do list; added screenshot depicting the file chooser typeahead search feature.
1 parent 472d7c4 commit 9462814

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ amount of documentation about each option.
112112
the recursive search that GTK 3 normally performs. Press
113113
<kbd>Alt</kbd>-<kbd>S</kbd> to launch the recursive search instead.
114114

115+
<img src='screenshots/file-chooser-typeahead.png'/>
116+
115117
* The sizes of some widgets (mostly buttons) in the built-in GTK themes
116118
Adwaita and HighContrast have been reduced.
117119

@@ -120,6 +122,17 @@ here.
120122

121123
## To-Do
122124

125+
* When the user scrolls over the tab bar of a GtkNotebook, switch the current
126+
tab.
127+
128+
My experience with the patch from `gtk3-classic` is that some applications
129+
(e.g. [Pluma](https://github.com/mate-desktop/pluma) implement this scrolling
130+
behaviour themselves, and thus with the `gtk3-classic` patch applied,
131+
scrolling will move over by *two* tab positions at a time. My implementation
132+
will record the current tab before passing control over to the default
133+
handler of scroll events; only if the current tab hasn't changed after the
134+
default handler runs, will the plugin switch tabs.
135+
123136
* At least convert headerbars from a virtual titlebar for the window into a
124137
box at the top of the window content area.
125138

62.4 KB
Loading

0 commit comments

Comments
 (0)