MCPcopy Create free account

hub / github.com/FedericoBruzzone/tgt / functions

Functions413 in github.com/FedericoBruzzone/tgt

Methodupdate
(&mut self, action: Action)
src/components/component_traits.rs:92
Methodupdate
(&mut self, action: Action)
src/components/core_window.rs:208
Methodwith_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
Methodwith_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
Methodwith_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
Methodwith_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
Methodwith_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
Methodwith_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
Methodwith_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
Methodwith_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
Methodwith_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
Methodwith_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
Methodwith_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
← previous401–413 of 413, ranked by callers