Add methods used for modal ProgressMeter to CLIDialog
svn: r21666
This commit is contained in:
parent
c3a58693e3
commit
084b816d5b
@ -86,6 +86,10 @@ class CLIDialog:
|
|||||||
pass
|
pass
|
||||||
def set_size_request(self, width, height):
|
def set_size_request(self, width, height):
|
||||||
pass
|
pass
|
||||||
|
def set_transient_for(self, window):
|
||||||
|
pass
|
||||||
|
def set_modal(self, flag):
|
||||||
|
pass
|
||||||
def show_all(self):
|
def show_all(self):
|
||||||
pass
|
pass
|
||||||
def destroy(self):
|
def destroy(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user