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

  • SEARCH
  • Home
  • 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 4037660
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T12:22:33+00:00 2026-05-20T12:22:33+00:00

#submenu clearMenu = gtk.Menu() item = gtk.MenuItem(submenu item) item.connect(activate, lambda w: self.callBackFunction()) clearMenu.append(item) item.show()

  • 0
    #submenu
    clearMenu = gtk.Menu()

    item = gtk.MenuItem("submenu item")
    item.connect("activate", lambda w: self.callBackFunction())
    clearMenu.append(item)
    item.show()


    '''TOP level'''
    menu = gtk.Menu()

    item = gtk.ImageMenuItem("Item1")
    img = gtk.Image()
    img.set_from_file('image1.png')
    item.set_image(img)
    menu.append(item)
    item.set_submenu(clearMenu) #attach submenu
    item.show()

    item = gtk.ImageMenuItem("Item2")
    img = gtk.Image()
    img.set_from_file('image2.png')
    item.set_image(img)   
    item.connect("activate", lambda w: self.callBackFunction())
    menu.append(item)
    item.show()

My top level item “Item2” calls defined function “callBackFunction”. But why “submenu item” does not?
What i’m doing wrong?


EDIT

here is how i’ve managed to force submenu items kick-in desired action:

item.connect("button-press-event", self.callBackFunction, argument1, argument2)

But i still dont get it why event “activate” does not works on submenu items, while works in top level menu items

  • 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-20T12:22:34+00:00Added an answer on May 20, 2026 at 12:22 pm

    It’s an inherent problem with submenu focus explained here:

    the submenu doesn’t get focus until the menu item it’s attached to is clicked (even though the submenu appears when the mouse is over the menu item.)

    The upshot is that items in the sub menu don’t emit the activate signal unless the parent menu item is clicked first.

    This explains why keyboard navigation seems to work.

    I’ve been working around this problem for more than a year, and I don’t know of any solution to it — just the "button-press-event" workaround you’ve discovered.

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

Sidebar

Related Questions

How would one go about adding a submenu item to the windows explorer context
So, I'm creating a submenu by myself by following the jQuery codex only and
I currently have a CSS <ul><li> dropdown menu that uses the following code. Unfortunately
I am adding a sub menu to an About us section and would like
I'm looking to apply a menubar to my website and was thinking something similar
I am developing an payroll add-on for SAP Business One 8.81. I can be
I'm working on a site someone else developed. They used the following jQuery code
I'm using BlogEngine.NET 2.0 with the boldy theme (can be seen here ). But
I'm trying to create a custom layout for managing preferences. I know there is
I have got a problem with the zend navigation. I use the zend navigation,

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.