The R Project SVN R

Rev

Rev 29187 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29187 Rev 29289
Line 677... Line 677...
677
 
677
 
678
int ismdi() {
678
int ismdi() {
679
 return (hwndClient!=NULL);
679
 return (hwndClient!=NULL);
680
}
680
}
681
 
681
 
-
 
682
int isiconic(window w) {
-
 
683
    return IsIconic(w->handle);
-
 
684
}
-
 
685
 
682
PROTECTED
686
PROTECTED
683
rect GetCurrentWinPos(object obj)
687
rect GetCurrentWinPos(object obj)
684
{
688
{
685
    rect r;
689
    rect r;
686
    WINDOWPLACEMENT W;
690
    WINDOWPLACEMENT W;