A Question On Gtk Menus
- From: Thomas Dineen <tdineen ix netcom com>
- To: gtk-list gnome org, Thomas Dineen <tdineen ix netcom com>
- Subject: A Question On Gtk Menus
- Date: Sat, 01 Feb 2014 18:00:49 -0800
Gentle People:
A question on GTK menus. Following the examples found on the
internet my menus
are created in the C main() function block.
Now after block main() is successfully completed and drops into the
function gtk_main()
is it possible or allowed to change the menus created above?
My experiments indicate that I have been able to (outside of main):
1) Delete or append menu leaf entries.
2) Delete entire menus.
But I have not successfully been able to append complete new menus
and their leaf elements.
I have an application that based on menu selections I would like to
read some files
and create (append) entire new menus and their leaf contents.
Also the same situation exists for Buttons is it possible to add a
button outside of main().
If this possible can you please post a simple example or URL pointer
to an example.
Thanks for the help.
Thomas Dineen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]