Bug 106 - Remove main window from taskbar
Status:
RESOLVED FIXED
Component:
GUI :: gtkmm
Version:
unspecified
Hardware:
PC Windows NT
Importance:
P3 minor
Target Milestone:
---
Assignee:
Raymond Penners
URL:
Depends on:
Blocks:
Reported:
Sep 24 2002 13:14:08 UTC
by:
Raymond Penners
Modified:
Oct 22 2002 01:54:46 UTC
WhoWhenWhatRemovedAdded
Raymond PennersSep 25 2002 09:01:38 UTCstatusNEWRESOLVED
resolutionFIXED
Description
Raymond Penners  Sep 24 2002 13:14:08 UTC
The difficulty here is to turn the main window into an owned Window, with its
owner hidden. Gtk/Gdk currently won't let me do this, so don't expect this to be
fixed soon.
Comment 1
Raymond Penners  Sep 24 2002 13:17:20 UTC
...if somebody is wondering why I don't just use WS_EX_TOOLWINDOW, enabling that
style would cause #79, #89 and #100 to be reopened.