Class Index | Cross Index | Namespace Index |
GtkExtra GtkSheet widget.
Contained in: GtkExtra
Derived from:
Container
Derived by:
none
#include <gtk--/sheet.h>
public function member index: |
||
Sheet | (guint rows, guint columns, const nstring& title, GtkType entry_type) | |
Sheet | (guint rows, guint columns, const nstring& title, bool bBrowser = false) | |
void | add_column | (guint ncols) |
void | add_row | (guint nrows) |
void | attach | (Gtk::Widget* widget, gint row, gint col, gfloat x_align, gfloat y_align) |
void | button_attach | (Gtk::Widget& widget, gint row, gint col, gfloat x_align, gfloat y_align) |
void | cause_clip_range | (const GtkSheetRange& range) |
void | cause_select_column | (gint column) |
void | cause_select_range | (const GtkSheetRange& range) |
void | cause_select_row | (gint row) |
void | cause_set_cell | (gint row, gint col, GtkJustification justification, const nstring& text) |
void | cause_set_cell | (gint row, gint col, const nstring& text, GtkJustification justification = GTK_JUSTIFY_LEFT) |
void | cell_clear | (gint row, gint col) |
void | cell_delete | (gint row, gint col) |
gint | cell_get_state | (gint row, gint col) |
void | change_entry | (GtkType type) |
void | column_button_add_label | (gint column, const nstring& label) |
void | column_button_justify | (gint column, GtkJustification justification) |
void | column_label_set_visiblity | (gint column, bool visible) |
void | column_row_set_visiblity | (gint row, bool visible) |
void | column_set_justification | (gint column, GtkJustification justification) |
void | column_set_sensitivity | (gint column, bool sensitive) |
void | column_set_visiblity | (gint column, bool visible) |
void | columns_labels_set_visiblity | (bool visible) |
void | delete_columns | (guint col, guint ncols) |
void | delete_rows | (guint row, guint nrows) |
void | freeze | () |
GtkSheetCell | get_active_cell | () const |
void | get_active_cell | (gint& row, gint& column) |
bool | get_attributes | (gint row, gint col, GtkSheetCellAttr& attributes) |
bool | get_cell_area | (gint row, gint column, Gdk_Rectangle& area) |
nstring | get_cell_text | (gint row, gint col) |
GtkSheetChild* | get_child_at | (gint row, gint col) |
bool | get_column | (gint index, GtkSheetColumn& refColumn) |
guint | get_columns_count | () |
Gtk::Widget* | get_entry | () |
Gtk::Adjustment* | get_hadjustment | () |
bool | get_in_clip | () |
gpointer | get_link | (gint row, gint col) |
bool | get_pixel_info | (gint x, gint y, gint& row, gint& column) |
bool | get_row | (gint index, GtkSheetRow& refRow) |
guint | get_rows_count | () |
GtkSheetRange | get_selected_range | () const |
gint | get_state | () |
static GtkType | get_type | () |
Gtk::Adjustment* | get_vadjustment | () |
void | get_visible_range | (GtkSheetRange& refRange) |
GtkSheet* | gtkobj | () |
const GtkSheet* | gtkobj | () const |
void | hide_column_titles | () |
void | hide_row_titles | () |
void | insert_columns | (guint col, guint ncols) |
void | insert_rows | (guint row, guint nrows) |
static bool | isA | (Gtk::Object* checkcast) |
void | link_cell | (gint row, gint col, gpointer link) |
void | move_child | (Gtk::Widget* widget, gint x, gint y) |
void | moveto | (gint row, gint column, gfloat row_align, gfloat col_align) |
GtkSheetChild* | put | (Gtk::Widget* widget, gint x, gint y) |
void | range_clear | (const GtkSheetRange& range) |
void | range_clear | () |
void | range_delete | (const GtkSheetRange& range) |
void | range_set_background | (const GtkSheetRange& range, const Gdk_Color& color) |
void | range_set_border | (const GtkSheetRange& range, gint mask, guint width, gint line_style) |
void | range_set_border_color | (const GtkSheetRange& range, const Gdk_Color& color) |
void | range_set_editable | (const GtkSheetRange& range, bool editable) |
void | range_set_font | (const GtkSheetRange& range, const Gdk_Font& font) |
void | range_set_foreground | (const GtkSheetRange& range, const Gdk_Color& color) |
void | range_set_justification | (const GtkSheetRange& range, GtkJustification justification) |
void | range_set_visible | (const GtkSheetRange& range, bool visible) |
void | remove_link | (gint row, gint col) |
void | row_button_add_label | (gint row, const nstring& label) |
void | row_button_justify | (gint row, GtkJustification justification) |
void | row_set_sensitivity | (gint row, bool sensitive) |
void | row_set_visibility | (gint row, bool visible) |
void | rows_labels_set_visiblity | (bool visible) |
void | rows_set_sensitivity | (bool sensitive) |
bool | set_active_cell | (gint row, gint column) |
void | set_auto_resize | (bool bVal = true) |
void | set_auto_scroll | (bool bVal = true) |
void | set_cell_text | (gint row, gint col, const nstring& text) |
void | set_column_title | (gint column, const nstring& title) |
void | set_column_titles_height | (guint height) |
void | set_column_width | (guint column, guint width) |
void | set_hadjustment | (Gtk::Adjustment* adjustment) |
void | set_row_height | (gint row, guint height) |
void | set_row_title | (gint row, const nstring& title) |
void | set_row_titles_width | (guint width) |
void | set_selection_mode | (gint mode) |
void | set_sensitivity | (bool sensitive) |
void | set_title | (const nstring& title) |
void | set_vadjustment | (Gtk::Adjustment* adjustment) |
void | show_column_titles | () |
void | show_row_titles | () |
void | thaw | () |
void | unclip_range | () |
void | unselect_range | () |
virtual | ~Sheet | () |
protected function member index: |
||
explicit | Sheet | (GtkSheet* castitem) |
virtual gboolean | activate_impl | (gint p0, gint p1) |
virtual void | changed_impl | (gint p0, gint p1) |
virtual void | clear_cell_impl | (gint p0, gint p1) |
virtual void | clip_range_impl | (GtkSheetRange* p0) |
virtual gboolean | deactivate_impl | (gint p0, gint p1) |
void | initialize_class | () |
virtual void | move_range_impl | (GtkSheetRange* p0, GtkSheetRange* p1) |
virtual void | new_column_width_impl | (gint p0, guint p1) |
virtual void | new_row_height_impl | (gint p0, guint p1) |
virtual void | resize_range_impl | (GtkSheetRange* p0, GtkSheetRange* p1) |
virtual void | select_column_impl | (gint p0) |
virtual void | select_range_impl | (GtkSheetRange* p0) |
virtual void | select_row_impl | (gint p0) |
virtual void | set_cell_impl | (gint p0, gint p1) |
virtual void | set_scroll_adjustments_impl | (GtkAdjustment* p0, GtkAdjustment* p1) |
virtual gboolean | traverse_impl | (gint p0, gint p1, gint* p2, gint* p3) |
private function member index: |
||
Sheet | (const Sheet&) | |
Sheet& | operator = | (const Sheet&) |