Lines Matching defs:holder
175 void (*prep_func)(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
696 Gtk::ToolItem* holder = Glib::wrap(button_toolitem);
698 // g_message("create_tool_item_vfunc() = %p for '%s'", holder, verb->get_id());
699 return holder;
1438 GtkWidget* holder = gtk_grid_new();
1439 gtk_grid_attach( GTK_GRID(holder), kludge, 2, 0, 1, 1);
1441 GtkWidget* holder = gtk_table_new( 1, 3, FALSE );
1442 gtk_table_attach( GTK_TABLE(holder), kludge, 2, 3, 0, 1, GTK_SHRINK, GTK_SHRINK, 0, 0 );
1459 gtk_grid_attach( GTK_GRID(holder), toolBar, 0, 0, 1, 1);
1461 gtk_table_attach( GTK_TABLE(holder), toolBar, 0, 1, 0, 1, (GtkAttachOptions)(GTK_EXPAND | GTK_FILL), (GtkAttachOptions)(GTK_EXPAND | GTK_FILL), 0, 0 );
1476 gtk_grid_attach( GTK_GRID(holder), swatch_, 1, 0, 1, 1);
1478 gtk_table_attach( GTK_TABLE(holder), swatch_, 1, 2, 0, 1, (GtkAttachOptions)(GTK_SHRINK | GTK_FILL), (GtkAttachOptions)(GTK_EXPAND | GTK_FILL), AUX_BETWEEN_BUTTON_GROUPS, AUX_SPACING );
1482 gtk_widget_show_all( holder );
1484 gtk_widget_show_now( holder );
1486 sp_set_font_size_smaller( holder );
1488 gtk_size_group_add_widget( grouper, holder );
1490 gtk_container_add( GTK_CONTAINER(toolbox), holder );
1491 g_object_set_data( G_OBJECT(toolbox), aux_toolboxes[i].data_name, holder );