Class Index Cross Index Namespace Index

Class Gtk::CList_Helpers::Row


Contained in: Gtk::CList_Helpers
Derived from: none
Derived by: Gtk::CList_Helpers::RowIterator Gtk::CList_Helpers::SelectionIterator

#include <gtk--/clist.h>


public function member index:

Row(const Row& r);
iterator begin();
const_iterator begin() const;
bool empty(void);
iterator end();
const_iterator end() const;
void focus();
gpointer get_data() const;
gint get_row_num();
gint get_row_num() const;
bool get_selectable() const;
Style* get_style() const;
GtkVisibility is_visible();
size_type max_size(void);
void moveto(gfloat row_align=0.5, gfloat col_align=0.5);
Row& operator * ();
const Row& operator * () const;
Row* operator ->();
const Row* operator ->() const;
value_type operator [](size_type l) const;
reverse_iterator rbegin();
const_reverse_iterator rbegin() const;
reverse_iterator rend();
const_reverse_iterator rend() const;
void select(gint column=-1);
void set_background(const Gdk_Color& color);
void set_data(gpointer);
void set_data(gpointer, GtkDestroyNotify);
void set_foreground(const Gdk_Color& color);
void set_selectable(bool selectable);
void set_style(Style&);
size_type size(void) const;
void unselect(gint column=-1);
~Row();
 

protected function member index:

Row(GtkCList*, GtkCListRow*);
Row(GtkCList*, gint);
Row();
iterator begin_() const;
iterator end_() const;
GtkCListRow* get_row();
GtkCListRow* get_row() const;
Row& operator = (const Row& r);
 

Description:



Function Member Descriptions:


Variable Member Descriptions: