Ticket #80 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Give windows the possibility to non resize

Reported by: gekkonier Assigned to: ChristianK
Priority: major Milestone: 0.3
Component: graphics Version: 0.2
Keywords: Cc:

Description

It would be nice, if it's possible, that generated windows with arc could be non-resizable (as parameter?) by choice.

Thank you, gekkonier

Change History

07/25/07 04:39:02 changed by ChristianK

  • component changed from unspecified to graphics.
  • milestone set to 0.3.

09/05/07 14:35:49 changed by clayasaurus

  • status changed from new to closed.
  • resolution set to fixed.

Window open now has one extra parameter that allows users to choose if window is resizable or not, it also has default values so lazy users can do

arc.window.open()

if they want to.

void open(char[] title_="ArcLib Application", int width_=800, int height_=600, bool f_=false, bool resizable_=false)