Calendar

Document Actions
last edited 4 years ago by lusil

description

This part is designed to create window calendar.

figure

inpins

  1. GEOM(x, y, width, height) - ID=1 - sets parameters for the window
    • x – int
    • y – int
    • width – int
    • height – int
  2. DATE("") - ID=2 - takes the date
  3. SHOW() - ID=3 - makes window visible
  4. HIDE() - ID=4 - makes window invisible

outpins

  1. DATE - ID=51 - the date that selected by the user.
  2. CLOSED - ID=52 - the window closed by user

links to CVS

source org.vcb.parts.ui.calendar

configuration calendar.vcb