X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDLx-App.html-inc;h=ca61336f28932d06fbbaa4afc879c4de4dbd07d3;hb=d5943b684b1240307fbf0a103abbf18dd93998f4;hp=72ae752fba01a4edf48a22c36061b6a175bb50e6;hpb=285d0cd289790209bcd9d141d63fd6fce74a2ee4;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDLx-App.html-inc b/pages/SDLx-App.html-inc index 72ae752..ca61336 100644 --- a/pages/SDLx-App.html-inc +++ b/pages/SDLx-App.html-inc @@ -24,7 +24,7 @@
  • attribute( $attr, $value )
  • -
  • AUTHOR
  • +
  • AUTHORS
  • SEE ALSO

  • @@ -87,14 +87,22 @@ manager oriented functions.

    and initializes some of the window manager properties. SDLx::App::new takes a series of named parameters:

    -
    * title
    -
    * icon_title
    -
    * icon
    -
    * width
    -
    * height
    -
    * depth
    -
    * flags
    -
    * resizeable
    +
    * title +the window title. Defaults to the file name. Shorter alias: 't'
    +
    * icon_title +the icon title. Defaults to file name. Shortcut: 'it'
    +
    * icon +the icon itself. Defaults to none. Shortcut: 'i'
    +
    * width +Window width, in pixels. Defaults to 800. Shortcut: 'w'
    +
    * height +Window height, in pixels. Defaults to 600. Shortcut: 'h'
    +
    * depth +Screen depth. Defaults to 16. Shortcut: 'd'.
    +
    * flags +Any flags you want to pass to SDL::Video upon initialization. Defaults to SDL_ANYFORMAT. Flags should be or'ed together if you're passing more than one (flags => FOO|BAR). Shortcut: 'f'.
    +
    * resizeable +Set this to a true value to make the window resizeable by the user. Default is off.
    @@ -204,10 +212,9 @@ in addition to the attribute selector, the value will be set. SDL:::App::a always returns the current value of the given attribute, or croaks on failure.

    -

    AUTHOR

    Top

    -
    -

    David J. Goehrig -Kartik Thakore

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    SEE ALSO

    Top