forked from AuroraMiddleware/gtk
Changed static function names/reorganized to make more sense. -Jay
This commit is contained in:
parent
6365ebc9ea
commit
3942cb76af
1425
gtk/gtkclist.c
1425
gtk/gtkclist.c
File diff suppressed because it is too large
Load Diff
@ -87,14 +87,14 @@ struct _GtkCList
|
||||
|
||||
guint8 flags;
|
||||
|
||||
/* mem chunks */
|
||||
GMemChunk *row_mem_chunk;
|
||||
GMemChunk *cell_mem_chunk;
|
||||
|
||||
/* allocation rectangle after the conatiner_border_width
|
||||
* and the width of the shadow border */
|
||||
GdkRectangle internal_allocation;
|
||||
|
||||
/* memory chunks */
|
||||
GMemChunk *row_mem_chunk;
|
||||
GMemChunk *cell_mem_chunk;
|
||||
|
||||
/* rows */
|
||||
gint rows;
|
||||
gint row_center_offset;
|
||||
@ -341,6 +341,10 @@ void gtk_clist_moveto (GtkCList * clist,
|
||||
gfloat row_align,
|
||||
gfloat col_align);
|
||||
|
||||
/* returns true if the row is visible */
|
||||
gint gtk_clist_row_isvisable (GtkCList * clist,
|
||||
gint row);
|
||||
|
||||
/* sets a given cell's text, replacing it's current contents */
|
||||
void gtk_clist_set_text (GtkCList * clist,
|
||||
gint row,
|
||||
|
Loading…
Reference in New Issue
Block a user