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 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

I'm trying to center the submenu under the menu item, but I seem to
i create a menu and i show and hide submenu on jquery via hover
I am trying to hide/unhide a submenu item (menumanager) from the context (popup menu)
I'd like to build a very simple submenu: HTML: <ul> <li><a href=#>Main-item</a> <ul id=show>
Is it possible? div menu and submenu needs to be 50px tall. top and
when i go to an submenu item on... the Item from the main menu
I would like to style a menu item that has a submenu differently, just
I have some submenu inserted as Window item submenu of Main Menu I have
I have this menu with a slide down submenu: <ul class=sf-menu> <li class=menu-item current-menu-item>
I have this fiddle: http://jsfiddle.net/tatygrassini/tZBXe/ Horizontal dropdown menu with a 1 level deep submenu.

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.