Ejemplo n.º 1
0
        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);
        }
Ejemplo n.º 3
0
 private void Awake()
 {
     Singleton = this;
 }