Searched defs:thing (Results 1 - 4 of 4) sorted by relevance
| /inkscape/src/ui/ |
| H A D | previewholder.cpp | 138 Gtk::Widget* thing = Gtk::manage(preview->getPreview(PREVIEW_STYLE_PREVIEW, VIEW_TYPE_LIST, _baseSize, _ratio, _border)); local 141 thing->set_hexpand(); 142 thing->set_vexpand(); 143 _insides->attach(*thing, 0, i, 1, 1); 149 _insides->attach( *thing, 0, 1, i, i+1, Gtk::FILL|Gtk::EXPAND, Gtk::FILL|Gtk::EXPAND ); 157 Gtk::Widget* thing = Gtk::manage(items[i]->getPreview(PREVIEW_STYLE_PREVIEW, VIEW_TYPE_GRID, _baseSize, _ratio, _border)); local 161 calcGridSize( thing, items.size(), width, height ); 194 thing->set_hexpand(); 195 thing->set_vexpand(); 196 _insides->attach(*thing, co 337 calcGridSize( const Gtk::Widget* thing, int itemCount, int& width, int& height ) argument 436 Gtk::Widget* thing = Gtk::manage(items[i]->getPreview(PREVIEW_STYLE_PREVIEW, _view, _baseSize, _ratio, _border)); local 467 Gtk::Widget* thing = Gtk::manage(items[i]->getPreview(PREVIEW_STYLE_PREVIEW, _view, _baseSize, _ratio, border)); local [all...] |
| /inkscape/src/ |
| H A D | color-profile.cpp | 512 SPObject* thing = bruteFind( document, name ); local 513 if ( thing ) { 514 prof = COLORPROFILE(thing)->impl->_profHandle; 518 *intent = thing ? COLORPROFILE(thing)->rendering_intent : (guint)RENDERING_INTENT_UNKNOWN;
|
| /inkscape/src/widgets/ |
| H A D | desktop-widget.cpp | 1666 gpointer thing = sp_search_by_data_recursive(aux_toolbox, (gpointer) id); local 1667 if ( !thing ) { 1669 } else if ( GTK_IS_TOGGLE_BUTTON(thing) ) { 1670 GtkToggleButton *b = GTK_TOGGLE_BUTTON(thing); 1672 } else if ( GTK_IS_TOGGLE_ACTION(thing) ) { 1673 GtkToggleAction* act = GTK_TOGGLE_ACTION(thing);
|
| H A D | icon.cpp | 823 GtkImageType thing = gtk_image_get_storage_type(GTK_IMAGE(img)); local 824 g_message(" Type is %d %s", (int)thing, (thing == GTK_IMAGE_EMPTY ? "Empty" : "ok"));
|
Completed in 32 milliseconds