]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/gtkutil/dialog.h
Wrap more GTK
[xonotic/netradiant.git] / libs / gtkutil / dialog.h
index 7907e76b375c1996085d65f196fe2fca4a192bb3..b4367e5cfb9acb87c596a3bd8269c487d4641a49 100644 (file)
@@ -118,7 +118,7 @@ BrowsedPathEntry( const BrowseCallback& browse );
 
 ui::Label DialogLabel_new( const char* name );
 ui::Table DialogRow_new( const char* name, ui::Widget widget );
-void DialogVBox_packRow( ui::VBox vbox, ui::Widget row );
+void DialogVBox_packRow( ui::Box vbox, ui::Widget row );
 
 
 #endif