Searched refs:aux_toolboxes (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dtoolbox.cpp180 } const aux_toolboxes[] = { variable
1404 for (int i = 0 ; aux_toolboxes[i].type_name ; i++ ) {
1405 if ( aux_toolboxes[i].prep_func ) {
1411 dataHolders[aux_toolboxes[i].type_name] = kludge;
1412 aux_toolboxes[i].prep_func( desktop, mainActions->gobj(), G_OBJECT(kludge) );
1416 if (aux_toolboxes[i].create_func == NULL) {
1419 sub_toolbox = aux_toolboxes[i].create_func(desktop);
1425 g_object_set_data(G_OBJECT(toolbox), aux_toolboxes[i].data_name, sub_toolbox);
1431 for (int i = 0 ; aux_toolboxes[i].type_name ; i++ ) {
1432 if ( aux_toolboxes[
[all...]

Completed in 17 milliseconds