コード例 #1
0
ファイル: pangocairo.go プロジェクト: raichu/gotk3
func cairo_context(cr *cairo.Context) *C.cairo_t {
	return (*C.cairo_t)(cr.GetCContext())
}