theme: tab,drag,stop comes back!

This commit is contained in:
Boris Faure 2020-02-25 21:32:28 +01:00
parent c338286195
commit 6010b5cf30
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
3 changed files with 5 additions and 5 deletions

View File

@ -10,9 +10,9 @@ Changes since 1.6.0:
to set style as active, used during tab drag and drop. to set style as active, used during tab drag and drop.
* In group "terminology/background", add signals "hdrag,on" (default) and * In group "terminology/background", add signals "hdrag,on" (default) and
"hdrag,off" to restrict (default) tab to be dragged only horizontally "hdrag,off" to restrict (default) tab to be dragged only horizontally
* In group "terminology/background", signals "tab,mouse,down" and * In group "terminology/background", signals "tab,mouse,down" is emitted
"tab,mouse,up" whenever the left mouse button is pressed on a tab. whenever the left mouse button is pressed on a tab.
* In group "terminology/background", signals "tab,hdrag" and "tab,drag,stop" * In group "terminology/background", signal "tab,hdrag" and "tab,drag,stop"
are emitted when the current tab is dragged between tabs. are emitted when the current tab is dragged between tabs.
* In group "terminology/background", signal "tab,drag,move" is emitted when * In group "terminology/background", signal "tab,drag,move" is emitted when
the current tab is dragged outside of the tabbar. the current tab is dragged outside of the tabbar.

View File

@ -112,7 +112,7 @@ Whether to restrict (default) horizontal tab drag
## Signal emitted ## Signal emitted
### `tab,drag` and `tab,drag,stop` ### `tab,drag` and `tab,drag,stop`
To notify that the current tab is being dragged. To notify that the current tab is being dragged.
### `tab,mouse,down` and `tab,mouse,up` ### `tab,mouse,down`
Whenever the left mouse button is pressed on a tab. Whenever the left mouse button is pressed on a tab.

View File

@ -1617,7 +1617,7 @@ group { name: "terminology/background";
} }
program { program {
signal: "mouse,up,1"; source: "tabmiddle"; signal: "mouse,up,1"; source: "tabmiddle";
action: SIGNAL_EMIT "tab,mouse,up" "terminology"; action: SIGNAL_EMIT "tab,drag,stop" "terminology";
} }
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////