GObject.Object
GObject.InitiallyUnowned
Gtk.CellRenderer
Gtk.CellRendererSpinner
Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkCellRendererSpinner |
Class : | CellRendererSpinner |
Extends: | Gtk.CellRenderer |
Properties | Defined By | |
---|---|---|
active : gboolean
|
Gtk.CellRendererSpinner | |
cell_background : String
|
Gtk.CellRenderer | |
cell_background_gdk : Gdk.Color
|
Gtk.CellRenderer | |
cell_background_rgba : Gdk.RGBA
Cell background as a GdkRGBA
Cell background as a GdkRGBA
|
Gtk.CellRenderer | |
cell_background_set : gboolean
|
Gtk.CellRenderer | |
editing : gboolean
read only
|
Gtk.CellRenderer | |
g_type_instance : GObject.TypeInstance
|
GObject.InitiallyUnowned | |
height : gint32
|
Gtk.CellRenderer | |
is_expanded : gboolean
|
Gtk.CellRenderer | |
is_expander : gboolean
|
Gtk.CellRenderer | |
mode : Gtk.CellRendererMode
|
Gtk.CellRenderer | |
parent : Gtk.CellRenderer
read only
|
Gtk.CellRendererSpinner | |
parent_instance : GObject.InitiallyUnowned
read only
|
Gtk.CellRenderer | |
priv : Gtk.CellRendererSpinnerPrivate
read only
|
Gtk.CellRendererSpinner | |
pulse : guint32
Pulse of the spinner.
Pulse of the spinner. Increment this value to draw the next frame of the
spinner animation. Usually, you would update this value in a timeout. By default, the GtkSpinner widget draws one full cycle of the animation, consisting of 12 frames, in 750 milliseconds. |
Gtk.CellRendererSpinner | |
qdata : GLib.Data
read only
|
GObject.InitiallyUnowned | |
ref_count : guint32
read only
|
GObject.InitiallyUnowned | |
sensitive : gboolean
|
Gtk.CellRenderer | |
size : Gtk.IconSize
The GtkIconSize value that specifies the size of the rendered spinner.
The GtkIconSize value that specifies the size of the rendered spinner.
|
Gtk.CellRendererSpinner | |
visible : gboolean
|
Gtk.CellRenderer | |
width : gint32
|
Gtk.CellRenderer | |
xalign : gfloat
|
Gtk.CellRenderer | |
xpad : guint32
|
Gtk.CellRenderer | |
yalign : gfloat
|
Gtk.CellRenderer | |
ypad : guint32
|
Gtk.CellRenderer |
Method / Constructor | Defined By | |
---|---|---|
new Gtk.CellRendererSpinner
(Object properties)
Create a new Gtk.CellRendererSpinner
Create a new Gtk.CellRendererSpinner
|
||
activate
(Event event, Widget widget, String path, RectangleInt background_area, RectangleInt cell_area, CellRendererState flags)
:
gboolean
Passes an activate event to the cell renderer for possible processing.
Passes an activate event to the cell renderer for possible processing.
Some cell renderers may use events; for example, GtkCellRendererToggle toggles when it gets a mouse click.
|
Gtk.CellRenderer | |
get_aligned_area
(Widget widget, CellRendererState flags, RectangleInt cell_area)
:
cairo.RectangleInt
Gets the aligned area used by cell inside cell_area.
Gets the aligned area used by cell inside cell_area. Used for finding
the appropriate edit and focus rectangle.
|
Gtk.CellRenderer | |
get_alignment
()
:
Object
|
Gtk.CellRenderer | |
get_fixed_size
()
:
Object
|
Gtk.CellRenderer | |
get_padding
()
:
Object
|
Gtk.CellRenderer | |
Retreives a renderer's natural size when rendered to widget.
Retreives a renderer's natural size when rendered to widget.
|
Gtk.CellRenderer | |
Retreives a cell renderers's minimum and natural height if it were rendered to
Retreives a cell renderers's minimum and natural height if it were rendered to
|
Gtk.CellRenderer | |
Retrieves the minimum and natural size of a cell taking
into account the widget's preference for height-for-width management.
Retrieves the minimum and natural size of a cell taking
into account the widget's preference for height-for-width management.
|
Gtk.CellRenderer | |
Retreives a renderer's natural size when rendered to widget.
Retreives a renderer's natural size when rendered to widget.
|
Gtk.CellRenderer | |
Retreives a cell renderers's minimum and natural width if it were rendered to
Retreives a cell renderers's minimum and natural width if it were rendered to
|
Gtk.CellRenderer | |
get_request_mode
()
:
Gtk.SizeRequestMode
Gets whether the cell renderer prefers a height-for-width layout
or a width-for-height layout.
Gets whether the cell renderer prefers a height-for-width layout
or a width-for-height layout.
|
Gtk.CellRenderer | |
get_sensitive
()
:
gboolean
Returns the cell renderer's sensitivity.
Returns the cell renderer's sensitivity.
|
Gtk.CellRenderer | |
Obtains the width and height needed to render the cell.
Obtains the width and height needed to render the cell. Used by view
widgets to determine the appropriate size for the cell_area passed to gtk_cell_renderer_render(). If cell_area is not NULL, fills in the x and y offsets (if set) of the cell relative to this location. Please note that the values set in width and height, as well as those in x_offset and y_offset are inclusive of the xpad and ypad properties.
|
Gtk.CellRenderer | |
Translates the cell renderer state to GtkStateFlags,
based on the cell renderer and widget sensitivity, and the given GtkCellRendererState.
Translates the cell renderer state to GtkStateFlags,
based on the cell renderer and widget sensitivity, and the given GtkCellRendererState.
|
Gtk.CellRenderer | |
get_visible
()
:
gboolean
Returns the cell renderer's visibility.
Returns the cell renderer's visibility.
|
Gtk.CellRenderer | |
is_activatable
()
:
gboolean
Checks whether the cell renderer can do something when activated.
Checks whether the cell renderer can do something when activated.
|
Gtk.CellRenderer | |
render
(Context cr, Widget widget, RectangleInt background_area, RectangleInt cell_area, CellRendererState flags)
:
none
Invokes the virtual render function of the GtkCellRenderer.
Invokes the virtual render function of the GtkCellRenderer. The three
passed-in rectangles are areas in cr. Most renderers will draw within should be honored with respect to cell_area. background_area includes the blank space around the cell, and also the area containing the tree expander; so the background_area rectangles for all cells tile to cover the entire
|
Gtk.CellRenderer | |
Gtk.CellRenderer | ||
Sets the renderer size to be explicit, independent of the properties set.
|
Gtk.CellRenderer | |
Gtk.CellRenderer | ||
set_sensitive
(gboolean sensitive)
:
none
Sets the cell renderer's sensitivity.
Sets the cell renderer's sensitivity.
|
Gtk.CellRenderer | |
set_visible
(gboolean visible)
:
none
Sets the cell renderer's visibility.
Sets the cell renderer's visibility.
|
Gtk.CellRenderer | |
start_editing
(Event event, Widget widget, String path, RectangleInt background_area, RectangleInt cell_area, CellRendererState flags)
:
Gtk.CellEditable
Passes an activate event to the cell renderer for possible processing.
Passes an activate event to the cell renderer for possible processing.
|
Gtk.CellRenderer | |
stop_editing
(gboolean canceled)
:
none
Informs the cell renderer that the editing is stopped.
Informs the cell renderer that the editing is stopped.
If canceled is TRUE, the cell renderer will emit the GtkCellRenderer::editing-canceled signal. This function should be called by cell renderer implementations in response to the GtkCellEditable::editing-done signal of GtkCellEditable.
|
Gtk.CellRenderer |
Event | Defined By | |
---|---|---|
editing_canceled (CellRenderer self)
:
none
This signal gets emitted when the user cancels the process of editing a
cell.
This signal gets emitted when the user cancels the process of editing a
cell. For example, an editable cell renderer could be written to cancel editing when the user presses Escape.
|
Gtk.CellRenderer | |
This signal gets emitted when a cell starts to be edited.
This signal gets emitted when a cell starts to be edited.
The intended use of this signal is to do special setup on editable, e.g. adding a GtkEntryCompletion or setting up additional columns in a GtkComboBox. Note that GTK+ doesn't guarantee that cell renderers will continue to use the same kind of widget for editing in future releases, therefore you should check the type of editable before doing any specific setup, as in the following example: |[ static void text_editing_started (GtkCellRenderer *cell, GtkCellEditable *editable, const gchar *path, gpointer data) { if (GTK_IS_ENTRY (editable)) { GtkEntry *entry = GTK_ENTRY (editable); /* ... create a GtkEntryCompletion */ gtk_entry_set_completion (entry, completion); } } ]|
|
Gtk.CellRenderer |