コード例 #1
0
ファイル: layout.go プロジェクト: DaviWei/iup
func GetBrother(ih *Ihandle) *Ihandle {
	return (*Ihandle)(C.IupGetBrother(ih.C()))
}
コード例 #2
0
ファイル: handle.go プロジェクト: visualfc/go-iup
func (h *Handle) GetBrother() IHandle {
	return toHandle(C.IupGetBrother(h.p))
}