Class Index Cross Index Namespace Index

Class Gtk::CList_Helpers::Cell


Contained in: Gtk::CList_Helpers
Derived from: none
Derived by: Gtk::CList_Helpers::CellIterator

#include <gtk--/clist.h>


public function member index:

void clear();
Gdk_Bitmap get_mask() const;
Gdk_Pixmap get_pixmap() const;
guint8 get_spacing() const;
Style* get_style() const;
nstring get_text() const;
GtkCellType get_type() const;
void moveto(gfloat row_align=0.5, gfloat col_align=0.5);
void select();
void set_pixmap(const Gdk_Pixmap& pixmap, const Gdk_Bitmap& mask=0);
void set_shift(gint vertical, gint horizontal);
void set_spacing(guint8);
void set_style(Style&);
void set_text(nstring);
void unselect();
 

protected function member index:

Cell(GtkCList* , GtkCListRow* , gint);
Cell(GtkCList* , gint, gint);
Cell();
GtkCell* get_cell();
GtkCell* get_cell() const;
GtkCListRow* get_row();
GtkCListRow* get_row() const;
gint get_row_num();
gint get_row_num() const;
void redraw();
 

Description:



Function Member Descriptions:

Gtk::CList_Helpers::Cell::clear - Removes all cell contents

void clear();

Gtk::CList_Helpers::Cell::set_pixmap - Sets the pixmap of the cell

void set_pixmap(const Gdk_Pixmap& pixmap, const Gdk_Bitmap& mask=0);

Gtk::CList_Helpers::Cell::set_spacing - Sets the spacing between pixmap and text.

void set_spacing(guint8);

Gtk::CList_Helpers::Cell::set_style - Sets the style of the cell

void set_style(Style&);

Gtk::CList_Helpers::Cell::set_text - Sets the text of the cell

void set_text(nstring);


Variable Member Descriptions: