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

/inkscape/src/ui/widget/
H A Ddock-item.cpp128 if (getWindow()) {
129 getWindow()->get_position(x, y);
139 if (getWindow()) {
140 getWindow()->get_size(width, height);
435 _window = getWindow();
454 DockItem::getWindow() function in class:Inkscape::UI::Widget::DockItem
H A Ddock-item.h89 Gtk::Window *getWindow(); //< gives the parent window, if the dock item has one (i.e. it's floating)
/inkscape/src/ui/view/
H A Dedit-widget-interface.h41 virtual Gtk::Window *getWindow() = 0;
/inkscape/src/ui/dialog/
H A Ddock-behavior.cpp61 if (Gtk::Window *floating_win = _dock_item.getWindow())
202 if (Gtk::Window *floating_win = _dock_item.getWindow())
241 Gtk::Window *floating_win = _dock_item.getWindow();
/inkscape/src/display/
H A Dsp-canvas.cpp131 GdkWindow *getWindow(SPCanvas *canvas) function in namespace:__anon28
624 getWindow(item->canvas),
631 gdk_pointer_grab( getWindow(item->canvas), FALSE,
1443 event->window != getWindow(canvas))
1523 if (event->window != getWindow(canvas)) {
1846 if (event->window != getWindow(canvas)) {
2022 gdk_window_scroll(getWindow(this), -dx, -dy);
/inkscape/src/widgets/
H A Ddesktop-widget.h130 virtual Gtk::Window* getWindow() function in struct:SPDesktopWidget::WidgetStub
/inkscape/src/
H A Ddesktop.cpp1303 return _widget->getWindow();

Completed in 38 milliseconds