blueprint-compiler/tests/samples/signal_not_swapped.blp
James Westman a6d57cebec language: Add not-swapped flag for signals
This is needed because GtkBuilder defaults to swapped when you specify
the object attribute.
2024-12-23 02:46:52 +00:00

5 lines
No EOL
70 B
Text

using Gtk 4.0;
Button obj {
clicked => $handler(obj) not-swapped;
}