finch/libgnt/gntwidget.h

branch
gtkdoc-conversion
changeset 35474
ff5eccb9f797
parent 35447
5a8d59fd6c2e
child 35475
ec0d44434ba8
equal deleted inserted replaced
35473:b5427137c6d0 35474:ff5eccb9f797
179 void gnt_widget_draw(GntWidget *widget); 179 void gnt_widget_draw(GntWidget *widget);
180 180
181 /** 181 /**
182 * gnt_widget_expose: 182 * gnt_widget_expose:
183 * 183 *
184 * @internal
185 * Expose part of a widget. 184 * Expose part of a widget.
185 *
186 * Internal function -- do not use.
186 */ 187 */
187 void gnt_widget_expose(GntWidget *widget, int x, int y, int width, int height); 188 void gnt_widget_expose(GntWidget *widget, int x, int y, int width, int height);
188 189
189 /** 190 /**
190 * gnt_widget_hide: 191 * gnt_widget_hide:
320 const char *gnt_widget_get_name(GntWidget *widget); 321 const char *gnt_widget_get_name(GntWidget *widget);
321 322
322 /** 323 /**
323 * gnt_widget_queue_update: 324 * gnt_widget_queue_update:
324 * 325 *
325 * @internal 326 * Internal function -- do not use.
326 * Use #gnt_widget_draw instead. 327 * Use gnt_widget_draw() instead.
327 */ 328 */
328 void gnt_widget_queue_update(GntWidget *widget); 329 void gnt_widget_queue_update(GntWidget *widget);
329 330
330 /** 331 /**
331 * gnt_widget_set_take_focus: 332 * gnt_widget_set_take_focus:

mercurial