Add docu for on_select_all_layers_clicked

This commit is contained in:
Mario Hüttel 2019-08-25 23:26:59 +02:00
parent 1dc23afa9a
commit 91633edc78
1 changed files with 5 additions and 0 deletions

View File

@ -571,6 +571,11 @@ static void gds_render_gui_class_init(GdsRenderGuiClass *klass)
gobject_class->dispose = gds_render_gui_dispose;
}
/**
* @brief Callback for the 'select all layers'-button
* @param button Button that triggered the event
* @param user_data the GdsrenderGui object containing the main-window the button is placed in
*/
static void on_select_all_layers_clicked(GtkWidget *button, gpointer user_data)
{
GdsRenderGui *gui;