MCPcopy Create free account

hub / github.com/StarWM/StarWM / functions

Functions54 in github.com/StarWM/StarWM

↓ 17 callersMethodbind
(&mut self, key: K, handler: Handler)
src/wm.rs:296
↓ 11 callersMethodworkspace
(&self)
src/wm.rs:518
↓ 10 callersMethodmove_window_to_workspace
(&mut self, workspace: usize)
src/wm.rs:338
↓ 8 callersMethodworkspace_mut
(&mut self)
src/wm.rs:523
↓ 6 callersMethodfocus_window
(&self, window: u32)
src/wm.rs:508
↓ 6 callersMethodget_monocle
(&self)
src/window.rs:75
↓ 4 callersMethodget_focus
(&self)
src/window.rs:57
↓ 4 callersMethodis_monocle
(&mut self, window: u32)
src/wm.rs:383
↓ 4 callersMethodmonocle_clear
(&mut self)
src/wm.rs:375
↓ 3 callersMethodcontains
(&self, window: u32)
src/window.rs:110
↓ 2 callersMethodadd
(&mut self, window: u32)
src/window.rs:42
↓ 2 callersMethodborder_unfocused
(&mut self, window: u32)
src/wm.rs:208
↓ 2 callersMethodremove
(&mut self, window: u32)
src/window.rs:48
↓ 2 callersMethodreshape_window
(&self, window: u32, x: i64, y: i64, w: i64, h: i64)
src/wm.rs:412
↓ 2 callersMethodset_focus
(&mut self, window: u32)
src/window.rs:62
↓ 1 callersMethodbind_handler
(&mut self, key: Key, handler: Handler)
src/config.rs:32
↓ 1 callersMethodborder_focused
(&mut self, window: u32)
src/wm.rs:217
↓ 1 callersMethodbutton_press_event
(&mut self, button_press: XButtonPressEvent)
src/wm.rs:226
↓ 1 callersMethodclear_monocle
(&mut self)
src/window.rs:80
↓ 1 callersMethoddestroy
(&mut self, target: u32)
src/wm.rs:307
↓ 1 callersMethoddestroy_event
(&mut self, destroy_notify: XDestroyEvent)
src/wm.rs:166
↓ 1 callersMethodenter_event
(&mut self, enter_notify: XEnterEvent)
src/wm.rs:185
↓ 1 callersMethodfind
(&self, window: u32)
src/window.rs:115
↓ 1 callersMethodget_atom_property
(&self, window: u32, property: &str)
src/wm.rs:445
↓ 1 callersFunctionget_lookup
(conn: &xcb::Connection)
src/key.rs:65
↓ 1 callersMethodgrab_enter_leave
(&self, window: u32)
src/wm.rs:499
↓ 1 callersMethodhide
(&self, conn: &xcb::Connection)
src/window.rs:99
↓ 1 callersMethodkey
(&self, key: &Key)
src/config.rs:37
↓ 1 callersMethodkey_event
(&mut self, key_press: XKeyEvent)
src/wm.rs:266
↓ 1 callersMethodleave_event
(&mut self, leave_notify: XLeaveEvent)
src/wm.rs:202
↓ 1 callersMethodmap_event
(&mut self, map_notify: XMapEvent)
src/wm.rs:132
↓ 1 callersMethodmonocle_focus
(&mut self)
src/wm.rs:355
↓ 1 callersMethodmotion_event
(&mut self, motion_event: XMotionEvent)
src/wm.rs:237
↓ 1 callersMethodmove_window
(&self, window: u32, x: i64, y: i64)
src/wm.rs:388
↓ 1 callersMethodresize_window
(&self, window: u32, w: i64, h: i64)
src/wm.rs:400
↓ 1 callersMethodrun
(&mut self)
src/wm.rs:78
↓ 1 callersMethodset_border_width
(&self, window: u32, width: u32)
src/wm.rs:426
↓ 1 callersMethodset_monocle
(&mut self)
src/window.rs:67
↓ 1 callersMethodshow
(&self, conn: &xcb::Connection)
src/window.rs:88
↓ 1 callersMethodxcode
(&self, table: &SymTable)
src/key.rs:39
Methoddestroy_focus
(&mut self)
src/wm.rs:327
Methodfrom
(f: (ModMask, String))
src/key.rs:53
Methodgrab
(conn: &xcb::Connection, window: u32, events: u32)
src/wm.rs:513
Methodgrab_button
(conn: &xcb::Connection, screen: &xcb::Screen, button: u8, mods: u16)
src/wm.rs:457
Methodgrab_key
(conn: &xcb::Connection, screen: &xcb::Screen, key: &Key, keymap: &SymTable)
src/wm.rs:475
Methodgrab_notify_events
(conn: &xcb::Connection, screen: &xcb::Screen)
src/wm.rs:490
Functionmain
()
src/main.rs:28
Methodmotion
(event: &Event<ffi::xcb_motion_notify_event_t>)
src/mouse.rs:37
Methodnew
()
src/config.rs:17
Methodnew
(trigger: K)
src/window.rs:31
Methodnew
( event: &Event<ffi::xcb_button_press_event_t>, geo: Option<Reply<ffi::xcb_get_geometry_reply_
src/mouse.rs:16
Methodnew
(mods: ModMask, code: &str)
src/key.rs:31
Methodnew
()
src/wm.rs:29
Methodset_cursor
(conn: &xcb::Connection, screen: &xcb::Screen, k: u16)
src/wm.rs:435