Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CurrentRenderer ¶
func CurrentRenderer() (*webkitRender, bool)
Types ¶
type DrawCommand ¶
type DrawCommand struct {
Op DrawOp
Flags int32
X int32
Y int32
Height int32
EndX int32
Char string
Fg *types.Colour
Bg *types.Colour
Width int32
Value int32
Max int32
Folded bool
Alpha uint8
ImageID int64
SrcWidth int32
SrcHeight int32
SrcScaleX float64
SrcScaleY float64
Boundaries []int32
UlC *types.Colour
}
type DrawOp ¶
type DrawOp string
const ( DrawOpFrame DrawOp = "frame" DrawOpCell DrawOp = "cell" DrawOpImage DrawOp = "image" DrawOpGaugeH DrawOp = "gauge_h" DrawOpGaugeV DrawOp = "gauge_v" DrawOpBlockChrome DrawOp = "block_chrome" DrawOpHighlight DrawOp = "highlight_rect" DrawOpRectColour DrawOp = "rect_colour" DrawOpTileOverlay DrawOp = "tile_overlay" DrawOpTable DrawOp = "table" )
type DrawOpTuple ¶
type DrawOpTuple []any
Source Files
¶
- ai.go
- blink.go
- clipboard_image.go
- command_palette.go
- draw_table.go
- editor.go
- element.go
- hotkeys.go
- image.go
- inputbox.go
- interface.go
- keyboard_handlers.go
- keyboard_mode.go
- menu.go
- mouse.go
- mouse_context_menu.go
- notes.go
- notifications.go
- print_block_chrome.go
- print_cell.go
- print_frame.go
- print_gauge.go
- print_highlight_rect.go
- redraw_compact.go
- render.go
- selection.go
- start.go
- update_config.go
- window.go
Click to show internal directories.
Click to hide internal directories.