<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi guys,<br>
    <br>
    for what I understand plugindata.h have the structs of the Program
    data, and geanyfunctions.h, an functions to access the places in
    plugindata.h, geanyplugin.h include both...am I right?<br>
    <br>
    I have this table,    table_box = gtk_table_new(1,4,FALSE);     with
    a label, two combox's and a button at the end , I want to add them
    at the end of the toolbar...<br>
    <br>
    Is that possible?I am struggling with this , and I am in a dead
    end..<br>
    <br>
    I have search in geanyfunctions.h, but I only found a macro for
    this... :S<br>
    <br>
    plugin_add_toolbar_item(geany_plugin, table_box); //<b>Is this the
      only way to add items to toolbar?</b><br>
    <br>
    <b>plugin_add_toolbar_item</b> only accept a GtktoolItem * ?<br>
    I think that means only GtkToolButton,GtkSeparatorToolItem, but if I
    want to add a table(1,4)?how can I do that?<br>
    <br>
    I noticed that I can't do that with gtk_container_add(
    GTK_CONTAINER( geany_data->main_widgets->toolbar), table_box
    );  I don't know why...<br>
    <br>
    does any body knows, how to do this?<br>
    <br>
    thanks <br>
    <br>
    regards<br>
    tux<br>
    <br>
  </body>
</html>