GObject.Object
GObject.InitiallyUnowned
Gtk.CellRenderer
Gtk.CellRendererToggle
Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkCellRendererToggle |
Class : | CellRendererToggle |
Extends: | Gtk.CellRenderer |
Properties | Defined By | |
---|---|---|
activatable : gboolean
|
Gtk.CellRendererToggle | |
active : gboolean
|
Gtk.CellRendererToggle | |
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 | |
inconsistent : gboolean
|
Gtk.CellRendererToggle | |
indicator_size : gint32
|
Gtk.CellRendererToggle | |
is_expanded : gboolean
|
Gtk.CellRenderer | |
is_expander : gboolean
|
Gtk.CellRenderer | |
mode : Gtk.CellRendererMode
|
Gtk.CellRenderer | |
parent : Gtk.CellRenderer
read only
|
Gtk.CellRendererToggle | |
parent_instance : GObject.InitiallyUnowned
read only
|
Gtk.CellRenderer | |
priv : Gtk.CellRendererTogglePrivate
read only
|
Gtk.CellRendererToggle | |
qdata : GLib.Data
read only
|
GObject.InitiallyUnowned | |
radio : gboolean
|
Gtk.CellRendererToggle | |
ref_count : guint32
read only
|
GObject.InitiallyUnowned | |
sensitive : gboolean
|
Gtk.CellRenderer | |
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.CellRendererToggle
(Object properties)
Create a new Gtk.CellRendererToggle
Create a new Gtk.CellRendererToggle
|
||
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_activatable
()
:
gboolean
Returns whether the cell renderer is activatable.
Returns whether the cell renderer is activatable. See
gtk_cell_renderer_toggle_set_activatable().
|
Gtk.CellRendererToggle | |
get_active
()
:
gboolean
Returns whether the cell renderer is active.
Returns whether the cell renderer is active. See
gtk_cell_renderer_toggle_set_active().
|
Gtk.CellRendererToggle | |
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_radio
()
:
gboolean
Returns whether we're rendering radio toggles rather than checkboxes.
Returns whether we're rendering radio toggles rather than checkboxes.
|
Gtk.CellRendererToggle | |
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 | |
set_activatable
(gboolean setting)
:
none
Makes the cell renderer activatable.
Makes the cell renderer activatable.
|
Gtk.CellRendererToggle | |
set_active
(gboolean setting)
:
none
Activates or deactivates a cell renderer.
Activates or deactivates a cell renderer.
|
Gtk.CellRendererToggle | |
Gtk.CellRenderer | ||
Sets the renderer size to be explicit, independent of the properties set.
|
Gtk.CellRenderer | |
Gtk.CellRenderer | ||
set_radio
(gboolean radio)
:
none
If radio is TRUE, the cell renderer renders a radio toggle
(i.e.
If radio is TRUE, the cell renderer renders a radio toggle
(i.e. a toggle in a group of mutually-exclusive toggles). If FALSE, it renders a check toggle (a standalone boolean option). This can be set globally for the cell renderer, or changed just before rendering each cell in the model (for GtkTreeView, you set up a per-row setting using GtkTreeViewColumn to associate model columns with cell renderer properties).
|
Gtk.CellRendererToggle | |
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 | |
toggled (CellRendererToggle self, String path)
:
none
The ::toggled signal is emitted when the cell is toggled.
The ::toggled signal is emitted when the cell is toggled.
|
Gtk.CellRendererToggle |