Home
last modified time | relevance | path

Searched defs:Widget (Results 1 – 25 of 3037) sorted by relevance

12345678910>>...122

/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/gtk/
H A Dwidget.go22 type Widget struct { struct
23 glib.InitiallyUnowned
74 func (v *Widget) Destroy() {
87 func (v *Widget) ResetStyle() {
103 func (v *Widget) Unparent() {
108 func (v *Widget) Show() {
113 func (v *Widget) Hide() {
173 func (v *Widget) ShowNow() {
178 func (v *Widget) ShowAll() {
194 func (v *Widget) Map() {
[all …]
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gtk/
H A Dwidget.go51 type Widget struct { struct
52 glib.InitiallyUnowned
93 // ToWidget is a helper getter, e.g.: it returns *gtk.Label as a *gtk.Widget.
133 func (v *Widget) Destroy() {
247 func (v *Widget) Unparent() {
252 func (v *Widget) Show() {
257 func (v *Widget) Hide() {
478 func (v *Widget) ShowNow() {
483 func (v *Widget) ShowAll() {
499 func (v *Widget) Map() {
[all …]
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dwidget.go51 type Widget struct { struct
52 glib.InitiallyUnowned
93 // ToWidget is a helper getter, e.g.: it returns *gtk.Label as a *gtk.Widget.
133 func (v *Widget) Destroy() {
247 func (v *Widget) Unparent() {
252 func (v *Widget) Show() {
257 func (v *Widget) Hide() {
478 func (v *Widget) ShowNow() {
483 func (v *Widget) ShowAll() {
499 func (v *Widget) Map() {
[all …]
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gtk/
H A Dwidget.go51 type Widget struct { struct
52 glib.InitiallyUnowned
93 // ToWidget is a helper getter, e.g.: it returns *gtk.Label as a *gtk.Widget.
133 func (v *Widget) Destroy() {
247 func (v *Widget) Unparent() {
252 func (v *Widget) Show() {
257 func (v *Widget) Hide() {
478 func (v *Widget) ShowNow() {
483 func (v *Widget) ShowAll() {
499 func (v *Widget) Map() {
[all …]
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dwidget.go51 type Widget struct { struct
52 glib.InitiallyUnowned
93 // ToWidget is a helper getter, e.g.: it returns *gtk.Label as a *gtk.Widget.
133 func (v *Widget) Destroy() {
247 func (v *Widget) Unparent() {
252 func (v *Widget) Show() {
257 func (v *Widget) Hide() {
478 func (v *Widget) ShowNow() {
483 func (v *Widget) ShowAll() {
499 func (v *Widget) Map() {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/modules/todo/
H A Dwidget.go24 type Widget struct { struct
25 view.KeyboardWidget
26 view.TextWidget
28 app *tview.Application
29 settings *Settings
30 filePath string
31 list checklist.Checklist
32 pages *tview.Pages
63 func (widget *Widget) Refresh() {
100 func (widget *Widget) init() {
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A DexecProcnode.c14 * IDENTIFICATION
15 * src/backend/executor/execProcnode.c
44 * It calls InitPlan() which calls ExecInitNode() on
68 * This should show how the executor works by having
75 #include "executor/executor.h"
79 #include "executor/nodeBitmapHeapscan.h"
86 #include "executor/nodeGather.h"
91 #include "executor/nodeIncrementalSort.h"
96 #include "executor/nodeMaterial.h"
105 #include "executor/nodeSamplescan.h"
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/modules/mercurial/
H A Dwidget.go15 type Widget struct { struct
16 view.KeyboardWidget
17 view.MultiSourceWidget
18 view.TextWidget
20 app *tview.Application
21 Data []*MercurialRepo
22 pages *tview.Pages
23 settings *Settings
50 func (widget *Widget) Checkout() {
69 func (widget *Widget) Pull() {
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/padding/
H A Dpadding.go32 type Widget struct { struct
33 inner gowid.IWidget
34 vAlign gowid.IVAlignment
35 height gowid.IWidgetDimension
36 hAlign gowid.IHAlignment
37 width gowid.IWidgetDimension
38 opts Options
39 Callbacks *gowid.Callbacks
40 gowid.FocusCallbacks
41 gowid.SubWidgetCallbacks
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/modules/gerrit/
H A Dwidget.go15 type Widget struct { struct
16 view.KeyboardWidget
17 view.TextWidget
19 gerrit *glb.Client
21 GerritProjects []*GerritProject
22 Idx int
24 selected int
25 settings *Settings
54 func (widget *Widget) Refresh() {
117 func (widget *Widget) nextReview() {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/modules/transmission/
H A Dwidget.go12 type Widget struct { struct
13 view.KeyboardWidget
14 view.ScrollableWidget
16 client *transmissionrpc.Client
17 settings *Settings
18 torrents []*transmissionrpc.Torrent
19 err error
67 func (widget *Widget) Refresh() {
88 func (widget *Widget) Next() {
93 func (widget *Widget) Prev() {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/modules/twitter/
H A Dwidget.go14 type Widget struct { struct
15 view.KeyboardWidget
16 view.MultiSourceWidget
17 view.TextWidget
19 client *Client
20 idx int
21 settings *Settings
22 sources []string
54 func (widget *Widget) Refresh() {
58 func (widget *Widget) HelpText() string {
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/terminal/
H A Dterminal.go118 type Widget struct { struct
119 IHotKeyProvider
120 IHotKeyPersistence
121 params Options
124 canvas *Canvas
125 modes Modes
126 curWidth, curHeight int
128 title string
130 hotKeyDown bool
133 isScrolling bool
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/hpadding/
H A Dhpadding.go28 type Widget struct { struct
29 gowid.IWidget
30 alignment gowid.IHAlignment
31 width gowid.IWidgetDimension
32 *gowid.Callbacks
33 gowid.FocusCallbacks
34 gowid.SubWidgetCallbacks
49 func (w *Widget) String() string {
53 func (w *Widget) SubWidget() gowid.IWidget {
70 func (w *Widget) Align() gowid.IHAlignment {
[all …]
/dports/net/termshark/termshark-2.1.1/widgets/hexdumper2/
H A Dhexdumper2.go46 type Widget struct { struct
47 data []byte
49 position int
50 cursorUnselected string
51 cursorSelected string
52 lineNumUnselected string
53 lineNumSelected string
55 paletteIfCopying string
56 gowid.AddressProvidesID
59 gowid.IsSelectable
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/grid/
H A Dgrid.go48 type Widget struct { struct
49 widgets []gowid.IWidget
50 width int
51 hSep int
52 vSep int
53 align gowid.IHAlignment
55 wrap bool
56 *gowid.Callbacks
57 gowid.SubWidgetsCallbacks
58 gowid.FocusCallbacks
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/progress/
H A Dprogress.go42 type Widget struct { struct
43 Current, Done int
44 normal, complete gowid.ICellStyler
45 Callbacks *gowid.Callbacks
46 gowid.RejectUserInput
47 gowid.NotSelectable
72 func (w *Widget) String() string {
76 func (w *Widget) Text() string {
123 func (w *Widget) Progress() int {
127 func (w *Widget) Target() int {
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/spinner/
H A Dspinner.go40 type Widget struct { struct
41 enabled bool
42 label string
43 idx int
44 ticker *time.Ticker
45 stopChan chan struct{}
46 styler gowid.ICellStyler
47 Callbacks *gowid.Callbacks
48 gowid.RejectUserInput
49 gowid.NotSelectable
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/vpadding/
H A Dvpadding.go32 type Widget struct { struct
33 gowid.IWidget
34 alignment gowid.IVAlignment
35 height gowid.IWidgetDimension
36 *gowid.Callbacks
37 gowid.FocusCallbacks
38 gowid.SubWidgetCallbacks
59 func (w *Widget) String() string {
63 func (w *Widget) SubWidget() gowid.IWidget {
80 func (w *Widget) Align() gowid.IVAlignment {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/go-datadog-api-2.21.0/
H A Dscreen_widgets.go115 type Widget struct { struct
124 X *int `json:"x,omitempty"`
125 Y *int `json:"y,omitempty"`
128 Time *Time `json:"time,omitempty"`
134 Text *string `json:"text,omitempty"`
135 Color *string `json:"color,omitempty"`
160 Query *string `json:"query,omitempty"`
163 URL *string `json:"url,omitempty"`
175 HTML *string `json:"html,omitempty"`
176 Tick *bool `json:"tick,omitempty"`
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/
H A Dscreen_widgets.go115 type Widget struct { struct
124 X *int `json:"x,omitempty"`
125 Y *int `json:"y,omitempty"`
128 Time *Time `json:"time,omitempty"`
134 Text *string `json:"text,omitempty"`
135 Color *string `json:"color,omitempty"`
160 Query *string `json:"query,omitempty"`
163 URL *string `json:"url,omitempty"`
175 HTML *string `json:"html,omitempty"`
176 Tick *bool `json:"tick,omitempty"`
[all …]
/dports/net/termshark/termshark-2.1.1/widgets/filter/
H A Dfilter.go49 type Widget struct { struct
50 wrapped gowid.IWidget
51 opts Options
61 edCtxLock sync.Mutex
68 quitchan chan struct{}
69 readytorunchan chan struct{}
71 *gowid.Callbacks
72 gowid.IsSelectable
531 func (w *Widget) Close() error {
554 func (w *Widget) IsValid() bool {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/modules/textfile/
H A Dwidget.go24 type Widget struct { struct
25 view.KeyboardWidget
26 view.MultiSourceWidget
27 view.TextWidget
29 settings *Settings
63 func (widget *Widget) Refresh() {
67 func (widget *Widget) HelpText() string {
73 func (widget *Widget) display() {
92 func (widget *Widget) fileName() string {
127 func (widget *Widget) plainText() string {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/modules/weatherservices/weather/
H A Dwidget.go11 type Widget struct { struct
12 view.KeyboardWidget
13 view.MultiSourceWidget
14 view.TextWidget
17 Data []*owm.CurrentWeatherData
19 pages *tview.Pages
20 settings *Settings
64 func (widget *Widget) Refresh() {
72 func (widget *Widget) HelpText() string {
78 func (widget *Widget) apiKeyValid() bool {
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/monitoring/dashboard/v1/
H A Dwidget.pb.go28 type Widget struct { struct
46 func (*Widget) ProtoMessage() {}
47 func (*Widget) Descriptor() ([]byte, []int) {
57 func (m *Widget) XXX_Merge(src proto.Message) {
60 func (m *Widget) XXX_Size() int {
63 func (m *Widget) XXX_DiscardUnknown() {
69 func (m *Widget) GetTitle() string {
111 func (m *Widget) GetXyChart() *XyChart {
118 func (m *Widget) GetScorecard() *Scorecard {
125 func (m *Widget) GetText() *Text {
[all …]

12345678910>>...122