| View previous topic :: View next topic |
| Author |
Message |
Osiris
Joined: 17 Dec 2005 Posts: 65
|
Posted: Sun Mar 26, 2006 10:01 pm Post subject: append a submenu to a glade build Menu? |
|
|
I've build a menu within my glade file.
Now I wan't to append to a menuitem of this menu a submenu, which consists of a variable list of entries.
But when i choose the menuitem, there popups only a small rectangle, but not the values I want to see there?
Can't I add a submenu to an MenuItem in a glade build GtkMenu?
Do I have to build the menu, which holds the submenu, completely in my php-file?
Greetings
Christian |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Sun Mar 26, 2006 10:36 pm Post subject: |
|
|
| You need to show the menu and the items first. |
|
| Back to top |
|
 |
Osiris
Joined: 17 Dec 2005 Posts: 65
|
Posted: Sun Mar 26, 2006 10:53 pm Post subject: |
|
|
| thanks, that was the hint, I needed, now the submenu is shown. |
|
| Back to top |
|
 |
|