Home
last modified time | relevance | path

Searched refs:resize_bottom (Results 1 – 7 of 7) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmouse_cursors.cc67 , resize_bottom (0) in MouseCursors()
116 delete resize_bottom; resize_bottom = 0; in drop_all()
180 resize_bottom = make_cursor ("resize_bottom_cursor", 10, 24); in set_cursor_set()
H A Dmouse_cursors.h71 Gdk::Cursor* resize_bottom; variable
/dports/devel/glade/glade-3.22.1/gladeui/
H A Dglade-cursor.c133 the_cursor = cursor->resize_bottom; in glade_cursor_set()
173 cursor->resize_bottom = gdk_cursor_new_from_name (display, "s-resize"); in glade_cursor_init()
H A Dglade-cursor.h25 GdkCursor *resize_bottom; member
/dports/cad/gds3d/GDS3D-bcdb97a/gdsoglviewer/
H A Dlistview.cpp343 resize_bottom(y); in Event()
355 resize_bottom(y); in Event()
376 resize_bottom(y); in Event()
1059 void ListView::resize_bottom(int Y) { in resize_bottom() function in ListView
H A Dlistview.h140 void resize_bottom(int Y);
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/plugins/shellintegration/wl-shell/
H A Dqwaylandwlshellsurface.cpp200 | ((edges & Qt::BottomEdge) ? resize_bottom : 0) in convertToResizeEdges()