//---------------------------------------- // // Copyright © yanghy. All Rights Reserved. // // Licensed under GNU General Public License v3.0 // //---------------------------------------- //go:build !windows // +build !windows package cef //显示标题栏 func (m *ViewsFrameworkBrowserWindow) ShowTitle() { } //隐藏标题栏 func (m *ViewsFrameworkBrowserWindow) HideTitle() { } func (m *ViewsFrameworkBrowserWindow) SetDefaultInTaskBar() { } func (m *ViewsFrameworkBrowserWindow) SetShowInTaskBar() { } func (m *ViewsFrameworkBrowserWindow) SetNotInTaskBar() { }