gtkEntryProgressPulse {RGtk2}R Documentation

gtkEntryProgressPulse

Description

Indicates that some progress is made, but you don't know how much. Causes the entry's progress indicator to enter "activity mode," where a block bounces back and forth. Each call to gtkEntryProgressPulse causes the block to move by a little bit (the amount of movement per pulse is determined by gtkEntrySetProgressPulseStep).

Usage

gtkEntryProgressPulse(object)

Arguments

object

a GtkEntry

Details

Since 2.16

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]