ObjGUI  Diff

Differences From Artifact [9c501d35d1]:

To Artifact [cc735c3563]:


125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
125
126
127
128
129
130
131






132
133
134
135
136
137
138







-
-
-
-
-
-







}
//----------------------------------------------------------------------------------------------------------------------------------
- (void)show
{
  if(widget != NULL)
    ShowWindow(widget, SW_SHOWNORMAL);
}
//----------------------------------------------------------------------------------------------------------------------------------
- (void)hide
{
  if(widget != NULL)
    ShowWindow(widget, SW_HIDE);
}
//----------------------------------------------------------------------------------------------------------------------------------
- (BOOL)OG_willClose
{
  OFAutoreleasePool *pool = [OFAutoreleasePool new];

  if ([delegate respondsToSelector: @selector(windowWillClose:)])
    return [delegate windowWillClose: self];