<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font size="-1">Hi everyone,<br>
      <br>
      I've added a wxToolBar to my gui, but I can't seem to find the
      proper command type to connect to. I've found 2 types that are
      related to toolbars: </font><small><span class="code">command_tool_rclicked
        and command_tool_enter. I'm able to receive both, but there
        doesn't seem to be a type for left clicking. My best guess is
        that it should be named </span></small><small><span
        class="code">command_tool_clicked, but that causes an error when
        trying to connect. Is it missing, or is it called something else
        and I'm just not able to find it?<br>
        <br>
        Regards,<br>
        Joakim<br>
      </span></small>
  </body>
</html>