public static Gtk.Toolbar CreateInstance() { ActionToolbar t = new ActionToolbar(); // Looks like the default size and style are set when adding the toolbar to the window, // so we have to explicitly get the defaults to make sure the toolbar is properly initialized GetDefaults(); t.IconSize = defaultSize; t.ToolbarStyle = defaultStyle; return(t); }
public static Gtk.Toolbar CreateInstance() { ActionToolbar t = new ActionToolbar(); return(t); }
private void Awake() { Singleton = this; }