Home
last modified time | relevance | path

Searched refs:get_allocation (Results 76 – 100 of 431) sorted by relevance

12345678910>>...18

/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DPieceWidget.py22 rect = self.get_allocation()
/dports/x11/wf-shell/wf-shell-0.7.0/src/dock/
H A Dtoplevel-icon.cpp107 x += widget->get_allocation().get_x(); in send_rectangle_hint()
108 y += widget->get_allocation().get_y(); in send_rectangle_hint()
/dports/x11/guake/Guake-3.4.0/guake/
H A Dsplit_utils.py92 terminal_rect = terminal.get_parent().get_allocation()
160 box_rect = box.get_allocation()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/backends/
H A Dbackend_gtk3cairo.py24 allocation = self.get_allocation()
H A Dbackend_gtk3.py156 y = self.get_allocation().height - event.y
164 y = self.get_allocation().height - event.y
172 y = self.get_allocation().height - event.y
194 y = self.get_allocation().height - y
204 y = self.get_allocation().height - event.y
434 canvas_size = self.canvas.get_allocation()
/dports/graphics/mypaint/mypaint-2.0.1/gui/colors/
H A Dadjbases.py756 alloc = self.get_allocation()
928 alloc = self.get_allocation()
1069 alloc = self.get_allocation()
1132 alloc = self.get_allocation()
1144 alloc = self.get_allocation()
1165 alloc = self.get_allocation()
1316 alloc = self.get_allocation()
/dports/x11/mate-dock-applet/mate-dock-applet-21.10.0/src/
H A Ddock_popup.in470 app_alloc = self.__the_app.drawing_area.get_allocation()
617 allocation = self.get_allocation()
691 alloc = drawing_area.get_allocation()
758 alloc = drawing_area.get_allocation()
802 alloc = drawing_area.get_allocation()
844 alloc = drawing_area.get_allocation()
1052 alloc = drawing_area.get_allocation()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dink-color-wheel.cpp183 Gtk::Allocation allocation = get_allocation(); in on_draw()
439 Gtk::Allocation allocation = get_allocation(); in triangle_corners()
467 Gtk::Allocation allocation = get_allocation(); in set_from_xy()
500 Gtk::Allocation allocation = get_allocation(); in is_in_ring()
586 Gtk::Allocation allocation = get_allocation(); in update_ring_color()
/dports/deskutils/baobab/baobab-41.0/src/
H A Dbaobab-ringschart.vala106 get_allocation (out allocation);
240 get_allocation (out allocation);
303 get_allocation (out allocation);
357 get_allocation (out allocation);
401 get_allocation (out allocation);
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/backends/
H A Dbackend_gtk3cairo.py41 allocation = self.get_allocation()
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtManager/object/
H A Dstoragepool.py283 def get_allocation(self): member in vmmStoragePool
291 return _pretty_bytes(self.get_allocation())
/dports/x11/py-xdot/xdot-1.2/xdot/ui/
H A Dwindow.py195 rect = self.get_allocation()
235 rect = self.get_allocation()
246 rect = self.get_allocation()
262 rect = self.get_allocation()
369 rect = self.get_allocation()
491 rect = self.get_allocation()
/dports/deskutils/notekit/notekit-6d6278b/
H A Dnotebook.cpp1021 …d->EraseAt(x-(d->get_allocation().get_x())-bx,y-(d->get_allocation().get_y())-by,stroke_width,true… in EraseAtPosition()
1047 float ax = -(d->get_allocation().get_x())-bx; in SelectBox()
1048 float ay = -(d->get_allocation().get_y())-by; in SelectBox()
1113 d->AddStroke(active,-(d->get_allocation().get_x())-bx,-(d->get_allocation().get_y())-by); in CommitStroke()
1146 int dx = -d->get_allocation().get_x()-bx + r.get_x(), in CommitStroke()
1147 dy = -d->get_allocation().get_y()-by + r.get_y(); in CommitStroke()
/dports/x11/terminator/terminator-2.1.1/terminatorlib/
H A Dwindow.py563 alloc = child.get_allocation()
594 terminals[child] = child.get_allocation()
637 rect = terminal.get_allocation()
822 allocation = terminal.get_allocation()
852 term_alloc = terminal.get_allocation()
/dports/games/lordsawar/lordsawar-0.3.2/src/editor/
H A Dmain-window.cpp462 on_bigmap_surface_changed(bigmap_image->get_allocation()); in show()
476 bigmap->screen_size_changed(bigmap_image->get_allocation()); in on_bigmap_surface_changed()
515 bigmap->screen_size_changed(bigmap_image->get_allocation()); in show_initial_map()
944 bigmap->screen_size_changed(bigmap_image->get_allocation()); in on_load_map_activated()
1090 bigmap->screen_size_changed(bigmap_image->get_allocation()); in on_shieldset_saved()
1122 bigmap->screen_size_changed(bigmap_image->get_allocation()); in on_armyset_saved()
1149 bigmap->screen_size_changed(bigmap_image->get_allocation()); in on_cityset_saved()
1192 bigmap->screen_size_changed(bigmap_image->get_allocation()); in on_tileset_saved()
1473 bigmap->screen_size_changed(bigmap_image->get_allocation()); in init_maps()
1898 bigmap->screen_size_changed(bigmap_image->get_allocation()); in on_import_map_activated()
[all …]
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/
H A Dgsc_main_window_iconview.h190 int pos_x = (get_allocation().get_width() - layout_w) / 2; in on_draw()
191 int pos_y = (get_allocation().get_height() - layout_h) / 2; in on_draw()
428 Gdk::Rectangle rect = this->get_allocation(); in clear_all()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/operations/
H A Dtone_mapping_config_v3.cc144 Gtk::Allocation allocation = get_allocation();
163 Gtk::Allocation allocation = get_allocation();
255 Gtk::Allocation allocation = get_allocation();
/dports/graphics/py-photocollage/photocollage-1.4.5/photocollage/
H A Dgtkgui.py318 w = self.img_preview.get_allocation().width
319 h = self.img_preview.get_allocation().height
504 return (round((self.get_allocation().width -
506 round((self.get_allocation().height -
565 round((self.get_allocation().width -
567 round((self.get_allocation().height -
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dpreviewwindow.py141 alloc = self._preview.tdw.get_allocation()
154 alloc = self._preview.tdw.get_allocation()
484 alloc = self._main_tdw.get_allocation()
607 alloc = self.tdw.get_allocation()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/widgets/
H A Dcurveeditor.cc283 Gtk::Allocation allocation = curve_area->get_allocation(); in handle_curve_events()
556 Gtk::Allocation allocation = get_allocation();
575 Gtk::Allocation allocation = get_allocation();
656 Gtk::Allocation allocation = get_allocation();
/dports/x11-fm/fsv2/fsv2-1.1.0/uilib/
H A DColorCellEditable.h24 Gtk::Allocation allocation = get_allocation(); in on_expose_event()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dcell_area_context.rs34 fn get_allocation(&self) -> (i32, i32); in get_allocation() method
88 fn get_allocation(&self) -> (i32, i32) { in get_allocation() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dcell_area_context.rs34 fn get_allocation(&self) -> (i32, i32); in get_allocation() method
88 fn get_allocation(&self) -> (i32, i32) { in get_allocation() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dcell_area_context.rs34 fn get_allocation(&self) -> (i32, i32); in get_allocation() method
88 fn get_allocation(&self) -> (i32, i32) { in get_allocation() method
/dports/x11/xapp/xapp-2.2.6/test-scripts/
H A Dxapp-status-applet73 alloc = widget.get_allocation()
84 alloc = widget.get_allocation()

12345678910>>...18