The R Project SVN R

Rev

Rev 45017 | Rev 83639 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45017 Rev 45252
Line 696... Line 696...
696
int ismdi()
696
int ismdi()
697
{
697
{
698
    return (hwndClient!=NULL);
698
    return (hwndClient!=NULL);
699
}
699
}
700
 
700
 
-
 
701
int isUnicodeWindow(object obj)
-
 
702
{
-
 
703
    return(obj->flags & UseUnicode);
-
 
704
}
-
 
705
 
701
int isiconic(window w)
706
int isiconic(window w)
702
{
707
{
703
    return IsIconic(w->handle);
708
    return IsIconic(w->handle);
704
}
709
}
705
 
710