#include <glib.h>
#include "gntwidget.h"
#include "gntclipboard.h"
#include "gntcolors.h"
#include "gntkeys.h"
Include dependency graph for gnt.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | ||||
| #define | G_PARAM_STATIC_NAME G_PARAM_PRIVATE | |||
| Get things to compile in Glib < 2.8. | ||||
| #define | G_PARAM_STATIC_NICK G_PARAM_PRIVATE | |||
| #define | G_PARAM_STATIC_BLURB G_PARAM_PRIVATE | |||
Functions | ||||
| void | gnt_init (void) | |||
| void | gnt_main (void) | |||
| gboolean | gnt_ascii_only (void) | |||
| ||||
| void | gnt_window_present (GntWidget *window) | |||
| void | gnt_screen_occupy (GntWidget *widget) | |||
| ||||
| void | gnt_screen_release (GntWidget *widget) | |||
| ||||
| void | gnt_screen_update (GntWidget *widget) | |||
| ||||
| void | gnt_screen_resize_widget (GntWidget *widget, int width, int height) | |||
| ||||
| void | gnt_screen_move_widget (GntWidget *widget, int x, int y) | |||
| ||||
| void | gnt_screen_rename_widget (GntWidget *widget, const char *text) | |||
| ||||
| gboolean | gnt_widget_has_focus (GntWidget *widget) | |||
| ||||
| void | gnt_widget_set_urgent (GntWidget *widget) | |||
| ||||
| void | gnt_register_action (const char *label, void(*callback)()) | |||
| ||||
| gboolean | gnt_screen_menu_show (gpointer menu) | |||
| ||||
| void | gnt_quit (void) | |||
| GntClipboard * | gnt_get_clipboard (void) | |||
| ||||
| gchar * | gnt_get_clipboard_string (void) | |||
| ||||
| void | gnt_set_clipboard_string (gchar *string) | |||
| ||||
| gboolean | gnt_giveup_console (const char *wd, char **argv, char **envp, gint *stin, gint *stout, gint *sterr, void(*callback)(int status, gpointer data), gpointer data) | |||
| Spawn a different application that will consume the console. | ||||
| gboolean | gnt_is_refugee (void) | |||
Definition in file gnt.h.
| void gnt_register_action | ( | const char * | label, | |
| void(*)() | callback | |||
| ) |
| label |
| callback |
| gboolean gnt_screen_menu_show | ( | gpointer | menu | ) |
| menu |
| void gnt_screen_move_widget | ( | GntWidget * | widget, | |
| int | x, | |||
| int | y | |||
| ) |
| widget |
| x | ||
| y |
| void gnt_screen_rename_widget | ( | GntWidget * | widget, | |
| const char * | text | |||
| ) |
| widget |
| text |
| void gnt_screen_resize_widget | ( | GntWidget * | widget, | |
| int | width, | |||
| int | height | |||
| ) |
| widget |
| width | ||
| height |
| gboolean gnt_widget_has_focus | ( | GntWidget * | widget | ) |
| widget |