Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bvinc/gxi
/ functions
Functions
225 in github.com/bvinc/gxi
⨍
Functions
225
◇
Types & classes
41
Method
req_new_view
(&self, file_name: Option<&str>)
src/controller.rs:88
Method
save
(&self, view_id: &str, file_path: &str)
src/controller.rs:118
Method
scroll_to
(edit_view: &Rc<RefCell<EditView>>, line: u64, col: u64)
src/edit_view.rs:813
Method
search_changed
(&self, s: Option<String>)
src/edit_view.rs:1199
Method
send
Send a message and wakeup the event loop.
src/channel/mod.rs:77
Method
set_auto_indent
(&self, auto_indent: bool)
src/controller.rs:113
Method
set_callback
Add a callback to the event stream. This is the main callback and received a owned version of the message, in contrast to observe().
src/channel/mod.rs:246
Method
set_main_win
(&mut self, main_win: MainWin)
src/controller.rs:60
Method
set_property
( obj: *mut gobject_ffi::GObject, property_id: u32, value: *mut gobject_ff
src/scrollable_drawing_area.rs:265
Method
set_property_hadjustment
(&self, v: Adjustment)
src/scrollable_drawing_area.rs:536
Method
set_property_hscroll_policy
(&self, v: u32)
src/scrollable_drawing_area.rs:545
Method
set_property_vadjustment
(&self, v: Adjustment)
src/scrollable_drawing_area.rs:554
Method
set_property_vscroll_policy
(&self, v: u32)
src/scrollable_drawing_area.rs:563
Method
set_theme
(&self, theme_name: &str)
src/controller.rs:108
Method
size_allocate
(&self, i: u32, j: u32)
src/scrollable_drawing_area.rs:483
Method
size_allocate_slot_trampoline
( this: *mut ScrollableDrawingAreaFfi, i: u32, j: u32, )
src/scrollable_drawing_area.rs:298
Function
source_get
(source: &Source)
src/channel/source.rs:61
Method
stop_search
(&self)
src/edit_view.rs:1166
Function
test
()
src/linecache.rs:249
Function
trampoline_request_text
( clipboard: *mut ffi::GtkClipboard, text: *const c_char, data: gpointer, )
src/clipboard.rs:30
Method
update
(edit_view: &Rc<RefCell<EditView>>, params: &Value)
src/edit_view.rs:360
Function
value_changed_signal_handler_trampoline
( this: *mut imp::ScrollableDrawingAreaFfi, f: glib_ffi::gpointer, )
src/scrollable_drawing_area.rs:573
Method
value_changed_slot_trampoline
( this: *mut ScrollableDrawingAreaFfi, )
src/scrollable_drawing_area.rs:289
Method
write
(&mut self, _buf: &[u8])
src/xi_thread.rs:75
Method
write_all
(&mut self, buf: &[u8])
src/xi_thread.rs:83
← previous
201–225 of 225, ranked by callers