Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FedericoBruzzone/tgt
/ functions
Functions
413 in github.com/FedericoBruzzone/tgt
⨍
Functions
413
◇
Types & classes
60
Method
update
(&mut self, action: Action)
src/components/component_traits.rs:92
Method
update
(&mut self, action: Action)
src/components/core_window.rs:208
Method
with_frame_rate
Set the frame rate at which the user interface should be rendered. The frame rate is specified in frames per second (FPS). The default frame rate is 6
src/tui_backend.rs:172
Method
with_items
Create a new `StatefulList` with the given items. # Arguments `items` - The items to add to the list. # Returns A new instance of `StatefulList`.
examples/example_chat_list.rs:31
Method
with_mouse
Enable or disable the mouse for the user interface. By default, the mouse is disabled. # Arguments `mouse` - A boolean flag that represents whether t
src/tui_backend.rs:185
Method
with_name
Set the name of the `StatusBar`. # Arguments `name` - The name of the `StatusBar`. # Returns `Self` - The modified instance of the `StatusBar`.
src/components/status_bar.rs:65
Method
with_name
Set the name of the `PromptWindow`. # Arguments `name` - The name of the `PromptWindow` # Returns `Self` - The modified instance of the `PromptWindo
src/components/prompt_window.rs:574
Method
with_name
Set the name of the `ChatListWindow`. # Arguments `name` - The name of the `ChatListWindow`. # Returns `Self` - The modified instance of the `ChatLi
src/components/chat_list_window.rs:176
Method
with_name
Set the name of the `ReplyMessage`. # Arguments `name` - The name of the `ReplyMessage`. # Returns `Self` - The modified instance of the `ReplyMessa
src/components/reply_message.rs:52
Method
with_name
Set the name of the `TitleBar`. # Arguments `name` - The name of the `TitleBar`. # Returns `Self` - The modified instance of the `TitleBar`.
src/components/title_bar.rs:71
Method
with_name
Set the name of the `ChatWindow`. # Arguments `name` - The name of the `ChatWindow`. # Returns `Self` - The modified instance of the `ChatWindow`.
src/components/chat_window.rs:68
Method
with_name
Set the name of the `CoreWindow`. # Arguments `name` - The name of the `CoreWindow`. # Returns `Self` - The modified instance of the `CoreWindow`.
src/components/core_window.rs:122
Method
with_paste
Enable or disable the paste mode for the user interface. By default, the paste mode is disabled. # Arguments `paste` - A boolean flag that represents
src/tui_backend.rs:198
← previous
401–413 of 413, ranked by callers