c
GObject.Object
Gtk.CellAreaContext
Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkCellAreaContext |
Class : | CellAreaContext |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
area : Gtk.CellArea
|
Gtk.CellAreaContext | |
minimum_height : gint32
read only
|
Gtk.CellAreaContext | |
minimum_width : gint32
read only
|
Gtk.CellAreaContext | |
natural_height : gint32
read only
|
Gtk.CellAreaContext | |
natural_width : gint32
read only
|
Gtk.CellAreaContext | |
parent_instance : GObject.Object
read only
|
Gtk.CellAreaContext | |
priv : Gtk.CellAreaContextPrivate
read only
|
Gtk.CellAreaContext |
Method / Constructor | Defined By | |
---|---|---|
new Gtk.CellAreaContext
(Object properties)
Create a new Gtk.CellAreaContext
Create a new Gtk.CellAreaContext
|
||
Gtk.CellAreaContext | ||
get_allocation
()
:
Object
|
Gtk.CellAreaContext | |
get_area
()
:
Gtk.CellArea
|
Gtk.CellAreaContext | |
get_preferred_height
()
:
Object
|
Gtk.CellAreaContext | |
Gtk.CellAreaContext | ||
get_preferred_width
()
:
Object
|
Gtk.CellAreaContext | |
Gtk.CellAreaContext | ||
Gtk.CellAreaContext | ||
Gtk.CellAreaContext | ||
reset
()
:
none
|
Gtk.CellAreaContext |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.CellArea
Method |
activate
(CellAreaContext context, Widget widget, RectangleInt cell_area, CellRendererState flags, gboolean edit_only)
:
gboolean
|
Gtk.CellArea
Method |
copy_context
(CellAreaContext context)
:
Gtk.CellAreaContext
|
Gtk.CellArea
Method |
create_context
()
:
Gtk.CellAreaContext
|
Gtk.CellArea
Method |
event
(CellAreaContext context, Widget widget, Event event, RectangleInt cell_area, CellRendererState flags)
:
gint32
|
Gtk.CellArea
Method |
foreach_alloc
(CellAreaContext context, Widget widget, RectangleInt cell_area, RectangleInt background_area, Function callback, void* callback_data)
:
none
|
Gtk.CellArea
Method |
get_cell_allocation
(CellAreaContext context, Widget widget, CellRenderer renderer, RectangleInt cell_area)
:
cairo.RectangleInt
|
Gtk.CellArea
Method |
get_cell_at_position
(CellAreaContext context, Widget widget, RectangleInt cell_area, gint32 x, gint32 y, Object out_values)
:
Gtk.CellRenderer
|
Gtk.CellArea
Method |
|
Gtk.CellArea
Method |
|
Gtk.CellArea
Method |
|
Gtk.CellArea
Method |
|
Gtk.CellArea
Method |
render
(CellAreaContext context, Widget widget, Context cr, RectangleInt background_area, RectangleInt cell_area, CellRendererState flags, gboolean paint_focus)
:
none
|
Gtk.CellView
Property |
cell_area_context : Gtk.CellAreaContext
|
Gtk.CellView
Method |
Create a new Gtk.CellView
|