Esempio n. 1
0
        public SearchEntry()
        {
            AppPaintable = true;

            BuildWidget();

            NoShowAll = true;
            GtkWorkarounds.SetTransparentBgHint(this, true);
        }
Esempio n. 2
0
            public FramelessEntry(SearchEntry parent) : base()
            {
                this.parent = parent;
                HasFrame    = false;

                parent.StyleSet += OnParentStyleSet;
                WidthChars       = 1;

                GtkWorkarounds.SetTransparentBgHint(this, true);
            }