Home
last modified time | relevance | path

Searched refs:workspace_list (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/workspace/
H A Dwsm.c100 String *workspace_list; member
259 XtOffsetOf(AppData, workspace_list),
384 if (app_data.workspace_list != NULL) in GetWorkspaces()
386 for (i = 0; app_data.workspace_list[i] != NULL; i++) in GetWorkspaces()
389 str = (char*) XtMalloc((strlen(app_data.workspace_list[i]) +1) in GetWorkspaces()
391 strcpy(str, app_data.workspace_list[i]); in GetWorkspaces()
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/_frontend/
H A Dcli.py808 def workspace_list(app): function
812 app.stream.workspace_list()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Divi-shell-user-interface.c160 struct wl_list workspace_list; member
1084 wl_list_init(&setting->workspace_list); in hmi_homescreen_setting_create()
/dports/graphics/weston/weston-1.9.0/clients/
H A Divi-shell-user-interface.c153 struct wl_list workspace_list; member
1087 wl_list_init(&setting->workspace_list); in hmi_homescreen_setting_create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Divi-shell-user-interface.c160 struct wl_list workspace_list; member
1084 wl_list_init(&setting->workspace_list); in hmi_homescreen_setting_create()
/dports/x11-wm/marco/marco-1.26.0/src/core/
H A Ddisplay.c4701 GList *tab_list, *workspace_list, *l, link; in meta_display_get_tab_list() local
4708 workspace_list = screen->workspaces; in meta_display_get_tab_list()
4716 workspace_list = &link; in meta_display_get_tab_list()
4723 for (l = workspace_list; l != NULL; l = l->next) in meta_display_get_tab_list()
4743 for (l = workspace_list; l != NULL; l = l->next) in meta_display_get_tab_list()
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/
H A D_stream.py646 def workspace_list(self): member in Stream
/dports/devel/libgnt/libgnt-2.14.3/
H A Dgntwm.c1221 workspace_list(GntBindable *b, GList *params) in workspace_list() function
1567 gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "workspace-list", workspace_list, in gnt_wm_class_init()