#46: First draft for file open handle. Still buggy when multiple windows are opened
This commit is contained in:
@@ -54,6 +54,13 @@ GdsRenderGui *gds_render_gui_new();
|
||||
*/
|
||||
GtkWindow *gds_render_gui_get_main_window(GdsRenderGui *gui);
|
||||
|
||||
/**
|
||||
* @brief gds_render_gui_open_gds Open a GDS file. Emulates the manual load via GUI open button
|
||||
* @param self GUI instance
|
||||
* @param path file path
|
||||
*/
|
||||
void gds_render_gui_open_gds(GdsRenderGui *self, const char *path);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user