index
gtk-- homepage
Description:
Gtk_FileSelection
#include
<gtk--/fileselection.h>
Base classes:
Gtk_Window
Properties:
Public member index:
static
GtkType
get_type
();
GtkFileSelection
*
gtkobj
();
const
GtkFileSelection
*
gtkobj
()
const
;
static
bool
isA
(
Gtk_Object
*
checkcast
);
virtual
~
Gtk_FileSelection
();
explicit
Gtk_FileSelection
(
const
gtkmm_string
&
title
=0);
void
set_filename
(
const
string
&
filename
);
void
hide_fileop_buttons
();
void
complete
(
const
string
&
pattern
);
string
get_filename
()
const
;
void
show_fileop_buttons
();
Gtk_HBox
*
get_action_area
();
Accessors
Gtk_Entry
*
get_selection_entry
();
Gtk_Label
*
get_selection_text
();
Gtk_Button
*
get_ok_button
();
Gtk_Button
*
get_cancel_button
();
Protected member index:
void
initialize_class
();
void
*
get_parent_class
();
static
void
init_parent_class
();
explicit
Gtk_FileSelection
(
GtkFileSelection
*
castitem
);
Private member index:
Gtk_FileSelection
(
const
Gtk_FileSelection
&);
Gtk_FileSelection
&
operator
=(
const
Gtk_FileSelection
&);
Public member details:
Protected member details:
Private member details:
Examples:
(pages generated by
PERCEPS
-script.)