MCPcopy Create free account

hub / github.com/material-shell/material-shell / functions

Functions17,619 in github.com/material-shell/material-shell

↓ 6 callersMethodget_text
* Get the text displayed on the label. * @returns the text for the label. This must not be freed by the application
@types/gir-generated/st-13.d.ts:7866
↓ 6 callersMethodkill
()
@types/gir-generated/meta-13.d.ts:8559
↓ 6 callersMethodlookup_app
* Find a #ShellApp corresponding to an id. * @param id * @returns The #ShellApp for id, or %NULL if none
@types/gir-generated/shell-13.d.ts:616
↓ 6 callersMethodmimicMetaWindowPositionAndSize
()
src/layout/msWorkspace/msWindow.ts:792
↓ 6 callersMethodschedule
Call `f` in about `delayMs` milliseconds. * If this function is called multiple times before `f` runs, `f` will still only be called once. *
src/utils/async.ts:64
↓ 6 callersMethodset_size
* Sets the size of the avatar. * @param size The size of the avatar
@types/gir-generated/adw-1.d.ts:6106
↓ 6 callersMethodstealActor
(actor: Clutter.Actor, container: Clutter.Actor[])
src/layout/verticalPanel/statusArea.ts:225
↓ 6 callersMethodupdateUI
()
src/layout/msWorkspace/msWorkspace.ts:691
↓ 6 callersMethodvfunc_allocate
* Assigns the size of a #ClutterActor from the given `box`. * * This function should only be called on the children of an actor when
@types/gir-generated/clutter-13.d.ts:9091
↓ 5 callersMethodadd_child
(actor: Clutter.Actor)
src/layout/main.ts:362
↓ 5 callersMethodbuildIcons
()
src/layout/verticalPanel/workspaceList.ts:541
↓ 5 callersFunctionbuildMetaWindowIdentifier
(metaWindow: Meta.Window)
src/layout/msWorkspace/msWindow.ts:34
↓ 5 callersMethodconcat
* Changes the transformation represented by `matrix` to be the * transformation given by first applying transformation * given by `n
@types/gir-generated/pango-1.0.d.ts:8459
↓ 5 callersMethodfill
* Adds the attributes to the set cached on this object. If an attribute is * already present in the cache it will be overridden by this value
@types/gir-generated/gck-2.d.ts:385
↓ 5 callersMethodgetState
(key: string)
src/manager/stateManager.ts:96
↓ 5 callersMethodget_monitor
* Gets index of the monitor that this window is on. * @returns The index of the monitor in the screens monitor list, or -1 if the window has
@types/gir-generated/meta-13.d.ts:8396
↓ 5 callersMethodget_pid
* Returns the pid of the process that created this window, if available * to the windowing system. * * Note that the value
@types/gir-generated/meta-13.d.ts:8419
↓ 5 callersMethodget_uri
* Gets the URI for the `file`. * * This call does no blocking I/O. * @returns a string containing the #GFile's URI. If the
@types/gir-generated/gio-2.0.d.ts:13104
↓ 5 callersMethodget_workspace
* Gets the [class`Meta`.Workspace] that the window is currently displayed on. * * If the window is on all workspaces, returns the cu
@types/gir-generated/meta-13.d.ts:8510
↓ 5 callersMethodindex
* Returns the position of the first element in `queue` which contains `data`. * @param data the data to find * @returns the position
@types/gir-generated/glib-2.0.d.ts:20941
↓ 5 callersMethodlookup
* Gets the value corresponding to the given key. Since a #GTree is * automatically balanced as key/value pairs are added, key lookup
@types/gir-generated/glib-2.0.d.ts:24703
↓ 5 callersMethodparse
* Parses a textual representation of a color. * * The string can be either one of: * * - A standard name (Taken fr
@types/gir-generated/gdk-4.0.d.ts:13215
↓ 5 callersMethodrecursivelySetProperties
( actor: Clutter.Actor & { has_style_class_name?: (name: string) => boolean; },
src/layout/verticalPanel/statusArea.ts:276
↓ 5 callersMethodrefreshFocus
(forced = false)
src/layout/msWorkspace/msWorkspace.ts:546
↓ 5 callersMethodregenerateStylesheet
()
src/manager/msThemeManager.ts:303
↓ 5 callersMethodreset
* Reset the contents and properties of the prompt.
@types/gir-generated/gcr-4.d.ts:2094
↓ 5 callersMethodsetState
(key: string, value: any)
src/manager/stateManager.ts:99
↓ 5 callersMethodset_child_above_sibling
* Sets `child` to be above `sibling` in the list of children of `self`. * * If `sibling` is %NULL, `child` will be the new last chil
@types/gir-generated/clutter-13.d.ts:8486
↓ 5 callersMethodset_child_at_index
* Changes the index of `child` in the list of children of `self`. * * This function is logically equivalent to removing `child` and
@types/gir-generated/clutter-13.d.ts:8496
↓ 5 callersMethodset_gicon
* Sets a #GIcon to show for the icon. If `gicon` is %NULL or fails to load, * the fallback icon set using st_icon_set_fallback_icon() will be
@types/gir-generated/st-13.d.ts:6301
↓ 5 callersMethodset_icon_size
* Sets an explicit size for the icon. Setting `size` to -1 will use the size * defined by the current style or the default icon size.
@types/gir-generated/st-13.d.ts:6314
↓ 5 callersMethodset_style
* Set the inline style string for this widget. The inline style string is an * optional ';'-separated list of CSS properties that override th
@types/gir-generated/st-13.d.ts:14006
↓ 5 callersMethodsetupNewWorkspace
( workspace: Meta.Workspace, initialState?: Partial<MsWorkspaceState> )
src/manager/msWorkspaceManager.ts:508
↓ 5 callersFunctionthrottle
( this: C, func: (...args: T) => R, wait: number, options?: Partial<TrottleParams> )
src/utils/index.ts:49
↓ 5 callersMethodtileAll
(box?: Clutter.ActorBox | undefined)
src/layout/msWorkspace/tilingLayouts/split.ts:193
↓ 5 callersMethodtoggleOverview
()
src/layout/main.ts:321
↓ 4 callersMethodaddUnFocusEffect
(tileable: Tileable, effect: number, focused: boolean)
src/layout/msWorkspace/tilingLayouts/baseResizeableTiling.ts:284
↓ 4 callersMethodadd_effect
* Adds `effect` to the list of `ClutterEffect`s applied to `self` * * The #ClutterActor will hold a reference on the `effect` until
@types/gir-generated/clutter-13.d.ts:6957
↓ 4 callersMethodappend_new_workspace
* Append a new workspace to the workspace manager and (optionally) switch to that * display. * @param activate %TRUE if the workspac
@types/gir-generated/meta-13.d.ts:10773
↓ 4 callersMethodapply
* Applies any changes that have been made to the settings. This * function does nothing unless `settings` is in 'delay-apply' mode;
@types/gir-generated/gio-2.0.d.ts:41083
↓ 4 callersMethodcancel
* Will set `cancellable` to cancelled, and will emit the * #GCancellable::cancelled signal. (However, see the warning about * race c
@types/gir-generated/gio-2.0.d.ts:24268
↓ 4 callersMethodclear
* Resets grouping and clears the terminal on systems supporting ANSI * terminal control sequences. * * In file-based stdout
@types/gir-generated/dom.d.ts:73
↓ 4 callersMethodconnect
( sigName: 'notify::clutter-text', callback: ($obj: Label, pspec: GObject.ParamSpec) =
@types/gir-generated/st-13.d.ts:7875
↓ 4 callersMethodconvert
* This is the main operation used when converting data. It is to be called * multiple times in a loop, and each time it will do some work, i.
@types/gir-generated/gio-2.0.d.ts:8953
↓ 4 callersMethodcreateNewMsWindow
Creates a new MsWindow * * Returns both the created window and a promise. * The promise resolves when the first frame of the window has
src/manager/msWindowManager.ts:589
↓ 4 callersMethodcreateNewMsWorkspace
( monitor: Main.Monitor, initialState?: Partial<MsWorkspaceState> )
src/manager/msWorkspaceManager.ts:521
↓ 4 callersFunctioncreate_link
()
scripts/install.py:102
↓ 4 callersMethoddraw_rectangle
* Draws an axis-aligned rectangle in user space coordinates with the * specified `PangoRenderer`. * * This should be called
@types/gir-generated/pango-1.0.d.ts:5249
↓ 4 callersFunctiongetExtensionSettings
( extensionUUID: string )
src/utils/extension_utils.ts:7
↓ 4 callersMethodgetRatioForPortion
( portion: Portion, ratio: Rectangular = { x: 0, y: 0, width: 1, height: 1 } )
src/layout/msWorkspace/portion.ts:345
↓ 4 callersMethodgetTransformedBox
(actor: Clutter.Actor)
src/utils/transition.ts:28
↓ 4 callersMethodgetWorkspaceOfMsWorkspace
(msWorkspace: MsWorkspace)
src/manager/msWorkspaceManager.ts:640
↓ 4 callersMethodget_clutter_text
* Retrieve the internal #ClutterText so that extra parameters can be set. * @returns the #ClutterText used by @entry
@types/gir-generated/st-13.d.ts:4679
↓ 4 callersMethodget_coords
* Retrieves the coordinates of `event` and puts them into `x` and `y`.
@types/gir-generated/clutter-13.d.ts:31199
↓ 4 callersMethodget_description
* Get the detailed description of the prompt. * * A prompt implementation may choose not to display this detailed description.
@types/gir-generated/gcr-4.d.ts:1971
↓ 4 callersMethodget_double
* Gets the double value stored inside a node. * * If the node holds an integer value, it is returned as a double. *
@types/gir-generated/json-1.0.d.ts:2666
↓ 4 callersMethodget_enum
* Gets the value that is stored in `settings` for `key` and converts it * to the enum value that it represents. * * In orde
@types/gir-generated/gio-2.0.d.ts:41248
↓ 4 callersMethodget_monitor_in_fullscreen
* Determines whether there is a fullscreen window obscuring the specified * monitor. If there is a fullscreen window, the desktop environment
@types/gir-generated/meta-13.d.ts:4997
↓ 4 callersMethodget_n_monitors
* Gets the number of monitors that are joined together to form `display`. * @returns the number of monitors
@types/gir-generated/meta-13.d.ts:5013
↓ 4 callersMethodget_path
* Gets `uri'`s path, which may contain `%`-encoding, depending on the * flags with which `uri` was created. * @returns @uri's path.
@types/gir-generated/glib-2.0.d.ts:24950
↓ 4 callersMethodget_primary_monitor
* Gets the index of the primary monitor on this `display`. * @returns a monitor index
@types/gir-generated/meta-13.d.ts:5028
↓ 4 callersMethodget_string
* Returns the string value associated with `key` under `group_name`. * Unlike g_key_file_get_value(), this function handles escape sequences
@types/gir-generated/glib-2.0.d.ts:17980
↓ 4 callersMethodget_transformed_position
* Gets the absolute position of an actor, in pixels relative to the stage.
@types/gir-generated/clutter-13.d.ts:7862
↓ 4 callersMethodget_window_actors
* Gets the list of #MetaWindowActor for the plugin's screen * @returns the list of windows
@types/gir-generated/shell-13.d.ts:1136
↓ 4 callersMethodget_window_app
(metawin: Meta.Window)
@types/gir-generated/shell-13.d.ts:6365
↓ 4 callersFunctionisIdentifier
(arg: BaseNode)
scripts/transpile.ts:113
↓ 4 callersFunctionmatchingCost
Checks if `found` is equal to `desired` and returns the appropriate cost. * If desired is not given (undefined) then `skipCost` is returned. * If `f
src/manager/msWindowManager.ts:46
↓ 4 callersMethodmove_frame
* Moves the window to the desired location on window's assigned * workspace, using the northwest edge of the frame as the reference,
@types/gir-generated/meta-13.d.ts:8577
↓ 4 callersMethodnextLayout
(direction: number)
src/layout/msWorkspace/msWorkspace.ts:565
↓ 4 callersMethodonDestroy
()
src/layout/msWorkspace/tilingLayouts/baseTiling.ts:388
↓ 4 callersMethodonMsWorkspacesChanged
()
src/layout/main.ts:265
↓ 4 callersMethodremove
* Removes a child widget from `box`. * * The child must have been added before with * [method`Gtk`.Box.append], [method`Gtk
@types/gir-generated/gtk-4.0.d.ts:22273
↓ 4 callersMethodremoveUnFocusEffect
(tileable: Tileable, effect: number)
src/layout/msWorkspace/tilingLayouts/baseResizeableTiling.ts:310
↓ 4 callersMethodremove_effect
* Removes `effect` from the list of effects applied to `self` * * The reference held by `self` on the #ClutterEffect will be release
@types/gir-generated/clutter-13.d.ts:8407
↓ 4 callersMethodresizeTileable
( tileable: Tileable, directionOp: Meta.GrabOp, percent: number )
src/manager/msResizeManager.ts:203
↓ 4 callersMethodresolveBox
(box?: Clutter.ActorBox)
src/layout/msWorkspace/tilingLayouts/baseTiling.ts:168
↓ 4 callersMethodselectResult
(entry: SearchResultEntry)
src/layout/verticalPanel/searchResultList.ts:487
↓ 4 callersMethodsetActive
(active: boolean)
src/layout/msWorkspace/horizontalPanel/taskBar.ts:368
↓ 4 callersMethodsetIcon
(icon: 'search' | 'close')
src/layout/verticalPanel/verticalPanel.ts:109
↓ 4 callersMethodsetLayoutByKey
(layoutKey: string)
src/layout/msWorkspace/msWorkspace.ts:589
↓ 4 callersMethodset_opacity
* Request the `widget` to be rendered partially transparent. * * An opacity of 0 is fully transparent and an opacity of 1 *
@types/gir-generated/gtk-4.0.d.ts:133963
↓ 4 callersMethodtileAll
(box?: Clutter.ActorBox)
src/layout/msWorkspace/tilingLayouts/baseTiling.ts:180
↓ 4 callersMethodtileWindows
()
src/manager/layoutManager.ts:197
↓ 4 callersFunctiontry_call
Tries to invoke a command line tool Returns false if the program exited with a non-zero error code or if the program failed to be executed.
scripts/install.py:23
↓ 4 callersMethodupdateMetaWindowVisibility
()
src/layout/msWorkspace/msWindow.ts:1296
↓ 4 callersMethodupdateSpacer
()
src/layout/main.ts:455
↓ 4 callersMethodupdateTitle
()
src/layout/msWorkspace/horizontalPanel/taskBar.ts:582
↓ 3 callersMethodapplyBoxRatio
(box: Clutter.ActorBox, ratio: Rectangular)
src/layout/msWorkspace/tilingLayouts/baseResizeableTiling.ts:119
↓ 3 callersMethodcloseDialog
()
src/prefs/prefs.ts:307
↓ 3 callersMethoddisplayTileable
(actor: Tileable)
src/layout/msWorkspace/tilingLayouts/maximize.ts:34
↓ 3 callersMethodemit
(sigName: string, ...args: any[])
@types/gir-generated/gtk-4.0.d.ts:77014
↓ 3 callersMethodemitTileableListChangedOnce
()
src/layout/msWorkspace/msWorkspace.ts:398
↓ 3 callersMethodenable
* This has the same effect as setting %NM_SECRET_AGENT_OLD_AUTO_REGISTER * property. * * Unlike most other functions, you m
@types/gir-generated/nm-1.0.d.ts:23825
↓ 3 callersMethodentropy
(history: HistoryItem[])
src/layout/verticalPanel/search/searchProvider/RecentSearchProvider.ts:377
↓ 3 callersMethodeval
(context: Context)
src/layout/verticalPanel/search/searchProvider/RecentSearchProvider.ts:239
↓ 3 callersMethodfocusNextTileable
()
src/layout/msWorkspace/msWorkspace.ts:450
↓ 3 callersMethodfocusPreviousTileable
()
src/layout/msWorkspace/msWorkspace.ts:461
↓ 3 callersMethodgetTaskBarItemOfTileable
(tileable: Tileable)
src/layout/msWorkspace/horizontalPanel/taskBar.ts:235
↓ 3 callersMethodget_display_name
* Gets the display name of the application. The display name is often more * descriptive to the user than the name itself. * @return
@types/gir-generated/gio-2.0.d.ts:7663
↓ 3 callersMethodget_effect
* Retrieves the #ClutterEffect with the given name in the list * of effects applied to `self` * @param name the name of the effect t
@types/gir-generated/clutter-13.d.ts:7438
← previousnext →101–200 of 17,619, ranked by callers