File: gdk_iface_testers.go

package info (click to toggle)
golang-github-twstrike-gotk3adapter 0.0~git20170505.0.901a95d%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,232 kB
  • sloc: ruby: 478; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package gdka

import "github.com/twstrike/gotk3adapter/gdki"

func init() {
	gdki.AssertGdk(&RealGdk{})
	gdki.AssertEvent(&event{})
	gdki.AssertEventButton(&eventButton{})
	gdki.AssertEventKey(&eventKey{})
	gdki.AssertPixbuf(&pixbuf{})
	gdki.AssertPixbufLoader(&pixbufLoader{})
	gdki.AssertScreen(&screen{})
	gdki.AssertWindow(&window{})
}