Re: wxpython equivalent to HTML footer
Alexandre Almosni <[email protected]>
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
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.