GObject.Object
 GObject.InitiallyUnowned
GObject.InitiallyUnowned
 Gtk.CellRenderer
Gtk.CellRenderer
 Gtk.CellRendererProgress
                Gtk.CellRendererProgress
		   
 
       
       
    
   
    | Import line: | Gtk = imports.gi.Gtk; | 
| GIR File: | Gtk-3.0.gir | 
| C documentation: | GtkCellRendererProgress | 
| Class : | CellRendererProgress | 
| Implements: | Gtk.Orientable | 
| Extends: | Gtk.CellRenderer | 
| Properties | Defined By | |
|---|---|---|
| 
				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 | |
| 
				inverted : gboolean 
                   
                     
			 | Gtk.CellRendererProgress | |
| 
				is_expanded : gboolean 
                   
                     
			 | Gtk.CellRenderer | |
| 
				is_expander : gboolean 
                   
                     
			 | Gtk.CellRenderer | |
| 
				mode : Gtk.CellRendererMode 
                   
                     
			 | Gtk.CellRenderer | |
| 
				orientation : Gtk.Orientation 
                   
                     
			 The orientation of the orientable. The orientation of the orientable. | Gtk.Orientable | |
| 
				parent_instance : Gtk.CellRenderer 
                 read only  
                     
			 | Gtk.CellRendererProgress | |
| 
				priv : Gtk.CellRendererProgressPrivate 
                 read only  
                     
			 | Gtk.CellRendererProgress | |
| 
				pulse : gint32 
                   
                     
			 Setting this to a non-negative value causes the cell renderer to enter "activity mode", where a block bounces back and forth to indicate that some progress is made, without specifying exactly how much. Setting this to a non-negative value causes the cell renderer to enter "activity mode", where a block bounces back and forth to indicate that some progress is made, without specifying exactly how much. Each increment of the property causes the block to move by a little bit. To indicate that the activity has not started yet, set the property to zero. To indicate completion, set the property to G_MAXINT. | Gtk.CellRendererProgress | |
| 
				qdata : GLib.Data 
                 read only  
                     
			 | GObject.InitiallyUnowned | |
| 
				ref_count : guint32 
                 read only  
                     
			 | GObject.InitiallyUnowned | |
| 
				sensitive : gboolean 
                   
                     
			 | Gtk.CellRenderer | |
| 
				text : String 
                   
                     
			 The "text" property determines the label which will be drawn over the progress bar. The "text" property determines the label which will be drawn over the progress bar. Setting this property to NULL causes the default label to be displayed. Setting this property to an empty string causes no label to be displayed. | Gtk.CellRendererProgress | |
| 
				text_xalign : gfloat 
                   
                     
			 The "text-xalign" property controls the horizontal alignment of the text in the progress bar. The "text-xalign" property controls the horizontal alignment of the text in the progress bar. Valid values range from 0 (left) to 1 (right). Reserved for RTL layouts. | Gtk.CellRendererProgress | |
| 
				text_yalign : gfloat 
                   
                     
			 The "text-yalign" property controls the vertical alignment of the text in the progress bar. The "text-yalign" property controls the vertical alignment of the text in the progress bar. Valid values range from 0 (top) to 1 (bottom). | Gtk.CellRendererProgress | |
| 
				value : gint32 
                   
                     
			 The "value" property determines the percentage to which the progress bar will be "filled in". The "value" property determines the percentage to which the progress bar will be "filled in". | Gtk.CellRendererProgress | |
| 
				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.CellRendererProgress
				
				 (Object properties) 
			
				
			
		 Create a new Gtk.CellRendererProgress 
			
			
			
				Create a new Gtk.CellRendererProgress
			
			
				 
 | ||
| 
			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_orientation
				
				 () 
			
				
					 : 
					Gtk.Orientation
					
				
			
		 Retrieves the orientation of the orientable. 
			
				Retrieves the orientation of the orientable.
		    
				
			
			
			
			
			
			 
			
			
				 
 | Gtk.Orientable | |
| 
			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 | |
| 
			set_orientation
				
				 (Orientation orientation) 
			
				
					 : 
					none
					
				
			
		 Sets the orientation of the orientable. 
			
				Sets the orientation of the orientable.
		    
				
			
			
			
			
				 
 
 | Gtk.Orientable | |
| 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 | |