Revision 198 src/gtkutils.h
| gtkutils.h (revision 198) | ||
|---|---|---|
| 32 | 32 |
#include <gtk/gtkeditable.h> |
| 33 | 33 |
#include <gtk/gtkctree.h> |
| 34 | 34 |
#include <gtk/gtkcombo.h> |
| 35 |
#include <gtk/gtkscrolledwindow.h> |
|
| 35 | 36 |
#include <gtk/gtktextview.h> |
| 36 | 37 |
#include <gtk/gtkitemfactory.h> |
| 37 | 38 |
#include <stdlib.h> |
| ... | ... | |
| 134 | 135 |
void gtkut_container_remove (GtkContainer *container, |
| 135 | 136 |
GtkWidget *widget); |
| 136 | 137 |
|
| 138 |
void gtkut_scrolled_window_reset_position |
|
| 139 |
(GtkScrolledWindow *window); |
|
| 140 |
|
|
| 137 | 141 |
gboolean gtkut_text_buffer_match_string (GtkTextBuffer *buffer, |
| 138 | 142 |
const GtkTextIter *iter, |
| 139 | 143 |
gunichar *wcs, |
Also available in: Unified diff