Changes

Jump to: navigation, search

Assignment 2 (Release 0.1): Q & A

57 bytes added, 18:33, 2 October 2012
no edit summary
'''A:''' Yes, we do get to toggle the border visibility by using the
<source lang="cpp"> void bordered(bool);</source>method which "sets the visibility of the border to the value received". The frame has no border if it is a fullscreen frame, should be safe to assume it has a border if it is not fullscreen (unless otherwise specified).
'''Answer Submitted by:''' [[Team 42 Contributions | Team42]]<br><br>
'''Q:''' In the functions void row(int) and void col(int), are we receiving the values of row and column respectively that are relative to the parent frame or relative to the console screen?<br>
So it's safe to assume that modifiers void row(int) and void col(int) will receive coordinates of top-left corner (row and col respectively) of a current frame relative to a parent frame.
<br>'''Answer Submitted by:''' [[Team 42 Contributions | 010101000110010101100001011011010011010000110010 ]] <br><br>
== Bug Reports ==

Navigation menu