![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
GtkWidget* toolPanelNew (gchar *id, gchar *name, gchar *tabName); GtkWidget* toolPanelNew_withIconFromStock (gchar *id, gchar *name, gchar *tabName, const gchar *stock); GtkWidget* toolPanelNew_withIconFromPath (gchar *id, gchar *name, gchar *tabName, const gchar *iconPath); void toolPanelAttach (ToolPanel *toolPanel, DockWindow *dock); void toolPanelDetach (ToolPanel *toolPanel); void toolPanelSet_container (ToolPanel *toolPanel, DockWindow *window); void toolPanelSet_containerId (ToolPanel *toolPanel, const gchar *id); void toolPanelSet_dockable (ToolPanel *toolPanel, gboolean value); DockWindow* toolPanelGet_container (ToolPanel *toolPanel); const gchar* toolPanelGet_containerId (ToolPanel *toolPanel); GtkWidget* toolPanelGet_headerWidget (ToolPanel *toolPanel); const gchar* toolPanelGet_id (ToolPanel *toolPanel); const gchar* toolPanelGet_label (ToolPanel *toolPanel); VisuData* toolPanelGet_visuData (ToolPanel *toolPanel); GList* toolPanelClassGet_allToolPanels (); GList* toolPanelClassGet_allWindows (); DockWindow* toolPanelClassGet_commandPanel (); DockWindow* toolPanelClassGet_container (const gchar *id); ToolPanel* toolPanelClassGet_toolPanelById (const gchar *id); void toolPanelClassGet_windowCharacteristics (DockWindow *dock, gchar **id, gboolean *visibility, gint *x, gint *y, gint *width, gint *height); void toolPanelClassSet_visuData (VisuData *dataObj); void toolPanelClassSet_windowPosition (const gchar *id, guint x, guint y); void toolPanelClassSet_windowSize (const gchar *id, guint width, guint height); void toolPanelClassSet_windowVisibility (const gchar *id, gboolean visible); typedef DockWindow; GtkWidget* dockWindowGet_container (DockWindow *dock); GtkWidget* dockWindowGet_notebook (DockWindow *dock);
GtkWidget* toolPanelNew (gchar *id, gchar *name, gchar *tabName);
id : |
|
name : |
|
tabName : |
|
Returns : |
GtkWidget* toolPanelNew_withIconFromStock (gchar *id, gchar *name, gchar *tabName, const gchar *stock);
id : |
|
name : |
|
tabName : |
|
stock : |
|
Returns : |
GtkWidget* toolPanelNew_withIconFromPath (gchar *id, gchar *name, gchar *tabName, const gchar *iconPath);
id : |
|
name : |
|
tabName : |
|
iconPath : |
|
Returns : |
void toolPanelAttach (ToolPanel *toolPanel, DockWindow *dock);
toolPanel : |
|
dock : |
void toolPanelSet_container (ToolPanel *toolPanel, DockWindow *window);
toolPanel : |
|
window : |
void toolPanelSet_containerId (ToolPanel *toolPanel, const gchar *id);
toolPanel : |
|
id : |
void toolPanelSet_dockable (ToolPanel *toolPanel, gboolean value);
toolPanel : |
|
value : |
DockWindow* toolPanelGet_container (ToolPanel *toolPanel);
toolPanel : |
|
Returns : |
const gchar* toolPanelGet_containerId (ToolPanel *toolPanel);
toolPanel : |
|
Returns : |
GtkWidget* toolPanelGet_headerWidget (ToolPanel *toolPanel);
toolPanel : |
|
Returns : |
VisuData* toolPanelGet_visuData (ToolPanel *toolPanel);
toolPanel : |
|
Returns : |
DockWindow* toolPanelClassGet_container (const gchar *id);
id : |
|
Returns : |
ToolPanel* toolPanelClassGet_toolPanelById (const gchar *id);
id : |
|
Returns : |
void toolPanelClassGet_windowCharacteristics (DockWindow *dock, gchar **id, gboolean *visibility, gint *x, gint *y, gint *width, gint *height);
dock : |
|
id : |
|
visibility : |
|
x : |
|
y : |
|
width : |
|
height : |
void toolPanelClassSet_windowPosition (const gchar *id, guint x, guint y);
id : |
|
x : |
|
y : |
void toolPanelClassSet_windowSize (const gchar *id, guint width, guint height);
id : |
|
width : |
|
height : |
void toolPanelClassSet_windowVisibility (const gchar *id, gboolean visible);
id : |
|
visible : |
typedef struct DockWindow_struct DockWindow;
Short name for the structure of containers of ToolPanel.