ARB
Functions
info_window.cxx File Reference
#include "info_window.h"
#include <dbui.h>
#include <arb_str.h>
#include <aw_msg.hxx>
Include dependency graph for info_window.cxx:

Go to the source code of this file.

Functions

static void map_item_cb (AW_root *, const InfoWindow *infoWin)
 
static void store_unused_detached_info_window_cb (AW_window *aw_detached)
 
static void detach_selected_item_cb (AW_window *, InfoWindow::detached_uppopper popup_detached_cb, const InfoWindow *infoWin)
 
static void display_selected_item_cb (AW_window *, const InfoWindow *infoWin)
 
static void unlock_detached_cb (AW_window *, const InfoWindow *infoWin)
 

Function Documentation

static void map_item_cb ( AW_root ,
const InfoWindow infoWin 
)
static

Definition at line 22 of file info_window.cxx.

References InfoWindow::map_selected_item().

Referenced by InfoWindow::bind_to_selected_item().

static void store_unused_detached_info_window_cb ( AW_window aw_detached)
static
static void detach_selected_item_cb ( AW_window ,
InfoWindow::detached_uppopper  popup_detached_cb,
const InfoWindow infoWin 
)
static

Definition at line 88 of file info_window.cxx.

References InfoWindow::detach_selected_item().

Referenced by InfoWindow::add_detach_area().

static void display_selected_item_cb ( AW_window ,
const InfoWindow infoWin 
)
static

Definition at line 91 of file info_window.cxx.

References InfoWindow::display_selected_item().

Referenced by InfoWindow::add_detach_area().

static void unlock_detached_cb ( AW_window ,
const InfoWindow infoWin 
)
static