json сохранение
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const dvui = @import("dvui");
|
||||
const WindowContext = @import("../WindowContext.zig");
|
||||
const menu_bar = @import("menu_bar.zig");
|
||||
const tab_bar = @import("tab_bar.zig");
|
||||
const left_panel = @import("left_panel.zig");
|
||||
const right_panel = @import("right_panel.zig");
|
||||
@@ -16,6 +17,7 @@ pub fn guiFrame(ctx: *WindowContext) bool {
|
||||
.{ .expand = .both, .background = true, .style = .window },
|
||||
);
|
||||
{
|
||||
menu_bar.menuBar(ctx);
|
||||
tab_bar.tabBar(ctx);
|
||||
|
||||
var content_row = dvui.box(@src(), .{ .dir = .horizontal }, .{ .expand = .both });
|
||||
|
||||
Reference in New Issue
Block a user