index
gtk-- homepage
Description:
Gtk_FileSelection
#include
<gtk--/fileselection.h>
Base classes:
Gtk_Window
Properties:
Public member index:
Gtk_FileSelection
(
const
_gtk_string
&
title
);
Gtk_FileSelection
(
GtkFileSelection
*
castitem
);
void
set_filename
(
const
string
&
filename
);
string
get_filename
()
const
;
void
show_fileop_buttons
();
void
hide_fileop_buttons
();
void
complete
(
const
string
&
pattern
);
GtkFileSelection
*
gtkobj
();
const
GtkFileSelection
*
gtkobj
()
const
;
static
bool
isGtkFileSelection
(
Gtk_Object
*
checkcast
);
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
();
const
Gtk_HBox
*
get_action_area
()
const
;
const
Gtk_Entry
*
get_selection_entry
()
const
;
const
Gtk_Label
*
get_selection_text
()
const
;
const
Gtk_Button
*
get_ok_button
()
const
;
const
Gtk_Button
*
get_cancel_button
()
const
;
Protected member index:
virtual
void
*
get_parent_class
();
Private member index:
GtkType
get_type
();
Public member details:
Protected member details:
Private member details:
Examples:
(pages generated by
PERCEPS
-script.)