| 
    ekg2
    GIT master
    
   | 
 
#include "ekg2.h"#include <stdio.h>#include <string.h>#include <stdlib.h>#include <gtk/gtkbox.h>#include <gtk/gtklabel.h>#include <gtk/gtkdnd.h>#include <gtk/gtkentry.h>#include <gtk/gtktreeview.h>#include <gtk/gtktreeselection.h>#include <gtk/gtkscrolledwindow.h>#include <gtk/gtkcellrendererpixbuf.h>#include <gtk/gtkcellrenderertext.h>#include <gtk/gtkliststore.h>#include <gdk/gdkkeysyms.h>#include "main.h"#include "menu.h"#include "palette.h"#include "userlistgui.h"
Definicje | |
| #define | show_descr_in_userlist_config 1 | 
Wyliczenia | |
| enum | {  USERLIST_PIXMAP = 0, USERLIST_NICKNAME, USERLIST_DESCRIPTION, USERLIST_USER, USERLIST_COLOR, USERLIST_COLS }  | 
Funkcje | |
| const char * | gtk_session_target (session_t *sess) | 
| void | fe_userlist_numbers (window_t *sess) | 
| char ** | userlist_selection_list (GtkWidget *widget, int *num_ret) | 
| void | userlist_set_value (GtkWidget *treeview, gfloat val) | 
| gfloat | userlist_get_value (GtkWidget *treeview) | 
| static gint | gtk_userlist_sort_func (GtkTreeModel *model, GtkTreeIter *a, GtkTreeIter *b, gpointer userdata) | 
| void | fe_userlist_insert (window_t *sess, userlist_t *u, GdkPixbuf **pixmaps) | 
| void | fe_userlist_clear (window_t *sess) | 
| void * | userlist_create_model (void) | 
| static void | userlist_add_columns (GtkTreeView *treeview) | 
| static gint | userlist_click_cb (GtkWidget *widget, GdkEventButton *event, gpointer userdata) | 
| static gboolean | userlist_key_cb (GtkWidget *wid, GdkEventKey *evt, gpointer userdata) | 
| GtkWidget * | userlist_create (GtkWidget *box) | 
| void | userlist_show (window_t *sess) | 
| #define show_descr_in_userlist_config 1 | 
| anonymous enum | 
| void fe_userlist_clear | ( | window_t * | sess | ) | 
| void fe_userlist_insert | ( | window_t * | sess, | 
| userlist_t * | u, | ||
| GdkPixbuf ** | pixmaps | ||
| ) | 
| void fe_userlist_numbers | ( | window_t * | sess | ) | 
| const char* gtk_session_target | ( | session_t * | sess | ) | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
| GtkWidget* userlist_create | ( | GtkWidget * | box | ) | 
| void* userlist_create_model | ( | void | ) | 
| gfloat userlist_get_value | ( | GtkWidget * | treeview | ) | 
      
  | 
  static | 
| char** userlist_selection_list | ( | GtkWidget * | widget, | 
| int * | num_ret | ||
| ) | 
| void userlist_set_value | ( | GtkWidget * | treeview, | 
| gfloat | val | ||
| ) | 
| void userlist_show | ( | window_t * | sess | ) | 
 1.8.13