summaryrefslogtreecommitdiff
path: root/gtkcasts_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'gtkcasts_unix.go')
-rw-r--r--gtkcasts_unix.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtkcasts_unix.go b/gtkcasts_unix.go
index 09ba9ef..b459c46 100644
--- a/gtkcasts_unix.go
+++ b/gtkcasts_unix.go
@@ -61,12 +61,12 @@ func togtkcontainer(what *gtkWidget) *C.GtkContainer {
return (*C.GtkContainer)(unsafe.Pointer(what))
}
-func fromgtkfixed(x *C.GtkFixed) *gtkWidget {
+func fromgtklayout(x *C.GtkLayout) *gtkWidget {
return (*gtkWidget)(unsafe.Pointer(x))
}
-func togtkfixed(what *gtkWidget) *C.GtkFixed {
- return (*C.GtkFixed)(unsafe.Pointer(what))
+func togtklayout(what *gtkWidget) *C.GtkLayout {
+ return (*C.GtkLayout)(unsafe.Pointer(what))
}
func fromgtkbutton(x *C.GtkButton) *gtkWidget {