#include <gtk/gtk.h>
Go to the source code of this file.
Classes |
struct | _AbiTable |
struct | AbiTableClass |
Defines |
#define | ABITABLE_TYPE_WIDGET (abi_table_get_type ()) |
#define | ABITABLE_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), ABITABLE_TYPE_WIDGET, AbiTable)) |
#define | IS_ABITABLE_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), ABITABLE_TYPE_WIDGET)) |
#define | IS_ABITABLE_WIDGET_CLASS(obj) (G_TYPE_CHECK_CLASS_CAST((obj), ABITABLE_TYPE_WIDGET)) |
#define | ABITABLE_WIDGET_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), ABITABLE_TYPE_WIDGET,AbiTableClass)) |
Typedefs |
typedef struct _AbiTable | AbiTable |
Functions |
GType | abi_table_get_type (void) |
GtkWidget * | abi_table_new (void) |
void | abi_table_set_selected (AbiTable *abi_table, guint rows, guint cols) |
void | abi_table_get_selected (const AbiTable *abi_table, guint *rows, guint *cols) |
void | abi_table_set_max_size (AbiTable *abi_table, guint rows, guint cols) |
void | abi_table_get_max_size (const AbiTable *abi_table, guint *rows, guint *cols) |
void | abi_table_set_labels (AbiTable *abi_table, const gchar *szTable, const gchar *szCancel) |
void | abi_table_set_icon (AbiTable *abi_table, GtkWidget *icon) |
Define Documentation
#define ABITABLE_TYPE_WIDGET (abi_table_get_type ()) |
#define ABITABLE_WIDGET |
( |
|
obj |
) |
(G_TYPE_CHECK_INSTANCE_CAST((obj), ABITABLE_TYPE_WIDGET, AbiTable)) |
#define ABITABLE_WIDGET_CLASS |
( |
|
k |
) |
(G_TYPE_CHECK_CLASS_CAST((k), ABITABLE_TYPE_WIDGET,AbiTableClass)) |
#define IS_ABITABLE_WIDGET |
( |
|
obj |
) |
(G_TYPE_CHECK_INSTANCE_TYPE((obj), ABITABLE_TYPE_WIDGET)) |
#define IS_ABITABLE_WIDGET_CLASS |
( |
|
obj |
) |
(G_TYPE_CHECK_CLASS_CAST((obj), ABITABLE_TYPE_WIDGET)) |
Typedef Documentation
Function Documentation
void abi_table_get_max_size |
( |
const AbiTable * |
abi_table, |
|
|
guint * |
rows, |
|
|
guint * |
cols | |
|
) |
| | |
void abi_table_get_selected |
( |
const AbiTable * |
abi_table, |
|
|
guint * |
rows, |
|
|
guint * |
cols | |
|
) |
| | |
GType abi_table_get_type |
( |
void |
|
) |
|
GtkWidget* abi_table_new |
( |
void |
|
) |
|
void abi_table_set_icon |
( |
AbiTable * |
abi_table, |
|
|
GtkWidget * |
icon | |
|
) |
| | |
void abi_table_set_labels |
( |
AbiTable * |
abi_table, |
|
|
const gchar * |
szTable, |
|
|
const gchar * |
szCancel | |
|
) |
| | |
void abi_table_set_max_size |
( |
AbiTable * |
abi_table, |
|
|
guint |
rows, |
|
|
guint |
cols | |
|
) |
| | |
void abi_table_set_selected |
( |
AbiTable * |
abi_table, |
|
|
guint |
rows, |
|
|
guint |
cols | |
|
) |
| | |