Talk:Window creation: Difference between revisions

no edit summary
(→‎Clarification: SDL and drawing APIs.)
No edit summary
Line 50:
 
:Thanks Calvin! --[[User:Short Circuit|Short Circuit]] 19:32, 23 January 2007 (EST)
 
==hmmm2==
can't say I'd wholly agree either:
<pre>
> 4. Has a child widget in the middle which is a text area with two lines of text: "Greeting:" and "Hello, World".
> The text should be selectable.
> 5. Has a menu bar with file and edit entries. In file there should be a "Quit" entry which quits the program.
> In Edit there should be "Copy" entries. It should copy the selected text to the main clipboard.
</pre>
Both of these, while certainly doable, would take away from the simple task of getting a window open with SDL
They would require lenghty code and would make this tasks page monsterous in size for even just a few examples.
Calvin
==next note==
Anonymous user