Home
last modified time | relevance | path

Searched refs:gtki (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtka/
H A Ddata_init.go9 gtki.ACCEL_VISIBLE = gtki.AccelFlags(gtk.ACCEL_VISIBLE)
10 gtki.ACCEL_LOCKED = gtki.AccelFlags(gtk.ACCEL_LOCKED)
11 gtki.ACCEL_MASK = gtki.AccelFlags(gtk.ACCEL_MASK)
13 gtki.ALIGN_FILL = gtki.Align(gtk.ALIGN_FILL)
14 gtki.ALIGN_START = gtki.Align(gtk.ALIGN_START)
15 gtki.ALIGN_END = gtki.Align(gtk.ALIGN_END)
16 gtki.ALIGN_CENTER = gtki.Align(gtk.ALIGN_CENTER)
26 gtki.ICON_SIZE_MENU = gtki.IconSize(gtk.ICON_SIZE_MENU)
30 gtki.ICON_SIZE_DND = gtki.IconSize(gtk.ICON_SIZE_DND)
38 gtki.PACK_START = gtki.PackType(gtk.PACK_START)
[all …]
H A Dgtk_iface_testers.go6 gtki.AssertGtk(&RealGtk{})
13 gtki.AssertBox(&box{})
14 gtki.AssertBuilder(&builder{})
15 gtki.AssertButton(&button{})
24 gtki.AssertDialog(&dialog{})
25 gtki.AssertEntry(&entry{})
28 gtki.AssertGrid(&grid{})
30 gtki.AssertImage(&image{})
32 gtki.AssertLabel(&label{})
36 gtki.AssertMenu(&menu{})
[all …]
H A Dreal_gtk.go16 func (*RealGtk) AboutDialogNew() (gtki.AboutDialog, error) {
20 func (*RealGtk) AccelGroupNew() (gtki.AccelGroup, error) {
41 func (*RealGtk) BuilderNew() (gtki.Builder, error) {
65 func (*RealGtk) ComboBoxNew() (gtki.ComboBox, error) {
81 func (*RealGtk) EntryNew() (gtki.Entry, error) {
89gtki.Window, action gtki.FileChooserAction, first_button_text string, first_button_id gtki.Respons…
105 func (*RealGtk) ImageNewFromIconName(name string, v2 gtki.IconSize) (gtki.Image, error) {
109 func (*RealGtk) InfoBarNew() (gtki.InfoBar, error) {
145 func (*RealGtk) MenuNew() (gtki.Menu, error) {
161 func (*RealGtk) TextBufferNew(table gtki.TextTagTable) (gtki.TextBuffer, error) {
[all …]
H A Dlist_store.go26 func unwrapListStore(v gtki.ListStore) *gtk.ListStore {
37 func (v *listStore) Append() gtki.TreeIter {
41 func (v *listStore) Remove(v2 gtki.TreeIter) bool {
45 func (v *listStore) Set2(v2 gtki.TreeIter, v3 []int, v4 []interface{}) error {
49 func (v *listStore) SetValue(v1 gtki.TreeIter, v2 int, v3 interface{}) error {
53 func (v *listStore) GetIter(v1 gtki.TreePath) (gtki.TreeIter, error) {
57 func (v *listStore) GetIterFirst() (gtki.TreeIter, bool) {
62 func (v *listStore) GetIterFromString(v1 string) (gtki.TreeIter, error) {
66 func (v *listStore) GetPath(v1 gtki.TreeIter) (gtki.TreePath, error) {
70 func (v *listStore) GetValue(v1 gtki.TreeIter, v2 int) (glibi.Value, error) {
[all …]
H A Dtree_store.go26 func unwrapTreeStore(v gtki.TreeStore) *gtk.TreeStore {
33 func (v *treeStore) GetIter(v1 gtki.TreePath) (gtki.TreeIter, error) {
37 func (v *treeStore) GetIterFirst() (gtki.TreeIter, bool) {
42 func (v *treeStore) GetIterFromString(v1 string) (gtki.TreeIter, error) {
46 func (v *treeStore) GetPath(v1 gtki.TreeIter) (gtki.TreePath, error) {
50 func (v *treeStore) GetValue(v1 gtki.TreeIter, v2 int) (glibi.Value, error) {
54 func (v *treeStore) IterNext(v1 gtki.TreeIter) bool {
58 func (v *treeStore) Append(v1 gtki.TreeIter) gtki.TreeIter {
66 func (v *treeStore) SetValue(v1 gtki.TreeIter, v2 int, v3 interface{}) error {
H A Dtext_buffer.go25 func unwrapTextBuffer(v gtki.TextBuffer) *gtk.TextBuffer {
32 func (v *textBuffer) ApplyTagByName(v1 string, v2, v3 gtki.TextIter) {
44 func (v *textBuffer) GetEndIter() gtki.TextIter {
48 func (v *textBuffer) GetIterAtOffset(v1 int) gtki.TextIter {
52 func (v *textBuffer) GetStartIter() gtki.TextIter {
56 func (v *textBuffer) Insert(v1 gtki.TextIter, v2 string) {
64 func (v *textBuffer) GetText(v1, v2 gtki.TextIter, v3 bool) string {
69 func (v *textBuffer) Delete(v1, v2 gtki.TextIter) {
73 func (v *textBuffer) CreateMark(v1 string, v2 gtki.TextIter, v3 bool) gtki.TextMark {
77 func (v *textBuffer) GetIterAtMark(v1 gtki.TextMark) gtki.TextIter {
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtk_mock/
H A Dmock_iface_testers.go6 gtki.AssertGtk(&Mock{})
13 gtki.AssertBox(&MockBox{})
14 gtki.AssertBuilder(&MockBuilder{})
15 gtki.AssertButton(&MockButton{})
24 gtki.AssertDialog(&MockDialog{})
25 gtki.AssertEntry(&MockEntry{})
28 gtki.AssertGrid(&MockGrid{})
30 gtki.AssertImage(&MockImage{})
32 gtki.AssertLabel(&MockLabel{})
36 gtki.AssertMenu(&MockMenu{})
[all …]
H A Dmock.go11 func (*Mock) AboutDialogNew() (gtki.AboutDialog, error) {
15 func (*Mock) AccelGroupNew() (gtki.AccelGroup, error) {
30 func (*Mock) AssistantNew() (gtki.Assistant, error) {
34 func (*Mock) BuilderNew() (gtki.Builder, error) {
78 func (*Mock) EntryNew() (gtki.Entry, error) {
86gtki.Window, action gtki.FileChooserAction, first_button_text string, first_button_id gtki.Respons…
102 func (*Mock) ImageNewFromIconName(name string, v2 gtki.IconSize) (gtki.Image, error) {
109 func (*Mock) InfoBarNew() (gtki.InfoBar, error) {
133 func (*Mock) MenuNew() (gtki.Menu, error) {
149 func (*Mock) TextBufferNew(table gtki.TextTagTable) (gtki.TextBuffer, error) {
[all …]
H A Dtext_buffer.go12 func (*MockTextBuffer) ApplyTagByName(v1 string, v2, v3 gtki.TextIter) {
19 func (*MockTextBuffer) GetEndIter() gtki.TextIter {
23 func (*MockTextBuffer) GetIterAtOffset(v1 int) gtki.TextIter {
31 func (*MockTextBuffer) GetStartIter() gtki.TextIter {
35 func (*MockTextBuffer) Insert(v1 gtki.TextIter, v2 string) {
41 func (*MockTextBuffer) GetText(gtki.TextIter, gtki.TextIter, bool) string {
45 func (*MockTextBuffer) Delete(gtki.TextIter, gtki.TextIter) {
48 func (*MockTextBuffer) CreateMark(string, gtki.TextIter, bool) gtki.TextMark {
52 func (*MockTextBuffer) GetIterAtMark(gtki.TextMark) gtki.TextIter {
H A Dlist_store.go16 func (*MockListStore) Append() gtki.TreeIter {
20 func (*MockListStore) Remove(v2 gtki.TreeIter) bool {
24 func (*MockListStore) Set2(v2 gtki.TreeIter, v3 []int, v4 []interface{}) error {
28 func (*MockListStore) SetValue(v1 gtki.TreeIter, v2 int, v3 interface{}) error {
32 func (*MockListStore) GetIter(v1 gtki.TreePath) (gtki.TreeIter, error) {
36 func (*MockListStore) GetIterFirst() (gtki.TreeIter, bool) {
40 func (*MockListStore) GetIterFromString(v1 string) (gtki.TreeIter, error) {
44 func (*MockListStore) GetPath(v1 gtki.TreeIter) (gtki.TreePath, error) {
48 func (*MockListStore) GetValue(v1 gtki.TreeIter, v2 int) (glibi.Value, error) {
52 func (*MockListStore) IterNext(v1 gtki.TreeIter) bool {
H A Dtree_store.go13 func (v *MockTreeStore) GetIter(v1 gtki.TreePath) (gtki.TreeIter, error) {
17 func (v *MockTreeStore) GetIterFirst() (gtki.TreeIter, bool) {
21 func (v *MockTreeStore) GetIterFromString(v1 string) (gtki.TreeIter, error) {
25 func (v *MockTreeStore) GetPath(v1 gtki.TreeIter) (gtki.TreePath, error) {
29 func (v *MockTreeStore) GetValue(v1 gtki.TreeIter, v2 int) (glibi.Value, error) {
33 func (v *MockTreeStore) IterNext(v1 gtki.TreeIter) bool {
37 func (v *MockTreeStore) Append(v1 gtki.TreeIter) gtki.TreeIter {
44 func (v *MockTreeStore) SetValue(v1 gtki.TreeIter, v2 int, v3 interface{}) error {
H A Dtext_iter.go32 func (*MockTextIter) BackwardToTagToggle(gtki.TextTag) bool {
56 func (*MockTextIter) Compare(gtki.TextIter) int {
72 func (*MockTextIter) EndsTag(gtki.TextTag) bool {
80 func (*MockTextIter) Equal(gtki.TextIter) bool {
124 func (*MockTextIter) ForwardToTagToggle(gtki.TextTag) bool {
160 func (*MockTextIter) GetBuffer() gtki.TextBuffer {
192 func (*MockTextIter) GetSlice(gtki.TextIter) string {
196 func (*MockTextIter) GetText(gtki.TextIter) string {
216 func (*MockTextIter) HasTag(gtki.TextTag) bool {
220 func (*MockTextIter) InRange(gtki.TextIter, gtki.TextIter) bool {
[all …]
H A Dtree_view.go9 func (*MockTreeView) CollapseRow(v1 gtki.TreePath) bool {
16 func (*MockTreeView) GetCursor() (gtki.TreePath, gtki.TreeViewColumn) {
20 func (*MockTreeView) GetSelection() (gtki.TreeSelection, error) {
24 func (*MockTreeView) GetPathAtPos(v1 int, v2 int, v3 gtki.TreePath, v4 gtki.TreeViewColumn, v5 *int…
42 func (*MockTreeView) SetSearchEntry(v1 gtki.Entry) {
45 func (*MockTreeView) GetSearchEntry() gtki.Entry {
53 func (*MockTreeView) GetModel() (gtki.TreeModel, error) {
57 func (*MockTreeView) SetModel(gtki.TreeModel) {
H A Dassistant.go27 func (a *MockAssistant) GetNthPage(pageNum int) (gtki.Widget, error) {
31 func (a *MockAssistant) AppendPage(page gtki.Widget) int {
35 func (a *MockAssistant) SetPageType(page gtki.Widget, ptype gtki.AssistantPageType) {
38 func (a *MockAssistant) GetPageType(page gtki.Widget) gtki.AssistantPageType {
39 return gtki.ASSISTANT_PAGE_SUMMARY
42 func (a *MockAssistant) SetPageComplete(page gtki.Widget, complete bool) {
45 func (a *MockAssistant) GetPageComplete(page gtki.Widget) bool {
H A Dtext_view.go15 func (*MockTextView) SetBuffer(v1 gtki.TextBuffer) {
18 func (*MockTextView) GetBuffer() (gtki.TextBuffer, error) {
22 func (*MockTextView) ForwardDisplayLine(gtki.TextIter) bool {
26 func (*MockTextView) BackwardDisplayLine(gtki.TextIter) bool {
30 func (*MockTextView) ForwardDisplayLineEnd(gtki.TextIter) bool {
34 func (*MockTextView) BackwardDisplayLineStart(gtki.TextIter) bool {
38 func (*MockTextView) StartsDisplayLine(gtki.TextIter) bool {
42 func (*MockTextView) MoveVisually(gtki.TextIter, int) bool {
H A Dbox.go7 gtki.Orientable
10 func (*MockBox) PackEnd(v1 gtki.Widget, v2, v3 bool, v4 uint) {
13 func (*MockBox) PackStart(v1 gtki.Widget, v2, v3 bool, v4 uint) {
16 func (*MockBox) SetChildPacking(v1 gtki.Widget, v2, v3 bool, v4 uint, v5 gtki.PackType) {
19 func (*MockBox) GetOrientation() gtki.Orientation {
20 return gtki.HorizontalOrientation
23 func (*MockBox) SetOrientation(o gtki.Orientation) {
/dports/net-im/coyim/coyim-0.3.11/gui/
H A Dverifier.go217 infobar gtki.InfoBar
218 label gtki.Label
219 image gtki.Image
220 button gtki.Button
398 dialog gtki.Dialog
399 label gtki.Label
400 image gtki.Image
401 button gtki.Button
427 dialog gtki.Dialog
428 label gtki.Label
[all …]
H A Dimporter.go17 func valAt(s gtki.ListStore, iter gtki.TreeIter, col int) interface{} {
82 w := win.(gtki.Dialog)
113 if gtki.ResponseType(rid) == gtki.RESPONSE_OK {
288 gtki.RESPONSE_OK,
291 if gtki.ResponseType(dialog.Run()) == gtki.RESPONSE_OK {
313 gtki.RESPONSE_OK,
318 if gtki.ResponseType(dialog.Run()) == gtki.RESPONSE_OK {
337 gtki.RESPONSE_OK,
340 if gtki.ResponseType(dialog.Run()) == gtki.RESPONSE_OK {
359 gtki.RESPONSE_OK,
[all …]
H A Dglobal_preferences.go11 dialog gtki.Dialog
12 notebook gtki.Notebook
13 singleWindow gtki.CheckButton
14 showEmptyGroups gtki.CheckButton
15 sendWithShiftEnter gtki.CheckButton
17 notificationsType gtki.ComboBox
20 notificationCommand gtki.Entry
22 rawLogFile gtki.Entry
23 notificationCommandLabel gtki.Label
24 notificationTimeoutLabel gtki.Label
[all …]
H A Dfile_transfer.go56 d := dialogOb.(gtki.MessageDialog)
57 d.SetDefaultResponse(gtki.RESPONSE_YES)
83 responseType := gtki.ResponseType(d.Run())
91 action := gtki.FILE_CHOOSER_ACTION_SAVE
102 gtki.RESPONSE_CANCEL,
104 gtki.RESPONSE_OK,
109 if gtki.ResponseType(fdialog.Run()) == gtki.RESPONSE_OK {
158 func chooseItemToSend(w gtki.Window, action gtki.FileChooserAction, title string) (string, bool) {
164 gtki.RESPONSE_CANCEL,
166 gtki.RESPONSE_OK,
[all …]
H A Dui.go37 searchBox gtki.Box
39 searchEntry gtki.Entry
40 notificationArea gtki.Box
77 gtk gtki.Gtk
163 if gtki.ResponseType(response) == gtki.RESPONSE_YES {
171 area gtki.Box
172 image gtki.Image
173 label gtki.Label
477 vbox := obj.(gtki.Box)
481 hbox := obj.(gtki.Box)
[all …]
H A Dedit_contact.go14 dialog gtki.Dialog
15 accountName gtki.Label
16 contactJID gtki.Label
17 nickname gtki.Entry
20 existingGroups gtki.Menu
21 addGroup gtki.MenuItem
22 removeGroup gtki.Button
24 fingerprintsInformation gtki.Label
25 fingerprintsGrid gtki.Grid
26 save gtki.Button
[all …]
H A Dshortcuts.go36 provider gtki.CssProvider
39 func (ks *keyboardSettings) control(w gtki.Widget) {
63 func (u *gtkUI) increaseFontSize(w gtki.Window) {
67 func (u *gtkUI) decreaseFontSize(w gtki.Window) {
71 func (u *gtkUI) showSearchBar(w gtki.Window) {
76 func (u *gtkUI) closeApplication(w gtki.Window) {
80 func (u *gtkUI) closeWindow(w gtki.Window) {
97 func (u *gtkUI) closeWindowOrConversation(w gtki.Window) {
110 func connectShortcut(accel string, w gtki.Window, action func(gtki.Window)) {
116 gr.Connect2(key, mod, gtki.ACCEL_VISIBLE, func() {
[all …]
H A Dsubscription.go11 func authorizePresenceSubscriptionDialog(parent gtki.Window, peer jid.WithoutResource, f func(gtki.…
20 f(gtki.ResponseType(tp))
31 dialog gtki.Window
32 model gtki.ListStore
33 accountInput gtki.ComboBox
34 contactInput gtki.Entry
35 notificationArea gtki.Box
36 notification gtki.InfoBar
37 subscriptionAskMessage gtki.TextBuffer
38 nickname gtki.Entry
[all …]
H A Dproxy_edit.go43 func getScheme(s gtki.ComboBoxText) string {
54 func updateSensitivity(v bool, es ...gtki.Widget) {
64 dialog := b.getObj("EditProxy").(gtki.Dialog)
66 user := b.getObj("user").(gtki.Entry)
67 pass := b.getObj("password").(gtki.Entry)
68 server := b.getObj("server").(gtki.Entry)
69 serverLabel := b.getObj("serverLabel").(gtki.Label)
70 port := b.getObj("port").(gtki.Entry)
71 portLabel := b.getObj("portLabel").(gtki.Label)
72 path := b.getObj("path").(gtki.Entry)
[all …]

123456789