gtkPrintOperationGetStatusString {RGtk2.10}R Documentation

gtkPrintOperationGetStatusString

Description

Returns a string representation of the status of the print operation. The string is translated and suitable for displaying the print status e.g. in a GtkStatusbar.

Usage

gtkPrintOperationGetStatusString(object)

Arguments

object [GtkPrintOperation] a GtkPrintOperation

Details

Use gtkPrintOperationGetStatus to obtain a status value that is suitable for programmatic use.

Since 2.10

Value

[character] a string representation of the status of the print operation

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]