sizer
wxPython: SplitterWindow and SetMaxSize for one Subwindow
I am quiet new to wxPython, so I hope there is nothing basic I am overlooking: I want to use a SplitterWindow to split up my Frame\'s content in two resizable subwindows (A and B), but I want one of t[详细]
2023-04-08 19:22 分类:问答wxWidgets child sizer not expanding
I\'ve got a very frustrating sizer problem. I have two wxFlexGridSizers (and a few other things) inside a vertical wxBoxSizer, like so:[详细]
2023-03-24 19:36 分类:问答wxPython: Nesting GridBagSizers not spanning?
I\'ve g0t a GridBagSizer (folderBagSizer)within an existing GridBagSizer (sizer)... now I am trying to populate the nested sizer (folderBagSizer) with some labels.They are showing up UNDER the sizers.[详细]
2023-03-19 18:03 分类:问答Placing elements (panels) within a wx.GridBagSizer
I\'m using a gridbagsizer to place two panels within a frame. control_panel = wx.Panel(self, id=ID_CONTROL_PANEL)[详细]
2023-02-04 04:44 分类:问答use wxPython to draw a grided rectangular container or box
all, I want to draw a rectangular or a container with 20 slots inside. it is like a cd container or archive, with empty slot to insert the cd or book. I choose wxPython.[详细]
2023-01-18 15:12 分类:问答wxPython: wx.PyControl layout problem when it is a child of a wx.Panel
This is a continuation from this question: wxPython: Can a wx.PyControl contain a wx.Sizer? The main topic here is using a wx.Sizer inside a wx.PyControl. I had problems Fit()ting my CustomWidget aro[详细]
2023-01-08 22:27 分类:问答How do I get the size of an individual cell of a wx.GridSizer?
I\'m wondering if I could get the size of an individual cell of a wx.GridS开发者_JAVA百科izer after calling Fit(). If so, how do I do that?item = sizer.GetItem(index)[详细]
2023-01-06 10:29 分类:问答How to make a dynamic number of horizontal BoxSizers?
I have a function that calculates the number of images that can be displayed on the screen, if there are more images than the ones that can be put on screen, I resize the images till they all can appe[详细]
2023-01-05 19:46 分类:问答Why Does .Hide()ing and .Show()ing Panels in wxPython Result in the Sizer Changing the Layout?
As referenced in my previous question, I am trying to make something slightly wizard-like in function.I have settled on a single frame with a sizer added to it.I build panels for each of the screens I[详细]
2022-12-25 15:30 分类:问答If Possible, How Can One Set Either a Background Color on Cells within a Sizer or Gridlines for the Sizer?
I am flaili开发者_JAVA百科ng about with wxWidgets, in particular, the wx.Sizer in wxPython.I have read the documents, I have a copy of wXPython in Action before me, and have set aside the problem to w[详细]
2022-12-25 14:41 分类:问答