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