Home
last modified time | relevance | path

Searched refs:size_allocate_event (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dtoyframework.py235 def size_allocate_event(self, widget, allocation): member in Toy
409 t.canvas.connect("size-allocate", t.size_allocate_event)
H A Dtoy-framework-2.cpp491 static gint size_allocate_event(GtkWidget* widget, GtkAllocation *allocation, gpointer data) { in size_allocate_event() function
644 g_signal_connect(G_OBJECT(the_canvas), "size-allocate", G_CALLBACK(size_allocate_event), 0); in activate()
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dtoyframework.py235 def size_allocate_event(self, widget, allocation): member in Toy
409 t.canvas.connect("size-allocate", t.size_allocate_event)
H A Dtoy-framework-2.cpp491 static gint size_allocate_event(GtkWidget* widget, GtkAllocation *allocation, gpointer data) { in size_allocate_event() function
644 g_signal_connect(G_OBJECT(the_canvas), "size-allocate", G_CALLBACK(size_allocate_event), 0); in activate()