Class Index | Cross Index | Namespace Index |
GtkExtra GtkIconList widget.
Contained in: GtkExtra
Derived from:
Fixed
Derived by:
GtkExtra::FileList
#include <gtk--/iconlist.h>
public function member index: |
||
IconList | (guint icon_width, guint mode) | |
GtkIconListItem* | add | (const nstring& pixmap_file, const nstring& label, gpointer link) |
GtkIconListItem* | add_from_data | (gchar** data, const nstring& label, gpointer link) |
void | cause_select_icon | (GtkIconListItem* item) |
void | cause_unselect_icon | (GtkIconListItem* item) |
void | clear | () |
void | freeze | () |
GtkIconListItem* | get | (guint n) |
GtkIconListItem* | get_active_icon | () |
guint | get_col_spacing | () |
bool | get_editable | () |
GtkIconListItem* | get_icon_at | (gint x, gint y) |
guint | get_icon_border | () |
GtkIconListItem* | get_icon_from_link | (gpointer data) |
guint | get_icon_width | () |
gint | get_index | (GtkIconListItem* item) |
guint | get_row_spacing | () |
guint | get_text_space | () |
static GtkType | get_type | () |
GtkIconList* | gtkobj | () |
const GtkIconList* | gtkobj | () const |
static bool | isA | (Gtk::Object* checkcast) |
void | remove | (GtkIconListItem* item) |
void | remove_nth | (guint n) |
void | set_active_icon | (GtkIconListItem* icon) |
void | set_background | (GdkColor* colour) |
void | set_col_spacing | (guint spacing) |
void | set_editable | (bool editable=true) |
void | set_icon_border | (guint space) |
void | set_icon_width | (guint space) |
void | set_label | (GtkIconListItem* item, const nstring& label) |
void | set_row_spacing | (guint spacing) |
void | set_selection_mode | (gint mode) |
void | set_text_spacing | (guint space) |
void | thaw | () |
void | unselect_all | () |
void | update | () |
virtual | ~IconList | () |
protected function member index: |
||
explicit | IconList | (GtkIconList* castitem) |
virtual gboolean | activate_icon_impl | (GtkIconListItem* icon) |
virtual void | click_event_impl | (GdkEvent* event) |
virtual gboolean | deactivate_icon_impl | (GtkIconListItem* icon) |
void | initialize_class | () |
virtual gboolean | select_icon_impl | (GtkIconListItem* icon, GdkEvent* event) |
virtual gboolean | text_changed_impl | (GtkIconListItem* icon, gchar* new_text) |
virtual void | unselect_icon_impl | (GtkIconListItem* icon, GdkEvent* event) |
private function member index: |
||
IconList | (const IconList&) | |
IconList& | operator = | (const IconList&) |