#46: First draft for file open handle. Still buggy when multiple windows are opened

This commit is contained in:
2023-01-24 19:44:12 +01:00
parent 14b1e8e22f
commit ce50fb708a
3 changed files with 97 additions and 66 deletions

View File

@@ -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
/** @} */