Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #include <clayer/msgbox.h>
  2.  
  3. int main()
  4. {
  5.     msgbox *msg1 = NULL;
  6.     msg1 = kolibri_new_msgbox("Title", "Text in window", 0, "Ok");
  7.     kolibri_start_msgbox(msg1, NULL);
  8. }
  9.