ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ArtXGUI Component API Reference
In This Topic
    ArtXGUI Component API Reference
    In This Topic

    The ImageGear ArtXGUI component functions deal with interactive modification of ArtX marks:

    The ImageGear ARTXGUI component provides access to the following ImageGear ArtXGUI API: 

    Members:

    IG_ARTX_GUI_cursor_get Gets handle to current mouse cursor.
    IG_ARTX_GUI_mode_get Gets the current display mode of the ArtX GUI.
    IG_ARTX_GUI_mode_set Changes the display mode of the ArtX GUI.
    IG_ARTX_GUI_mouse_down Handles the MouseDown event.
    IG_ARTX_GUI_mouse_move Handles the MouseMove event.
    IG_ARTX_GUI_mouse_up Handles the MouseUp event.
    IG_ARTX_GUI_page_set Sets the ArtX Page to which ArtX GUI is to be connected.
    IG_ARTX_GUI_register_hotspot_action Registers a callback function that will be called from the ArtX GUI when a user clicks on a hotspot mark.
    IG_ARTX_GUI_show_attributes Shows a property sheet for a given mark.
    IG_ARTX_GUI_toolbar_version_get Gets the version of the GUI toolbar.
    IG_ARTX_GUI_toolbar_version_set Changes the version of the GUI toolbar.
    IG_ARTX_GUI_toolbar_visible_get Gets the visible state of the GUI toolbar.
    IG_ARTX_GUI_toolbar_visible_set Changes the visible state of the GUI toolbar.
    IG_ARTX_GUI_tooltips_visible_get Gets the state of visibility of the GUI tooltips.
    IG_ARTX_GUI_tooltips_visible_set Changes the state of visibility of the tooltip.
    LPFNIG_ARTX_GUI_HOTSPOT_ACTION Registers a callback method called from the ArtX GUI when a user clicks on a hotspot mark.
    LPFNIG_ARTX_GUI_TOOLBARNOTIFY Registers a callback method called whenever the user changes the button selection in the ToolBar.