Completion.proposalPageSize

Set proposalPageSize property.

  1. uint proposalPageSize [@property getter]
  2. uint proposalPageSize [@property setter]
    class Completion
    @property
    void
    proposalPageSize
    (
    uint propval
    )

Parameters

propval uint

The scroll page size of the proposals in the completion window. In other words, when <keycap>PageDown</keycap> or <keycap>PageUp</keycap> is pressed, the selected proposal becomes the one which is located one page size backward or forward.

See also the #GtkSourceCompletion::move-cursor signal.