Mercurial > hg > xemacs-beta
comparison lisp/gtk-widgets.el @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | e8db6a10ad42 |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
226 (gtk-import-function nil gtk_clist_set_reorderable GtkCList gboolean) | 226 (gtk-import-function nil gtk_clist_set_reorderable GtkCList gboolean) |
227 (gtk-import-function nil gtk_clist_set_use_drag_icons GtkCList gboolean) | 227 (gtk-import-function nil gtk_clist_set_use_drag_icons GtkCList gboolean) |
228 (gtk-import-function nil gtk_clist_set_button_actions GtkCList guint guint) | 228 (gtk-import-function nil gtk_clist_set_button_actions GtkCList guint guint) |
229 | 229 |
230 ;; freeze all visual updates of the list, and then thaw the list after | 230 ;; freeze all visual updates of the list, and then thaw the list after |
231 ;; you have made a number of changes and the updates wil occure in a | 231 ;; you have made a number of changes and the updates will occur in a |
232 ;; more efficent mannor than if you made them on a unfrozen list | 232 ;; more efficient manner than if you made them on an unfrozen list |
233 (gtk-import-function nil gtk_clist_freeze GtkCList) | 233 (gtk-import-function nil gtk_clist_freeze GtkCList) |
234 (gtk-import-function nil gtk_clist_thaw GtkCList) | 234 (gtk-import-function nil gtk_clist_thaw GtkCList) |
235 | 235 |
236 ;; show and hide the column title buttons | 236 ;; show and hide the column title buttons |
237 (gtk-import-function nil gtk_clist_column_titles_show GtkCList) | 237 (gtk-import-function nil gtk_clist_column_titles_show GtkCList) |
343 (gtk-import-function GtkStyle gtk_clist_get_cell_style GtkCList gint gint) | 343 (gtk-import-function GtkStyle gtk_clist_get_cell_style GtkCList gint gint) |
344 (gtk-import-function nil gtk_clist_set_row_style GtkCList gint GtkStyle) | 344 (gtk-import-function nil gtk_clist_set_row_style GtkCList gint GtkStyle) |
345 (gtk-import-function GtkStyle gtk_clist_get_row_style GtkCList gint) | 345 (gtk-import-function GtkStyle gtk_clist_get_row_style GtkCList gint) |
346 | 346 |
347 ;; this sets a horizontal and vertical shift for drawing | 347 ;; this sets a horizontal and vertical shift for drawing |
348 ;; the contents of a cell; it can be positive or negitive; | 348 ;; the contents of a cell; it can be positive or negative; |
349 ;; this is particulary useful for indenting items in a column | 349 ;; this is particularly useful for indenting items in a column |
350 (gtk-import-function nil gtk_clist_set_shift GtkCList gint gint gint gint) | 350 (gtk-import-function nil gtk_clist_set_shift GtkCList gint gint gint gint) |
351 | 351 |
352 ;; set/get selectable flag of a single row | 352 ;; set/get selectable flag of a single row |
353 (gtk-import-function nil gtk_clist_set_selectable GtkCList gint gboolean) | 353 (gtk-import-function nil gtk_clist_set_selectable GtkCList gint gboolean) |
354 (gtk-import-function gboolean gtk_clist_get_selectable GtkCList gint) | 354 (gtk-import-function gboolean gtk_clist_get_selectable GtkCList gint) |