Questions tagged as 'wxwidgets'

1
answer

Set up sizers correctly

I'll briefly comment on the problem: I would like to design a GUI that consists of a window of a given size (say 500x600 pixels) and inside it in descending order we would have two rows one under the other with a label and a text box (where t...
asked by 01.03.2018 / 16:15
1
answer

wxpython how to import button actions from another py file

Hello, my question is a strange thing, but if in wxpython I have created a window in the main.py file import wx import wx.xrc #from accion import evento class MyFrame(wx.Frame): def __init__(self, parent): wx.Frame.__init__(self,...
asked by 03.07.2018 / 04:26