Hi guys,
The plugin ill have a submenu inside of their menu in tools_menu(with option to launch it in a free window, or in the right side of geany)..
-----------------------------------------------------------------
I have some problems adding the 8Bits plugin to the geany notebook parent container...
I added it to the parent notebook of geany...
like that parent->pane->vbox( (geany notebook)--left side + (8Bits notebook) right side )
https://meocloud.pt/link/0caff1c1-13de-459b-8de7-a398d5d7904d/Share
----------------------------------------------------------------------------
Now I want to disable the plugin, and establish the previous geany notebook ...(exit from plugin...)
I don't know how to remove the 8Bits notebook, and establish the previous, only one notebook :S
Another thing...does any body know the exact struct of geany...or geany_data, they are the same right?
How the data is stored inside...I can find the exact definition/declaration of this struct...
to search for the parent, of 8Bits container, i need a pointer to 8Bits notebook...
is that something like that:
GtkWidget *notebook = geany_data->main_widgets->pane->vbox->my_netbook;(pane->vbox...because I added a pane inside the first parent, and a vbox inside a pane)?!
but it doesn't remove my notebook from Geany :(
What do you think?
Thanks in advance regards tux