JWM Source Documentation
|
Data Fields | |
ClientEntry * | clients |
struct TaskEntry * | next |
struct TaskEntry * | prev |
ClientEntry* TaskEntry::clients |
Definition at line 56 of file taskbar.c.
Referenced by AddClientToTaskBar(), FocusGroup(), FocusNext(), FocusPrevious(), MinimizeGroup(), RemoveClientFromTaskBar(), Render(), RunTaskBarCommand(), ShouldFocusEntry(), ShouldShowEntry(), ShowClientList(), SignalTaskbar(), and UpdateNetClientList().
struct TaskEntry* TaskEntry::next |
Definition at line 57 of file taskbar.c.
Referenced by AddClientToTaskBar(), ComputeItemSize(), FocusNext(), FocusPrevious(), GetEntry(), RemoveClientFromTaskBar(), Render(), UpdateNetClientList(), and UpdateTaskBar().
struct TaskEntry* TaskEntry::prev |
Definition at line 58 of file taskbar.c.
Referenced by AddClientToTaskBar(), FocusPrevious(), and RemoveClientFromTaskBar().
joewing.net / Projects / JWM