forked from appjs/appjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Platform Window Features Matrix
Benvie edited this page Jul 15, 2012
·
6 revisions
windows | Linux | mac | |
---|---|---|---|
(interface) | SetWindowLong | gtk_window_ |
|
maximize-btn | WS_MAXIMIZEBOX | ||
minimize-btn | WS_MINIMIZEBOX | ||
icon | WS_SYSMENU | ||
resizable | WS_SIZEBOX | resizable | |
border | WS_BORDER | ||
title-bar | WS_CAPTION | ||
always-on-top | WS_EX_TOPMOST | keep_above | |
floating-window | WS_EX_TOOLWINDOW | ||
show-in-taskbar | WS_EX_APPWINDOW | skip_taskbar_hint | |
disabled | WS_DISABLED | ||
visible | WS_VISIBLE | ||
minimized | WS_MINIMIZE | ||
maximized | WS_MAXIMIZE | ||
fullscreen | custom function | fullscreen | |
alpha | alpha, DWM func | http://stackoverflow.com/questions/3908565/how-to-make-gtk-window-background-transparent |