Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkcellareacontext.h>
Data Fields | |
GObjectClass | parent_class |
void(* | allocate )(GtkCellAreaContext *context, int width, int height) |
void(* | reset )(GtkCellAreaContext *context) |
void(* | get_preferred_height_for_width )(GtkCellAreaContext *context, int width, int *minimum_height, int *natural_height) |
void(* | get_preferred_width_for_height )(GtkCellAreaContext *context, int height, int *minimum_width, int *natural_width) |
gpointer | padding [8] |
GtkCellAreaContextClass: @allocate: This tells the context that an allocation width or height (or both) have been decided for a group of rows. The context should store any allocations for internally aligned cells at this point so that they dont need to be recalculated at gtk_cell_area_render() time. @reset: Clear any previously stored information about requested and allocated sizes for the context. @get_preferred_height_for_width: Returns the aligned height for the given width that context must store while collecting sizes for it’s rows. @get_preferred_width_for_height: Returns the aligned width for the given height that context must store while collecting sizes for it’s rows.
Definition at line 61 of file gtkcellareacontext.h.
void(* _GtkCellAreaContextClass::allocate) (GtkCellAreaContext *context, int width, int height) |
Definition at line 67 of file gtkcellareacontext.h.
void(* _GtkCellAreaContextClass::get_preferred_height_for_width) (GtkCellAreaContext *context, int width, int *minimum_height, int *natural_height) |
Definition at line 71 of file gtkcellareacontext.h.
void(* _GtkCellAreaContextClass::get_preferred_width_for_height) (GtkCellAreaContext *context, int height, int *minimum_width, int *natural_width) |
Definition at line 75 of file gtkcellareacontext.h.
gpointer _GtkCellAreaContextClass::padding[8] |
Definition at line 82 of file gtkcellareacontext.h.
GObjectClass _GtkCellAreaContextClass::parent_class |
Definition at line 64 of file gtkcellareacontext.h.
void(* _GtkCellAreaContextClass::reset) (GtkCellAreaContext *context) |
Definition at line 70 of file gtkcellareacontext.h.