The "move-page" signal is a keybinding
signal which gets emitted when the user initiates a page
movement (i.e. switches between provider pages).
Control+Left
is for going to the previous provider.
Control+Right
is for going to the next provider.
Control+Home
is for displaying all the providers.
Control+End
is for going to the last provider.
When step is equal to GTK_SCROLL_PAGES, the page size is defined by
the "provider-page-size" property.
Applications should not connect to it, but may emit it with
g_signal_emit_by_name() if they need to control the page selection
programmatically.
The "move-page" signal is a keybinding signal which gets emitted when the user initiates a page movement (i.e. switches between provider pages). Control+Left is for going to the previous provider. Control+Right is for going to the next provider. Control+Home is for displaying all the providers. Control+End is for going to the last provider. When step is equal to GTK_SCROLL_PAGES, the page size is defined by the "provider-page-size" property. Applications should not connect to it, but may emit it with g_signal_emit_by_name() if they need to control the page selection programmatically.