Documentation ¶
Index ¶
- Constants
- type App
- type ModalOpt
- type Shared
- func (s *Shared) ReqestPopupModal(o *ModalOpt)
- func (s *Shared) RequestExecCommand(c string)
- func (s *Shared) RequestFocusPrimitive(p tview.Primitive)
- func (s *Shared) RequestFocusView()
- func (s *Shared) RequestInputCommand(c string)
- func (s *Shared) SetDisableViewKeyEvent(b bool)
- func (s *Shared) SetErrorStatus(label, errStatus string)
- func (s *Shared) SetIndicator(indicator string)
- func (s *Shared) SetStatus(label, status string)
Constants ¶
View Source
const ( // TabMovePrev : 前のタブに移動 TabMovePrev int = -1 // TabMoveNext : 次のタブに移動 TabMoveNext int = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModalOpt ¶
type ModalOpt struct {
// contains filtered or unexported fields
}
ModalOpt : モーダルの設定
type Shared ¶
type Shared struct {
// contains filtered or unexported fields
}
Shared : 全体共有
func (*Shared) ReqestPopupModal ¶
ReqestPopupModal : モーダルの表示をリクエスト
func (*Shared) RequestExecCommand ¶
RequestExecCommand : コマンドの実行をリクエスト
func (*Shared) RequestFocusPrimitive ¶
RequestFocusPrimitive : 指定したプリミティブへのフォーカスを要求
func (*Shared) RequestFocusView ¶
func (s *Shared) RequestFocusView()
RequestFocusView : ビューへのフォーカスを要求
func (*Shared) RequestInputCommand ¶
RequestInputCommand : コマンドの入力をリクエスト
func (*Shared) SetDisableViewKeyEvent ¶
SetDisableViewKeyEvent : ビューのキーイベントを無効化
func (*Shared) SetErrorStatus ¶
SetErrorStatus : エラーメッセージを設定
func (*Shared) SetIndicator ¶
SetIndicator : インジケータを設定
Source Files ¶
- account.go
- app.go
- cmd.go
- cmd_account.go
- cmd_docs.go
- cmd_edit.go
- cmd_home.go
- cmd_likes.go
- cmd_list.go
- cmd_mention.go
- cmd_quit.go
- cmd_search.go
- cmd_tweet.go
- cmd_user.go
- commandline.go
- layout_poll.go
- layout_tweet.go
- layout_user.go
- page.go
- page_docs.go
- page_likes.go
- page_list.go
- page_search.go
- page_timeline.go
- page_user.go
- shared.go
- statusbar.go
- tweets.go
- tweets_action.go
- util.go
- view.go
Click to show internal directories.
Click to hide internal directories.