Home
last modified time | relevance | path

Searched refs:change_workspace (Results 1 – 25 of 25) sorted by relevance

/dports/x11/deskmenu/deskmenu-1.4.5/src/
H A Dworkspaces.c25 change_workspace (GtkWidget * widget, long ws) in change_workspace() function
82 G_CALLBACK (change_workspace), (gpointer) ws); in add_workspace_menu()
/dports/lang/ruby26/ruby-2.6.9/lib/irb/cmd/
H A Dchws.rb28 irb_context.change_workspace(*obj)
/dports/lang/ruby26/ruby-2.6.9/lib/irb/ext/
H A Dchange-ws.rb32 def change_workspace(*_main) method in IRB.Context
/dports/devel/monotone/monotone-1.1/test/func/change_workspace/
H A Dtest_hooks.lua3 status, msg = change_workspace(workspace)
/dports/devel/monotone/monotone-1.1/src/
H A Dcmd_automate.cc279 LUAEXT(change_workspace, )
/dports/x11-wm/devilspie/devilspie-0.23/po/
H A Dzh_CN.po161 msgid "change_workspace expects a single integer argument\n"
162 msgstr "change_workspace 应有惟一的整型参数\n"
H A Den_GB.po164 msgid "change_workspace expects a single integer argument\n"
165 msgstr "change_workspace expects a single integer argument\n"
H A Dro.po164 msgid "change_workspace expects a single integer argument\n"
165 msgstr "„change_workspace” așteaptă un singur argument întreg\n"
H A Dcs.po162 msgid "change_workspace expects a single integer argument\n"
164 "change_workspace (změna pracovní plochy) očekává jako argument jedno celé "
H A Dpt_BR.po161 msgid "change_workspace expects a single integer argument\n"
162 msgstr "change_workspace espera um único número inteiro como argumento\n"
H A Dca.po163 msgid "change_workspace expects a single integer argument\n"
164 msgstr "«change_workspace» espera un argument únic enter\n"
H A Dfr.po163 msgid "change_workspace expects a single integer argument\n"
164 msgstr "change_workspace attend un seul paramètre nombre entier\n"
H A Dda.po179 msgid "change_workspace expects a single integer argument\n"
180 msgstr "change_workspace forventer et enkelt heltalsargument\n"
H A Des.po167 msgid "change_workspace expects a single integer argument\n"
168 msgstr "change_workspace espera un único argumento entero\n"
H A Dde.po165 msgid "change_workspace expects a single integer argument\n"
166 msgstr "change_workspace erwartet ein einzelnes Ganzzahlargument\n"
H A Dnb.po156 msgid "change_workspace expects a single integer argument\n"
H A Dsl.po161 msgid "change_workspace expects a single integer argument\n"
/dports/x11-wm/devilspie/devilspie-0.23/
H A DNEWS19 * Add change_workspace action (#453464, thanks Adam Więckowski)
H A DChangeLog56 Add change_workspace, to change the active workspace (#453464,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/desktop-shell/
H A Dshell.c1200 change_workspace(struct desktop_shell *shell, unsigned int index) in change_workspace() function
4658 change_workspace(shell, new_index); in workspace_up_binding()
4673 change_workspace(shell, new_index); in workspace_down_binding()
4689 change_workspace(shell, new_index); in workspace_f_binding()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/desktop-shell/
H A Dshell.c1200 change_workspace(struct desktop_shell *shell, unsigned int index) in change_workspace() function
4658 change_workspace(shell, new_index); in workspace_up_binding()
4673 change_workspace(shell, new_index); in workspace_down_binding()
4689 change_workspace(shell, new_index); in workspace_f_binding()
/dports/graphics/weston/weston-1.9.0/desktop-shell/
H A Dshell.c1361 change_workspace(struct desktop_shell *shell, unsigned int index) in change_workspace() function
6252 change_workspace(shell, new_index); in workspace_up_binding()
6267 change_workspace(shell, new_index); in workspace_down_binding()
6283 change_workspace(shell, new_index); in workspace_f_binding()
/dports/devel/monotone/monotone-1.1/doc/
H A Dmonotone.info-21489 'change_workspace(DIRECTORY)'
1497 After calling 'change_workspace', the next operation should read
H A Dmonotone.texi12614 @item change_workspace(@var{directory})
12622 After calling @code{change_workspace}, the next operation should read
/dports/devel/monotone/monotone-1.1/
H A DNEWS742 - A new Lua extension function change_workspace(directory) has been