Re: Re: wxpython equivalent to HTML footer
Yale Schachter <[email protected]>
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <CAGBbUGvJctFTAqZNUiR6mobq8RU35UtANPn3RS6ugV6NNZ1KOg@mail.gmail.com> |
Sorry I forgot to post that I have the need solved. I found some example of SetSizer that solved my need. Thanks, On Fri, Jan 31, 2020 at 2:55 PM Alexandre Almosni < [email protected]> wrote: > Would a status bar fit your needs? something like > > self.statusbar = self.CreateStatusBar() self.statusbar.SetFieldsCount(4) > self.statusbar.SetStatusWidths([-1, -1, -1, -3]) self.statusbar. > SetStatusText('Something interesting', 1) > On Monday, January 27, 2020 at 4:01:44 PM UTC, Yale Schachter wrote: >> >> Good evening, >> >> Fairly new python / wxpython user here. I have made good headway in my >> first project but I was wondering if anyone can give me a pointer on where >> to look. >> >> I would like to emulate an HTML footer where a "banner" is fixed to the >> bottom of the screen. Much like how most newer web pages look. Is it at all >> possible? >> >> Thanks in advance for any replies. >> >> -- > You received this message because you are subscribed to the Google Groups > "wxPython-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/wxpython-users/3d90cac3-081c-4180-b583-b1b16216c77e%40googlegroups.com > <https://groups.google.com/d/msgid/wxpython-users/3d90cac3-081c-4180-b583-b1b16216c77e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "wxPython-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/CAGBbUGvJctFTAqZNUiR6mobq8RU35UtANPn3RS6ugV6NNZ1KOg%40mail.gmail.com.