Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6847887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:47:58+00:00 2026-05-27T00:47:58+00:00

I am not sure what they are called, but I would like a resizable

  • 0

I am not sure what they are called, but I would like a resizable divider line, to separate widgets.

I would like something like this (except horizontal):
http://imm.io/bKgf

If you do not know what i am talking about please comment, thanks and sorry for my ignorance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T00:47:59+00:00Added an answer on May 27, 2026 at 12:47 am

    You need, maybe, a splitterwindow:

    import  wx
    
    class MyFrame(wx.Frame):
        def __init__(self, parent):
            wx.Frame.__init__(self, parent)
            self.splitter = wx.SplitterWindow(self)
    
            pan1 = wx.Window(self.splitter, style=wx.BORDER_SUNKEN)
            pan1.SetBackgroundColour("yellow")
            wx.StaticText(pan1, -1, "My Left Panel")
    
            pan2 = wx.Window(self.splitter, style=wx.BORDER_SUNKEN)
            pan2.SetBackgroundColour("orange")
            wx.StaticText(pan2, -1, "my Right Panel")
    
            self.splitter.SplitVertically(pan1, pan2, -100)
    
    
    if __name__ == '__main__':
        app = wx.PySimpleApp()
        frame = MyFrame(None)
        frame.Show()
        app.MainLoop()
    

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm not sure how this links are called something.com/#link I would like to animate
I'm not sure what this functionality is properly called. But I have a single-line
I have a list of gps positions like this: ( not even sure they
I'm not sure what this is called since it is new to me, but
Not sure if im just being stupid or something but here goes i work
Not sure how to ask this, but i'll give it a try: I have
Not sure if this is a big deal. But wondering why when the site
Not sure if this is the correct Stack Exchange website but here goes.. A
I thought this would be simple, but I sure am having a lot of
What makes actors so lightweight? I'm not even sure how they work. Aren't they

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.