Re: How to get the signal ID that ShellWM connected



You mean override the animations for these?

I think you might just have to patch the window manager - e.g.
WindowManager calls this._minimizeWindow when a window is minimized
and that function tweens the window down to nothing.

So you might just need to override/patch
WindowManager._minimizeWindow, WindowManager._maximizeWindow etc (I
guess you will have to make sure the appropriate functions get called
on completion of your animation -- e.g.
WindowManager._minimizeWindowDone, shellwm.completed_minimize, ... )

On 26 July 2012 03:20, Mz <mengzhuo1203 gmail com> wrote:
> Hi, guys
> I am trying to made some animation on ShellWM
> "minimize", 'maximize' and 'destroy'
> But then I found in 'ui/windowManager.js' there is nowhere to found those IDs.
> How can I get the IDs when it haven't been defined?
> _______________________________________________
> gnome-shell-list mailing list
> gnome-shell-list gnome org
> https://mail.gnome.org/mailman/listinfo/gnome-shell-list


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]