jed-users mailing list

[2011 Date Index] [2011 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] popping up a little window


See popups.sl that might be what you're looking for or close enough.

On Thu, February 24, 2011 12:42 am, frank wrote:
> Wanted: some sl-code to pop up a little window (e.g. 40 x 15)
> right in the middle of screen with help or error messages.
> Should work in text mode, no gtk or qt or whatever.
>
> I have found nothing similar in jed's library nor at sourceforge's
> jedmodes. Further, none of the window intrinsics would help:
>
>     ("enlargewin",   enlarge_window, SLANG_VOID_TYPE),
>     ("splitwindow",  split_window, SLANG_VOID_TYPE),
>     ("window_line",  window_line, INT_TYPE),
>     ("nwindows",     jed_num_windows, SLANG_INT_TYPE),
>     ("otherwindow",  other_window, SLANG_VOID_TYPE),
>     ("onewindow",    one_window, SLANG_VOID_TYPE),
>     ("window_info",  window_info_intrin, SLANG_INT_TYPE),
>     ("set_scroll_column", set_scroll_column_intrin, SLANG_VOID_TYPE),
>     ("get_scroll_column", jed_get_scroll_column, SLANG_INT_TYPE),
>
> Can it be done and how?
>
> Thanks.
>
>
> frank
>
>
>
>
> _______________________________________________
> Jed-users-l mailing list
> Jed-users-l@xxxxxxxx
> http://mailman.jtan.com/mailman/listinfo/jed-users-l
>


_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2011 date index] [2011 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]