Skip to content

Commit

Permalink
Merge pull request #24 from swsnr/gnome46/date-menu
Browse files Browse the repository at this point in the history
Update dateMenu for GNOME 46
  • Loading branch information
JumpLink authored Mar 28, 2024
2 parents 3396b8d + 5e52684 commit 3864650
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions packages/gnome-shell/src/ui/dateMenu.d.ts
Original file line number Diff line number Diff line change
@@ -1,29 +1,9 @@
// https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/dateMenu.js

import type Clutter from "@girs/clutter-14";
import type St from "@girs/st-14";

import type { EventSourceBase } from "./calendar.js";
import type { Button } from "./panelMenu.js";

export class TodayButton extends St.Button {
setDate(date: Date): void;
}

export class EventsSection extends St.Button {
setDate(date: Date): void;

setEventSource(eventSource: EventSourceBase): void;
}

export class WordClocksSection extends St.Button {}

export class WeatherSection extends St.Button {}

export class MessagesIndicator extends St.Icon {}

export class FreezableBinLayout extends Clutter.BinLayout {}

export class CalendarColumnLayout extends Clutter.BoxLayout {}

export class DateMenuButton extends Button {}
/**
* @version 46
*/
export class DateMenuButton extends Button {}

0 comments on commit 3864650

Please sign in to comment.