comparison finch/libgnt/gnt.h @ 15931:f00f2e283ffb

Some define changes. This helps in generating the python bindings.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 26 Mar 2007 04:10:39 +0000
parents 0e3a8505ebbe
children 8410511f4dbb
comparison
equal deleted inserted replaced
15930:846a00760176 15931:f00f2e283ffb
13 void gnt_screen_occupy(GntWidget *widget); 13 void gnt_screen_occupy(GntWidget *widget);
14 14
15 void gnt_screen_release(GntWidget *widget); 15 void gnt_screen_release(GntWidget *widget);
16 16
17 void gnt_screen_update(GntWidget *widget); 17 void gnt_screen_update(GntWidget *widget);
18
19 void gnt_screen_take_focus(GntWidget *widget);
20 18
21 void gnt_screen_resize_widget(GntWidget *widget, int width, int height); 19 void gnt_screen_resize_widget(GntWidget *widget, int width, int height);
22 20
23 void gnt_screen_move_widget(GntWidget *widget, int x, int y); 21 void gnt_screen_move_widget(GntWidget *widget, int x, int y);
24 22
36 34
37 GntClipboard *gnt_get_clipboard(void); 35 GntClipboard *gnt_get_clipboard(void);
38 36
39 gchar *gnt_get_clipboard_string(void); 37 gchar *gnt_get_clipboard_string(void);
40 38
41 void gnt_set_clipboard_string(gchar *); 39 void gnt_set_clipboard_string(gchar *string);