Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aarzilli/nucular
/ functions
Functions
604 in github.com/aarzilli/nucular
⨍
Functions
604
◇
Types & classes
126
↓ 1 callers
Method
DoUndo
()
text.go:865
↓ 1 callers
Method
Draw
(z *nstyle.Style, out *command.Buffer)
text.go:1406
↓ 1 callers
Method
Draw
(z *nstyle.Style, out *command.Buffer)
drawing.go:169
↓ 1 callers
Method
Edit
(w *nucular.Window)
style-editor/styled.go:237
↓ 1 callers
Method
FindFocus
()
context.go:295
↓ 1 callers
Function
GroupListStart
GroupListStart starts a scrollable list of <num> rows of <height> height
grouplist.go:14
↓ 1 callers
Method
Horizontal
(w *Window, bounds rect.Rect)
split.go:19
↓ 1 callers
Method
Init
()
_examples/demo/demo.go:233
↓ 1 callers
Method
Init
(line line, off int32)
richtext/click.go:227
↓ 1 callers
Method
Input
()
input.go:41
↓ 1 callers
Method
LabelWrapColored
LabelWrapColored draws a text label with the specified background color autowrappping the text.
nucular.go:1596
↓ 1 callers
Method
LayoutReserveRowScaled
Like LayoutReserveRow but with a scaled height.
nucular.go:1040
↓ 1 callers
Method
LayoutResetStaticScaled
(width ...int)
nucular.go:1182
↓ 1 callers
Method
LayoutSetWidthScaled
LayoutSetWidthScaled adds a new column width the specified scaled width to a static layout.
nucular.go:1252
↓ 1 callers
Method
Mode
()
internal/assets/assets.go:58
↓ 1 callers
Function
NewMasterWindowSize
(flags WindowFlags, title string, sz image.Point, updatefn UpdateFn)
gio.go:64
↓ 1 callers
Method
Next
()
richtext/click.go:298
↓ 1 callers
Method
Paste
Paste from clipboard
text.go:490
↓ 1 callers
Method
Picker
(w *nucular.Window)
style-editor/styled.go:247
↓ 1 callers
Method
Pressed
(id mouse.Button)
input.go:100
↓ 1 callers
Method
Prev
()
richtext/click.go:275
↓ 1 callers
Method
PrevRune
()
richtext/click.go:326
↓ 1 callers
Method
ResetWindows
()
masterwindow.go:41
↓ 1 callers
Method
Restack
()
context.go:222
↓ 1 callers
Function
RestoreAsset
RestoreAsset restores an asset under the given directory
internal/assets/assets.go:191
↓ 1 callers
Method
RestoreStyle
RestoreStyle restores the last saved text style.
richtext/rtxt.go:583
↓ 1 callers
Method
Rows
Rows is like Widget but adds the contents as a series of rows instead of a single widget.
richtext/rtxt.go:277
↓ 1 callers
Method
Rune
()
richtext/click.go:338
↓ 1 callers
Method
SaveStyle
SaveStyle saves the current text style.
richtext/rtxt.go:563
↓ 1 callers
Method
SelectAll
()
text.go:968
↓ 1 callers
Method
SetParagraphStyleForSel
(sel Sel, align Align, color color.RGBA)
richtext/rtxt.go:599
↓ 1 callers
Method
SetStyle
(style *nstyle.Style)
masterwindow.go:121
↓ 1 callers
Method
SetStyle
SetStyle changes current text style. If color or selColor are the zero value the default value (copied from the window) will be used. If face is nil t
richtext/rtxt.go:552
↓ 1 callers
Method
Size
()
internal/assets/assets.go:55
↓ 1 callers
Method
SkipToVisible
(lineheight int)
grouplist.go:52
↓ 1 callers
Method
SkipToVisibleScaled
(lineheight int)
grouplist.go:59
↓ 1 callers
Function
StyleEditor
(style *nstyle.Style, saveFn func(string))
style-editor/styled.go:32
↓ 1 callers
Method
Tail
Tail removes everything but the last n physical lines
richtext/rtxt.go:395
↓ 1 callers
Method
TreePushCustom
(type_ TreeType, name string, initial_open bool)
nucular.go:1430
↓ 1 callers
Method
TreePushNamed
Creates a new collapsable section inside win. Returns true when the section is open. Widgets that are inside this collapsable section should be added
nucular.go:1405
↓ 1 callers
Method
Undock
(win *Window)
context.go:520
↓ 1 callers
Method
Unscaled
()
style/style.go:1039
↓ 1 callers
Method
Valid
()
richtext/rtxt.go:911
↓ 1 callers
Method
Vertical
(w *Window, bounds rect.Rect)
split.go:99
↓ 1 callers
Method
Walk
(fn func(t *Window) *Window)
context.go:427
↓ 1 callers
Method
Widget
Widget adds this rich text widget as a widget to w. The returned constructor allows populating the rich text widget with text and responding to events
richtext/rtxt.go:265
↓ 1 callers
Method
autoPosition
()
nucular.go:2746
↓ 1 callers
Function
bindataRead
(data []byte, name string)
internal/assets/assets.go:20
↓ 1 callers
Function
borderOptimize
Returns true if cmds[idx] is a shrunk version of CommandFillRect and its color is not semitransparent and the border isn't greater than 128
shiny.go:671
↓ 1 callers
Function
checkUniform
(t *testing.T, b *image.RGBA, tgtr, tgtg, tgtb, tgta uint8)
drawfillover_test.go:67
↓ 1 callers
Method
chunkWidth
(chunkIdx int, byteIdx int32, adv []fixed.Int26_6)
richtext/draw.go:776
↓ 1 callers
Method
click
(coord image.Point, font font.Face, row_height int)
text.go:282
↓ 1 callers
Function
clip
(dst *image.RGBA, r *image.Rectangle, src image.Image, sp *image.Point)
context.go:624
↓ 1 callers
Method
closeLocked
()
shiny.go:336
↓ 1 callers
Method
context
()
masterwindow.go:20
↓ 1 callers
Function
contextAllCommands
(ctx *context)
context.go:46
↓ 1 callers
Function
contextBegin
(ctx *context, layout *panel)
context.go:154
↓ 1 callers
Function
contextEnd
(ctx *context)
context.go:178
↓ 1 callers
Method
defaultStyle
()
richtext/draw.go:728
↓ 1 callers
Function
digits
(n int)
nucular.go:2513
↓ 1 callers
Function
doProgress
(win *Window, bounds rect.Rect, value int, maxval int, modifiable bool, style *nstyle.Progress, in *Input)
nucular.go:2414
↓ 1 callers
Function
doScrollbarh
(win *Window, scroll rect.Rect, offset float64, target float64, step float64, button_pixel_inc float64, style
nucular.go:2061
↓ 1 callers
Function
doSelectable
(win *Window, bounds rect.Rect, str string, align label.Align, value *bool, style *nstyle.Selectable, in *Inpu
nucular.go:1854
↓ 1 callers
Function
doSlider
(win *Window, bounds rect.Rect, minval float64, val float64, maxval float64, step float64, style *nstyle.Slide
nucular.go:2299
↓ 1 callers
Method
doubleClick
(coord image.Point)
text.go:268
↓ 1 callers
Method
draw
(perfString string, source input.Source)
gio.go:428
↓ 1 callers
Method
draw
()
shiny.go:367
↓ 1 callers
Function
drawComboColor
COMBO-BOX
drawing.go:785
↓ 1 callers
Function
drawComboImage
(win *Window, state nstyle.WidgetStates, header rect.Rect, is_active bool, img *image.RGBA)
drawing.go:983
↓ 1 callers
Function
drawComboImageText
(win *Window, state nstyle.WidgetStates, header rect.Rect, is_active bool, selected string, img *image.RGBA)
drawing.go:1039
↓ 1 callers
Function
drawComboSymbol
(win *Window, state nstyle.WidgetStates, header rect.Rect, is_active bool, symbol label.SymbolType)
drawing.go:842
↓ 1 callers
Function
drawComboSymbolText
(win *Window, state nstyle.WidgetStates, header rect.Rect, is_active bool, symbol label.SymbolType, selected s
drawing.go:907
↓ 1 callers
Function
drawComboText
(win *Window, state nstyle.WidgetStates, header rect.Rect, is_active bool, selected string)
drawing.go:1110
↓ 1 callers
Method
drawCustomWidget
(bounds rect.Rect, style *nstyle.Style, out *ncommand.Buffer)
_examples/demo/overview.go:1014
↓ 1 callers
Method
drawCustomWidget
(bounds rect.Rect, style *nstyle.Style, out *ncommand.Buffer)
_examples/overview/overview.go:1039
↓ 1 callers
Function
drawFillOver
(dst *image.RGBA, r image.Rectangle, sr, sg, sb, sa uint32)
drawfillover_avx.go:60
↓ 1 callers
Function
drawFillSrc
(dst *image.RGBA, r image.Rectangle, sr, sg, sb, sa uint32)
context.go:653
↓ 1 callers
Function
drawImageButton
(win *Window, bounds rect.Rect, content rect.Rect, state nstyle.WidgetStates, style *nstyle.Button, img *image
drawing.go:328
↓ 1 callers
Function
drawProgress
PROGRESS BAR
drawing.go:610
↓ 1 callers
Function
drawProperty
PROPERTY
drawing.go:737
↓ 1 callers
Function
drawSelectable
SELECTABLE
drawing.go:428
↓ 1 callers
Function
drawSlider
SLIDER
drawing.go:658
↓ 1 callers
Function
drawTextButton
(win *Window, bounds rect.Rect, content rect.Rect, state nstyle.WidgetStates, style *nstyle.Button, txt string
drawing.go:257
↓ 1 callers
Function
drawTextImageButton
(win *Window, bounds, labelrect, imgrect rect.Rect, state nstyle.WidgetStates, style *nstyle.Button, str strin
drawing.go:387
↓ 1 callers
Function
drawTextSymbolButton
(win *Window, bounds, labelrect, symbolrect rect.Rect, state nstyle.WidgetStates, style *nstyle.Button, str st
drawing.go:344
↓ 1 callers
Function
drawTogglebox
TOGGLE BOXES
drawing.go:535
↓ 1 callers
Function
drawTreeNode
TREE
drawing.go:205
↓ 1 callers
Function
droidsansmonoTtfBytes
()
internal/assets/assets.go:73
↓ 1 callers
Method
dumpFrame
(wimg *image.RGBA, t0, t1, te time.Time, nprimitives int)
masterwindow.go:161
↓ 1 callers
Method
editStruct
(w *nucular.Window, val reflect.Value)
style-editor/styled.go:56
↓ 1 callers
Function
eventLoop
()
clipboard/clipboard_x11.go:106
↓ 1 callers
Method
fixDefaults
()
richtext/draw.go:743
↓ 1 callers
Function
getCPUID1
()
drawfillover_avx.go:11
↓ 1 callers
Function
getCPUID70
()
drawfillover_avx.go:12
↓ 1 callers
Function
getCopyCommand
()
clipboard/clipboard_darwin.go:26
↓ 1 callers
Function
getPasteCommand
()
clipboard/clipboard_darwin.go:20
↓ 1 callers
Function
gio2mobileKey
(e key.Event)
gio.go:315
↓ 1 callers
Method
handleEventLocked
(ei interface{})
shiny.go:132
↓ 1 callers
Method
handleKeyboard
(in *nucular.Input, changed *bool)
richtext/click.go:348
↓ 1 callers
Method
indexToCoord
(index int, font font.Face, row_height int)
text.go:234
← previous
next →
301–400 of 604, ranked by callers