Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/material-shell/material-shell
/ functions
Functions
17,619 in github.com/material-shell/material-shell
⨍
Functions
17,619
◇
Types & classes
8,003
↓ 3 callers
Method
get_key_symbol
* Retrieves the key symbol of `event` * @returns the key symbol representing the key
@types/gir-generated/clutter-13.d.ts:31282
↓ 3 callers
Method
get_pointer
* Returns the device that routes pointer events. * @returns a `GdkDevice` with pointer capabilities. This object is owned by GTK and must n
@types/gir-generated/gdk-4.0.d.ts:11181
↓ 3 callers
Method
get_preferred_width
* Computes the requested minimum and natural widths for an actor, * optionally depending on the specified height, or if they are * a
@types/gir-generated/clutter-13.d.ts:7713
↓ 3 callers
Method
get_root
* Gets the root directory on `mount`. * @returns a #GFile. The returned object should be unreffed with g_object_unref() when no lon
@types/gir-generated/gio-2.0.d.ts:17953
↓ 3 callers
Method
get_scroll_direction
* Retrieves the direction of the scrolling of `event` * @returns the scrolling direction
@types/gir-generated/clutter-13.d.ts:31329
↓ 3 callers
Method
get_stable_sequence
* The stable sequence number is a monotonicially increasing * unique integer assigned to each #MetaWindow upon creation. *
@types/gir-generated/meta-13.d.ts:8435
↓ 3 callers
Method
get_window_type
()
@types/gir-generated/meta-13.d.ts:8476
↓ 3 callers
Method
get_wm_class_instance
* Return the current value of the instance part of `WM_CLASS` X property. * @returns the current value of the instance part of `WM_CLASS` X p
@types/gir-generated/meta-13.d.ts:8486
↓ 3 callers
Method
iconSize
()
src/layout/verticalPanel/statusArea.ts:269
↓ 3 callers
Method
insert_child_above
* Inserts `child` into the list of children of `self,` above another * child of `self` or, if `sibling` is %NULL, above all the children
@types/gir-generated/clutter-13.d.ts:8107
↓ 3 callers
Method
isMetaWindowDialog
(metaWindow: Meta.Window)
src/manager/msWindowManager.ts:800
↓ 3 callers
Method
list_keys
* Introspects the list of keys on `settings`. * * You should probably not be calling this function from "normal" code * (si
@types/gir-generated/gio-2.0.d.ts:41440
↓ 3 callers
Method
matches
* Returns %TRUE if `error` matches `domain` and `code,` %FALSE * otherwise. In particular, when `error` is %NULL, %FALSE will * be r
@types/gir-generated/glib-2.0.d.ts:16745
↓ 3 callers
Method
maximize
* Asks to maximize `window,` so that it fills the screen. * * Note that you shouldn’t assume the window is definitely maximized
@types/gir-generated/gtk-4.0.d.ts:136207
↓ 3 callers
Method
move_resize_frame
* Resizes the window so that its outer bounds (including frame) * fit within the given rect * @param user_op bool to indicate whethe
@types/gir-generated/meta-13.d.ts:8591
↓ 3 callers
Method
onMetaWindowsChanged
()
src/layout/msWorkspace/msWindow.ts:1083
↓ 3 callers
Method
openApp
(app: Shell.App, msWorkspace: MsWorkspace, insert = false)
src/manager/msWindowManager.ts:661
↓ 3 callers
Method
popModal
(actor: Clutter.Actor)
src/manager/msFocusManager.ts:129
↓ 3 callers
Method
pushModal
( actor: Clutter.Actor, options?: { timestamp?: number; options?: any;
src/manager/msFocusManager.ts:117
↓ 3 callers
Method
refreshCategory
()
src/layout/msWorkspace/msWorkspaceCategory.ts:49
↓ 3 callers
Method
refreshMsWorkspaceUI
()
src/manager/msWorkspaceManager.ts:614
↓ 3 callers
Method
refreshVisibleActors
()
src/layout/msWorkspace/tilingLayouts/split.ts:85
↓ 3 callers
Method
removeMsWindow
(msWindow: MsWindow)
src/layout/msWorkspace/msWorkspace.ts:329
↓ 3 callers
Method
remove_all_children
* Removes all children of `self`. * * This function releases the reference added by inserting a child actor * in the list o
@types/gir-generated/clutter-13.d.ts:8366
↓ 3 callers
Method
remove_all_transitions
* Removes all transitions associated to `self`.
@types/gir-generated/clutter-13.d.ts:8370
↓ 3 callers
Method
remove_workspace
(workspace: Workspace, timestamp: number)
@types/gir-generated/meta-13.d.ts:10799
↓ 3 callers
Method
reset
()
src/layout/verticalPanel/searchResultList.ts:522
↓ 3 callers
Method
resetStash
()
src/module/hotKeysModule.ts:545
↓ 3 callers
Method
reverse
* Reverses the order of the items in `queue`.
@types/gir-generated/glib-2.0.d.ts:21017
↓ 3 callers
Method
search
( terms: string[], provider_results: Map<string, ResultMeta[]> )
src/layout/verticalPanel/search/searchProvider/RecentSearchProvider.ts:106
↓ 3 callers
Method
setMsWorkspace
(msWorkspace: MsWorkspace)
src/layout/msWorkspace/msWindow.ts:918
↓ 3 callers
Method
setMsWorkspaceActor
(actor: MsWorkspaceActor)
src/layout/main.ts:442
↓ 3 callers
Method
setMsWorkspaceAt
(msWorkspaceToMove: MsWorkspace, toIndex: number)
src/manager/msWorkspaceManager.ts:579
↓ 3 callers
Method
setTranslation
(prevActor: Clutter.Actor, nextActor: Clutter.Actor)
src/layout/main.ts:571
↓ 3 callers
Method
setUnFocusEffect
(tileable: Tileable, effect: number, focused: boolean)
src/layout/msWorkspace/tilingLayouts/baseResizeableTiling.ts:329
↓ 3 callers
Method
set_height
* Forces a height on an actor, causing the actor's preferred width * and height (if any) to be ignored. * * If `height` is
@types/gir-generated/clutter-13.d.ts:8623
↓ 3 callers
Method
set_markup
* Sets the labels text and attributes from markup. * * The string must be marked up with Pango markup * (see [func`Pango`.p
@types/gir-generated/gtk-4.0.d.ts:75834
↓ 3 callers
Method
set_source
* Sets `source` as the source actor to be cloned by `self`. * @param source a #ClutterActor, or %NULL
@types/gir-generated/clutter-13.d.ts:13191
↓ 3 callers
Method
set_strv
* Sets `key` in `settings` to `value`. * * A convenience variant of g_settings_set() for string arrays. If * `value` is %N
@types/gir-generated/gio-2.0.d.ts:41572
↓ 3 callers
Method
shift
()
src/layout/msWorkspace/portion.ts:147
↓ 3 callers
Method
should_show
* Checks if the application info should be shown in menus that * list available applications. * @returns %TRUE if the @appinfo shoul
@types/gir-generated/gio-2.0.d.ts:7836
↓ 3 callers
Method
startDrag
(msWindow: MsWindow)
src/manager/msDndManager.ts:143
↓ 3 callers
Method
swapTileable
(firstTileable: Tileable, secondTileable: Tileable)
src/layout/msWorkspace/msWorkspace.ts:414
↓ 3 callers
Method
unmaximize
* Asks to unmaximize `window`. * * Note that you shouldn’t assume the window is definitely unmaximized * afterward, because
@types/gir-generated/gtk-4.0.d.ts:136519
↓ 3 callers
Method
updateActiveTileableListFromFocused
()
src/layout/msWorkspace/tilingLayouts/split.ts:63
↓ 3 callers
Method
updateFullscreenMonitors
()
src/layout/main.ts:313
↓ 3 callers
Method
updatePanelVisibilities
()
src/layout/main.ts:290
↓ 3 callers
Method
updateVisibility
()
src/layout/verticalPanel/statusArea.ts:501
↓ 3 callers
Method
updateWorkspaceAndMonitor
(metaWindow: Meta.Window)
src/layout/msWorkspace/msWindow.ts:998
↓ 3 callers
Method
vfunc_get_preferred_height
* Computes the requested minimum and natural heights for an actor, * or if they are already computed, returns the cached values. *
@types/gir-generated/clutter-13.d.ts:9138
↓ 3 callers
Method
vfunc_get_preferred_width
* Computes the requested minimum and natural widths for an actor, * optionally depending on the specified height, or if they are * a
@types/gir-generated/clutter-13.d.ts:9154
↓ 3 callers
Function
weighted_matching
(costs: number[][])
src/utils/weighted_matching.ts:19
↓ 2 callers
Method
activate
(button = 0)
src/widget/appPlaceholder.ts:161
↓ 2 callers
Method
activateNextMsWorkspace
()
src/manager/msWorkspaceManager.ts:834
↓ 2 callers
Method
activatePreviousMsWorkspace
()
src/manager/msWorkspaceManager.ts:846
↓ 2 callers
Method
activeButtonForIndex
(index: number)
src/layout/verticalPanel/workspaceList.ts:144
↓ 2 callers
Method
addMsWindowUnchecked
( msWindow: MsWindow, focus = false, insert = false )
src/layout/msWorkspace/msWorkspace.ts:297
↓ 2 callers
Method
add_constraint
* Adds `constraint` to the list`of `ClutterConstraint`s applied * to `self` * * The #ClutterActor will hold a reference on
@types/gir-generated/clutter-13.d.ts:6931
↓ 2 callers
Method
allows_move
()
@types/gir-generated/meta-13.d.ts:8262
↓ 2 callers
Method
allows_resize
()
@types/gir-generated/meta-13.d.ts:8263
↓ 2 callers
Method
buildButtons
()
src/layout/verticalPanel/workspaceList.ts:105
↓ 2 callers
Method
can_open_new_window
* Returns %TRUE if the app supports opening a new window through * shell_app_open_new_window() (ie, if calling that function will *
@types/gir-generated/shell-13.d.ts:406
↓ 2 callers
Function
centerInBox
( box: Clutter.ActorBox, width: number, height: number )
src/utils/layout.ts:3
↓ 2 callers
Method
change_workspace
(workspace: Workspace)
@types/gir-generated/meta-13.d.ts:8273
↓ 2 callers
Method
clearSearchTimeout
()
src/layout/verticalPanel/searchResultList.ts:346
↓ 2 callers
Method
compare
* Compare one #ShellApp instance to another, in the following way: * - Running applications sort before not-running applications.
@types/gir-generated/shell-13.d.ts:416
↓ 2 callers
Method
copy
* Makes a copy of a `GdkRGBA`. * * The result must be freed through [method`Gdk`.RGBA.free]. * @returns A newly allocated `
@types/gir-generated/gdk-4.0.d.ts:13159
↓ 2 callers
Method
createClock
()
src/layout/msWorkspace/horizontalPanel/horizontalPanel.ts:68
↓ 2 callers
Method
create_app_launch_context
* Create a #GAppLaunchContext set up with the correct timestamp, and * targeted to activate on the current workspace. * @param times
@types/gir-generated/shell-13.d.ts:1065
↓ 2 callers
Method
desaturateIcons
()
src/layout/verticalPanel/workspaceList.ts:522
↓ 2 callers
Method
determineAppropriateMsWorkspace
(metaWindow: Meta.Window)
src/manager/msWorkspaceManager.ts:675
↓ 2 callers
Method
determineCategory
()
src/layout/msWorkspace/msWorkspaceCategory.ts:53
↓ 2 callers
Method
determineSortingOrder
Returns a comparable index indicating where the actor should be shown in the icon list. * The desired sorting order is clock/notification -> syst
src/layout/verticalPanel/statusArea.ts:206
↓ 2 callers
Function
diffLists
(lhs: T[], rhs: T[])
src/utils/diff_list.ts:6
↓ 2 callers
Method
disable
()
src/layout/verticalPanel/verticalPanel.ts:187
↓ 2 callers
Method
emit
(name: string, ...params: any[])
src/extension.ts:78
↓ 2 callers
Method
evalCategory
( category: SplitCategory, context: Context )
src/layout/verticalPanel/search/searchProvider/RecentSearchProvider.ts:274
↓ 2 callers
Method
exists
* Asynchronously checks if `subject` exists. * * When the operation is finished, `callback` will be invoked in the * <link
@types/gir-generated/polkit-1.0.d.ts:248
↓ 2 callers
Method
focusDialogs
* Set focus to the most recent dialog but ONLY if they are of type Meta.WindowType.DIALOG or Meta.WindowType.MODAL_DIALOG. Other dialogs are not neces
src/layout/msWorkspace/msWindow.ts:1128
↓ 2 callers
Method
focusMsWorkspace
(msWorkspace: MsWorkspace)
src/manager/msWorkspaceManager.ts:860
↓ 2 callers
Method
getContext
()
src/layout/verticalPanel/search/searchProvider/RecentSearchProvider.ts:82
↓ 2 callers
Function
getDayOfWeek
(timestamp: number)
src/layout/verticalPanel/search/searchProvider/RecentSearchProvider.ts:448
↓ 2 callers
Method
getInitialResultSet
( terms: string[], cancellable: Gio.Cancellable )
src/layout/verticalPanel/search/searchProvider/AppSearchProvider.ts:83
↓ 2 callers
Method
getLayoutByKey
(key: string)
src/manager/layoutManager.ts:177
↓ 2 callers
Method
getRelativeMetaWindowPosition
(metaWindow: Meta.Window)
src/layout/msWorkspace/msWindow.ts:518
↓ 2 callers
Method
getTileableBorder
( tileable: Tileable, vertical = false, after = false )
src/layout/msWorkspace/tilingLayouts/baseResizeableTiling.ts:105
↓ 2 callers
Method
getTileableIndex
(tileable: Tileable)
src/layout/msWorkspace/tilingLayouts/baseResizeableTiling.ts:91
↓ 2 callers
Function
getTimeOfDay
( timestamp: number )
src/layout/verticalPanel/search/searchProvider/RecentSearchProvider.ts:432
↓ 2 callers
Method
get_adjustment
* Get the adjustment which is the “model” object for `GtkRange`. * @returns a `GtkAdjustment`
@types/gir-generated/gtk-4.0.d.ts:99503
↓ 2 callers
Method
get_boolean
* Returns the value associated with `key` under `group_name` as a * boolean. * * If `key` cannot be found then %FALSE is re
@types/gir-generated/glib-2.0.d.ts:17772
↓ 2 callers
Method
get_buffer_rect
* Gets the rectangle that the pixmap or buffer of `window` occupies. * * For X11 windows, this is the server-side geometry of the to
@types/gir-generated/meta-13.d.ts:8325
↓ 2 callers
Method
get_button
* Retrieves the button number of `event` * @returns the button number
@types/gir-generated/clutter-13.d.ts:31195
↓ 2 callers
Method
get_current_time_roundtrip
()
@types/gir-generated/meta-13.d.ts:4963
↓ 2 callers
Method
get_icon
* Look up the icon for this application * @returns A #GIcon
@types/gir-generated/shell-13.d.ts:437
↓ 2 callers
Method
get_icon_size
* Gets the explicit size set using st_icon_set_icon_size() for the icon. * This is not necessarily the size that the icon will be displayed a
@types/gir-generated/st-13.d.ts:6280
↓ 2 callers
Method
get_installed
* Returns all installed apps, as a list of #GAppInfo * @returns a list of #GAppInfo describing all known applications. This memory is owned
@types/gir-generated/shell-13.d.ts:604
↓ 2 callers
Method
get_key
* If the password request is to unlock a PKCS#11 key, then this is the * the object representing that key. * @returns the password i
@types/gir-generated/gck-2.d.ts:1511
↓ 2 callers
Method
get_laters
()
@types/gir-generated/meta-13.d.ts:4294
↓ 2 callers
Method
get_monitor_neighbor_index
( which_monitor: number, dir: DisplayDirection )
@types/gir-generated/meta-13.d.ts:4999
↓ 2 callers
Method
get_preferred_height
* Computes the requested minimum and natural heights for an actor, * or if they are already computed, returns the cached values. *
@types/gir-generated/clutter-13.d.ts:7679
← previous
next →
201–300 of 17,619, ranked by callers