gtk 0.6.0

Rust bindings for the GTK+ 3 library
Documentation
1
2
3
4
5
#import <AppKit/AppKit.h>

void macos_force_foreground_level() {
    [NSApp activateIgnoringOtherApps: YES];
}